I've been looking for a way of letting my members add/remove a "shoutbox" to and from specific pages. For example: some members might like having the shoutbox in the arcade, where others might not. That being said, I created a "Profile Field" to use as a switch.
and added the following code to my arcade template.
PHP Code:
<if condition="$post['field10']">
<!--{%SHOUTBOX%}-->
</if>
Unfortunately this method only seems to work in "postbit". Can someone please point me in the right direction to getting this to work globally?
Thanks,
Nick