Показать сообщение отдельно
Старый 12.03.2005, 15:40   #9
Valery Romanchev
Administrator
 
Аватар для Valery Romanchev
 
Регистрация: 23.08.2003
Адрес: Moscow, Russia
Сообщений: 1,926
Отправить сообщение для Valery Romanchev с помощью Skype™
По умолчанию

Надо пропатчить awstat ( Individual Awstats у меня тоже не заработал).
-------- EDITED BY Luite van Zelst -----------
The same thing can be archived in fewer steps, preserving the the module as a tools-submodule. This applies to other tools-submodules as well.

1. mod1/conf.php
change...
$MCONF[\"access\"]=\"admin\";
to...
$MCONF[\"access\"]=\"user,group\";

2. mod1/index.php
change...
if (($this->id && $access) || ($BE_USER->user[\"admin\"] && !$this->id))
to...
if (($this->id && $access) || ($BE_USER->user[\"admin\"] && !$this->id) || ($BE_USER->user[\"uid\"] && !$this->id))

3) typo3/mod/tools/conf.php
change...
$MCONF[\"access\"]=\"admin\"
to...
$MCONF[\"access\"]=\"group,user\"

4. clear cache.
-------- END - EDITED BY Luite van Zelst -----------
Valery Romanchev вне форума   Ответить с цитированием