[Typo3] VTS vs AWSTAT

Pierre Rouwens pierre at web-lance.com
Fri Mar 18 14:53:56 CET 2005


Francois Suter a écrit :
> Hi,
> 
>> And by the way how can i set vts up for a non admin be user cause  
>> right now it's in tools and i can allow a non admion to see it ?
> 
> 
> I don't know VTS, but about your second question, this recent thread  
> may help:
> 
> http://typo3.org/documentation/mailing-lists/english-main-list-archive/ 
> thread/110114411/? 
> tx_maillisttofaq_pi1%5Bpointer%5D=1&tx_maillisttofaq_pi1%5Bmode%5D=1
> 
> since it was a similar question about AWStats.
> 
> HTH
> 
> François Suter
> Directeur technique
> -----------------------------------------------------
> Cobweb Development Sàrl
> www.cobweb.ch
> -----------------------------------------------------
hi,

yes i've seen this thread and i've tested the modifications but it fails
here is the modifications i've made
in the ext_tables.php
t3lib_extMgm::addModule("user","txdephpotM1","",t3lib_extMgm::extPath($_EXTKEY)."mod1/");
mod1/conf.php
$MCONF["name"]="users_txdephpotM1";
$MCONF["access"]="group,user";
and finally in mod1/index.php
  if (($this->id && $access) || ($BE_USER->user["admin"] $$ !$this->id)) {

but it doesn't work here
any clues ?
TIA
Pierre



More information about the TYPO3-english mailing list