PDA

View Full Version : Chat-Box


ZacK1
12-28-2008, 01:35 AM
How do i add the cyb chat-box in the arcade page too i have ipbpro arcade??

nascartr
01-04-2009, 03:22 PM
I'd like to know this as well.

bornoffire
01-27-2009, 08:24 AM
How do you do this? I've seen it done

kellyandmark04
02-02-2009, 07:26 PM
Open desired template and put "$cybchatbox" to desired line. Should work not sure which versions yall have.

--------------- Added 1233626289 at 1233626289 ---------------

^^^On my new vBulletin you can add the chatbox to any of the pages under the cybchatbox options where it says what pages to display on and it says index in the field if you leav it blank it will show on all pages or you can type in the certain pages you want it on.

nascartr
03-20-2009, 03:10 PM
You also have to
Open the arcade/functions/functions.php file and search for function do_output($output_array).
After // add additional needed variables, add global $cybchatbox;

ChicagoCoin
05-18-2009, 08:48 PM
You also have to
Open the arcade/functions/functions.php file and search for function do_output($output_array).
After // add additional needed variables, add global $cybchatbox;

Thank You!
I had been trying to get the chatbox to appear for a long time!:up:

Largo .//npc
05-19-2009, 07:23 PM
I got it to work just by adding arcade in the Show ChatBox on field in the Cyb chat box settings.

militarytuners
05-22-2009, 03:36 PM
Open desired template and put "$cybchatbox" to desired line. Should work not sure which versions yall have.

--------------- Added 1233626289 at 1233626289 ---------------

^^^On my new vBulletin you can add the chatbox to any of the pages under the cybchatbox options where it says what pages to display on and it says index in the field if you leav it blank it will show on all pages or you can type in the certain pages you want it on.

You also have to
Open the arcade/functions/functions.php file and search for function do_output($output_array).
After // add additional needed variables, add global $cybchatbox;

I tried these for my vBulletin 3.7.4 and nothing changed and it is still not there.

Kimberley
07-16-2009, 08:41 AM
I have it blank so it appears on all pages, however I don't want it when you look at PMs etc as people are going to type in the chatbox by accident and it might be a bit embarassing :S

Can anyone help me remove it from this but leave it on all other forums please

GoTTi
08-03-2009, 06:09 PM
You also have to
Open the arcade/functions/functions.php file and search for function do_output($output_array).
After // add additional needed variables, add global $cybchatbox;

this is all you have to do to get it to load in the arcade.

thanks!