Page 1 of 1

VBulletin Tips

PostPosted: 15 Mar 2010, 11:46
by CBooth
Here is a quick tip I got form other uses...

To make chat selectable by users...

Make a Y/N profile field and take note of the profile field ID

Then wrap your header and footer script inserts with:

Code: Select all
<vb:if condition="$post['fieldX']">
code
</vb:if>

Topic Closed

PostPosted: 07 Nov 2012, 12:40
by Staff Bot
This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.