[Typo3] AWStats in Tools?

David Worms open at adaltas.com
Tue Mar 15 23:48:13 CET 2005


Hi Francois,

I always configure awstats to be displayed in the user section. changes 
involve:

ext_tables.php
line 7:
t3lib_extMgm::addModule("user","txccawstatsM1","",t3lib_extMgm::extPath($_EXTKEY)."mod1/");

mod1/conf.php
line 6:
$MCONF["name"]="user_txccawstatsM1";
line 9:
$MCONF["access"]="group,user";

mod1/index.php
line 95:
if (($this->id && $access) || ($BE_USER->user["admin"] && !$this->id) || 
($BE_USER->user["uid"] && !$this->id))  {

David



More information about the TYPO3-english mailing list