Quote:
Originally posted by Logician
inetd,
Quote:
don't work Advanced Page Design
[[ ($user_usergroupid==6) ]] (without spaces)
I see
[[ (6==6) ]] (without spaces)
Help me, please
|
Your syntax is wrong.. You should use this format:
PHP Code:
[[($user_usergroupid==6)]]
I see
[[/($user_usergroupid==6)]]
This conditional will show the text "I see" only if the page visitor is from Site Admins group. I guess this is what you wanted to achieve..
Please read a few messages above for more info about this subject..
|
Logician, i use your code in header webtemplate and don't work. Result: [[(6==6)]]I see[[/(6==6)]] And [options]templatequeryon[/options] in header also don't work. Result in page: [options]templatequeryon[/options]
Help me please.