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>
<vb:if condition="$post['fieldX']">
code
</vb:if>