Murányi Árpád kirjoitti:
> hei,
>
> is there a way to make available quixplorer module for a non-admin be user?
>
> thx,
> arpad
try
in some ext_tables.php
if(TYPO3_MODE == 'BE') {
t3lib_extMgm::addModule('user', 'txt3quixplorerM1', '',
t3lib_extMgm::extPath('t3quixplorer') . 'mod1/');
}