[Typo3-UG Russia] Help!

Miroslav Monkevic miroslavm at centras.lt
Thu Oct 6 17:06:36 CEST 2005


А кэш кошфигурации чистил?

Должно работать, вот дока:

http://typo3.org/documentation/document-library/doc_core_inside/conf_php/


$MCONF['access']


Defines access criteria by list of keywords. If "admin", only 
admin-users have access. If "user", "group" or "user,group" then the 
module is by default inaccessible.

"admin" : For "admin" users only.
"user" : Configurable for backend users.
"group" : Configurable for backend groups.
[blank] : Everyone has access.


Example:
"user,group" - No one (except "admin") has access except the module is 
specifically added in their user / group profile.
This is how the Module selector looks for both backend users and groups:
(picture http://typo3.org/typo3temp/tx_oodocs_4bfb947d39.png)

(For Backend Usergroups you have to enable "Include Access Lists" in 
order to access the module selector).


Sergej Felde wrote:
> Hi,
> спасибо за ответ! К сожалению это мне не помогло. У меня с самого начала стояла это конфигурация. Доступ я сделал как группе так и пользователю, но света в конце туннеля я пока не вижу... 
> Может есть ещё какая либо заморочка?
> [мой conf.php]
> // DO NOT REMOVE OR CHANGE THESE 3 LINES:
> define('TYPO3_MOD_PATH', '../typo3conf/ext/sf_foerder_db/mod1/');
> $BACK_PATH='../../../../typo3/';
> $MCONF["name"]="tools_txsffoerderdbM1";
>
> 	
> $MCONF["access"]="user,group";
> $MCONF["script"]="index.php";
>
> $MLANG["default"]["tabs_images"]["tab"] = "moduleicon.gif";
> $MLANG["default"]["ll_ref"]="LLL:EXT:sf_foerder_db/mod1/locallang_mod.php";
> [end мой conf.php]
>
> Спасибо!
>
> Сергей
>   

-- 
Miroslav




More information about the TYPO3-russia mailing list