Quote:
Originally Posted by Ice-Maiden
In order to display the chatbox on the IBProarcade pages, follow these instructions:
1. In the admin control panel, go in the Display and positions of the chatbox. 2. Activate the option Display the chatbox on defined pages in a var or Display the chatbox on defined pages below the navbar.
3. In the pages list, add :
and then validate.
4. Open the arcade/functions/functions.php file and search for function do_output($output_array).
5. After // add additional needed variables, add :
6. Finally, if you are using te option to display the chatbox in a var, edit the ARCADE template and add :
Finally, if you are using te option to display the chatbox in a var, edit the ARCADE template and add :
where you want the chatbox to appear.
where you want the chatbox to appear.
Add what? You say add:
But then the message is blank which isnt really much help
If you know what it is i need to add in the functions and template etc can you please tell me
thanx! 
|
Learn to read directions. I pasted it from there. So go back, read the instructions and it's in there.
Code:
Finally, if you are using te option to display the chatbox in a var, edit the ARCADE template and add :
$mgc_cb_evo_var
where you want the chatbox to appear.