[TYPO3-english] Typoscript condition be_users->uid

Loek Hilgersom loek at netcoop.nl
Fri Nov 28 21:17:25 CET 2014


Hi Sergio,

Find out if there currently is a valid backend login:

[globalVar = TSFE:beUserLogin = 1]

This will match only with the backend user with UID 13:

[globalVar = BE_USER|user|uid = 13]


Straight from tsref:

http://docs.typo3.org/typo3cms/TyposcriptReference/Conditions/Reference/Index.html#id59

Loek


On 28-11-14 15:02, Sergio Catalá wrote:
> Hello,
>
> I would like to have the possibility to make a condition in Typoscript to
> apply only some settings for a certain logged in backend user. This is for
> development purposes. I don't want the output for the frontend to be
> different for other developers, and I would like to work in the same
> environment and make my own tests. I tried different options working with
> IPs, or backend users but no success.
>
> Any hint would be welcome.
>
> Thanks in advance,
> Sergio
>


More information about the TYPO3-english mailing list