[TYPO3-dev] Changing backend CSS only for BE users of a certain group.

Andreas Kiessling kiessling at pluspol.info
Wed Mar 30 20:59:27 CEST 2011


Hi,

Am 30.03.11 20:21, schrieb Steffen Müller:
> Hi,
>
> I am looking for a way to change the CSS of the backend of TYPO3 4.5 for
> certain BE usergroups.
>
...
>
> In a next step, I want these CSS changes only applied, if the actual BE
> user is member of a given BE group.
> Unfortunately, $GLOBALS['BE_USER'] seems not to exists, when
> ext_tables.php is parsed.
>

you can probably do that with a hook, e.g.
$TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['postUserLookUp'][]...

Used that to adjust a backend template file for non-admins.

HTH,
Andreas




More information about the TYPO3-dev mailing list