So some people were asking about how users could disable their chatbox based on user option. It's really simple, this is how I did it:
HTML Code:
<if condition="($vbulletin->userinfo['fieldXX'] == 'YYY')">$cybchatbox</if>
Where XX is your profile field, and YYY is the answer to your profile field. (you should make it Radio selection, with Yes and no.)
Personally, I would allow chatbox to be activated (appear) by default.
then you stick it in into whichever pages you want it to appear. (IE if you want it on forumhome, place below $navbar on FORUMHOME.
I prefer to put it on every pages, so I placed that code at the extreme bottom of Navbar template.
Finally, go to Cyb chatbox option in "Position on page" Make sure it is set to disabled, and Make sure "Show chatbox on" is blank.