[Typo3-german] Conditions auf Session-Variablen

David Gruner gruniversal at gmx.de
Wed Aug 3 18:25:50 CEST 2005


Hallo nochmal,

ich habe mittlerweile eine Lösung gefunden, die für meine Zwecke 
funktioniert, dabei teste ich nun nur noch auf eine Variable:

[globalVar = USER:sesData|recs|tt_products|notepad>0]

Damit dies funktioniert musste ich in der class.t3lib_matchcondition.php 
folgende Änderung hinzufügen:

case "USER":
$val = $GLOBALS["TSFE"]->fe_user->$k;
break;

Ich dachte mir ich post es mal, damit jemand anders mit einem ähnlichen 
Problem eine Hilfe hat :)

David



More information about the TYPO3-german mailing list