Um die Extension "
quixplorer" auch für Redakteure freizugeben - damit sie sich nicht umständlich ein FTP-Programm installieren und einrichten müssen - muss man diese kleinen Anpassungen vornehmen:
In der Datei: typo3conf/ext/t3quixplorer/mod1/conf.php
Suchen:
$MCONF["name"]="tools_txt3quixplorerM1";
und ersetzen mit:
$MCONF["name"]="help_txt3quixplorerM1";
Suchen:
$MCONF["access"]="admin";
und ersetzen mit:
$MCONF["access"]="user,group";
In der Datei: typo3conf/ext/t3quixplorer/ext_tables.php
Suchen:
t3lib_extMgm::addModule("tools","txt3quixplorerM1",""
und ersetzen mit:
t3lib_extMgm::addModule("help","txt3quixplorerM1",""
In der Datei: typo3conf/ext/t3quixplorer/mod1/index.php
Suchen:
if (($this->id && $access) || ($BE_USER->user["admin"] && !$this->id))
und ersetzen mit:
if (($this->id && $access) || ($BE_USER->user["admin"] && !$this->id) || ($BE_USER->user["uid"] && !$this->id))
Zum Schluss noch den
Cache in typo3conf leeren.
Schon kann auch ein Redakteur auf den Quixplorer zugreifen.
<< zurück zur Übersicht