Quote:
Originally posted by bensonfactor
Yes, I noticed it didn't do quite what I wanted... hmm
|
ok try this conditional: (after you installed advanced templates)
PHP Code:
[[($post[usergroupid]==6 OR $post[usergroupid]==5 OR $post[usergroupid]==7)]]
$post[fieldX]
[[/($post[usergroupid]==6 OR $post[usergroupid]==5 OR $post[usergroupid]==7)]]
It displays the fieldx if poster is admin/s.mod or mod.. I guess this is now what you want...