Quote:
Originally Posted by Lynne
This has been covered quite a bit in some posts lately. Search around in here and you'll see it discussed a bit. I think one of the ways to use the variable is "$vbulletin->userinfo[field6]", but I think it can be shorten.
postbit is the template that shows userinfo above the post, postbit_legacy shows the userinfo to the left of the post.
|
It only shows Field6 when I tried this?
Quote:
Originally Posted by Boofo
Use $post[field5].
|
This works but only shows the users text not the question too?
IE- I want it like this
Support:
England (users answer)
It was only showing England, not the support bit?
--------------- Added [DATE]1202845160[/DATE] at [TIME]1202845160[/TIME] ---------------
Think I have it working as this, although looks rather long lol
<if condition="$post['field5']"><div>$vbphrase[Support_perm]Support: $post[field5]</div></if>