[TYPO3] quixplorer for non-admin

Tapio Markula tapio.markula at xetpoint.fi
Sat Sep 22 17:16:51 CEST 2007


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/');
}


More information about the TYPO3-english mailing list