[TYPO3] quixplorer for non-admin
Patrick Gaumond
patrick at typo3quebec.org
Mon Sep 24 18:05:05 CEST 2007
Dmitry Dulepov [typo3] wrote:
> Murányi Árpád wrote:
>> is there a way to make available quixplorer module for a non-admin be
>> user?
>
> Firsts, it has to be moved to "User" because "Tools" is only for admins.
>
> Look into extension's ext_tables.php for t3lib_extMgm::addModule and
> change tools to user.
>
> Secondly, you need to change conf.php there. Change
>
> $MCONF['access']='admin';
>
> to
>
> $MCONF['access']='user,group';
>
> All untested but should work.
Is it me or it is too dangerous to let non-admin read localconf.php ?
I can't live without Quixplorer but *I'm* an admin...
Patrick
More information about the TYPO3-english
mailing list