[TYPO3] Conditionals - what am I not doing correctly

La Farge Douglas doug at gcnpublishing.com
Wed Aug 27 22:46:54 CEST 2008


temp.top_nav = HMENU
temp.top_nav {
  special = list
  [loginUser < 1]
   special.value = 9,456,227,423,426
  [END]
  [loginUser > 0]
   special.value = 9,456,227,423
  [END]


}

so the general idea is if any user is logged in they get one set of  
values for the special.value list and if they are not logged in they  
get another set.

No matter what I do it uses the second special.value list.

any ideas on my mistakes?
thanks,

-+-+-+-+-+-+-+-+-+-+-+-+-+
Doug La Farge
doug at gcnpublishing.com
203.665.6211 x209 (w)
928.699.0663 (c)



More information about the TYPO3-english mailing list