Quote:
Originally Posted by VBDev
Search for $mgc_cb_evo_var I think.
|
If your refering to the file edits in the install instructions.
Code:
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 : arcade
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 : global $mgc_cb_evo,$mgc_cb_evo_var;
6. 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.
These are in place and its not displaying for some reason.