[TYPO3] quixplorer for non-admin

Dmitry Dulepov [typo3] dmitry at typo3.org
Sun Sep 23 16:30:12 CEST 2007


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.

-- 
Dmitry Dulepov
TYPO3 freelancer / TYPO3 core team member
Web: http://typo3bloke.net/
Skype: callto:liels_bugs


More information about the TYPO3-english mailing list