[TYPO3-german] $BE_USER von Typoscript

Zachary Denison zacharydenison at gmail.com
Sun May 13 03:33:11 CEST 2007


Danke, schliesslich habe ich sowas gemacht.

in TS

[userFunc= user_isAdmin]
...
[global]


in localconf.php:

function user_isAdmin() {
        global $BE_USER;
        return $BE_USER->isAdmin();
}


On 5/12/07, Matthias Stuebner <news at contratec.de> wrote:
> Am Sat, 12 May 2007 16:38:52 -0400 schrieb Zachary Denison:
>
> > Gibt es eine Moeglichkeit auf $BE_USER von innerhalb Typoscript
> > zuzugreifen?  Ich moechte von innerhalb Typoscript ermitteln ob der
> > BE_USER ein Admin ist.
>
> Mir fiele jetzt keine Allgemeingültige ein, aber im schlimmsten Fall eine
> Condition userFunc und im php-Code dann auf isAdmin() prüfen.
> --
> mfg Matthias
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german
>


More information about the TYPO3-german mailing list