Quote:
Originally Posted by kh99
Which template do you want to put that in? If you want to use it in a postbit template to check the post author, you should be able to use condition="$post[field10] == 'boy'" or something like that. You can use $bbuserinfo['field10'] in other templates, but that will check the "current" user (i.e. whoever you're logged in as).
|
Works like a charm, thank you very much!!
I use it in Postbit, and this would be the if condition:
<vb:if condition="$post[field10] == 'boy'">
Btw, is there a list available for all available vbulletin 4 conditions?
Thanks again!
Dennis