[TYPO3-ect] Moving phpMyAdmin to user modules
Daniel Pötzinger
operation-lan at gmx.de
Thu Jan 24 02:15:13 CET 2008
Tonix (Antonio Nati) schrieb:
> I'm modifying phpMyAdmin, trying to carry it from "Tools" to "User" menu
> (needed for next change, relative to setting up DB access in user
> TSconfig).
>
> So I changed
>
> ext_emconf.php
> 'title' => 'Tools>phpMyAdmin',
> -->
> 'title' => 'User>phpMyAdmin',
>
> ext_tables.php
> t3lib_extMgm::addModule('tools', 'txphpmyadmin', '',
> t3lib_extMgm::extPath($_EXTKEY) . 'modsub/');
> -->
> t3lib_extMgm::addModule('user', 'txphpmyadmin', '',
> t3lib_extMgm::extPath($_EXTKEY) . 'modsub/');
>
> conf.php
> $MCONF['access'] = 'admin';
> $MCONF['name'] = 'tools_txphpmyadmin';
> -->
> $MCONF['access'] = 'user,group';
> $MCONF['name'] = 'user_txphpmyadmin';
>
>
> Actually it works, but only for admins.
> Despite I can set this module available for other users, other users do
> not see it in menu.
>
> Any hint?
>
> Tonino
>
Read equal stuff here:
http://www.typo3-media.com/en/blog/article/backend-module-cc-awstats-fuer-normale-nutzer.html
More information about the TYPO3-team-extension-coordination
mailing list