grrrr.. it doesnt show in the arcade.... what going on?????
The integration in the arcade can only be done by activating the display chatbox on defined pages in a variable (not the one under the navbar).
Here is the process you must follow to achieve this integration :
- Go in the admincp in the "Display and Position" options
- Activate the option "Display the chatbox on defined pages of the forum in a variable"
- In the pages list, add "arcade" and then validate
- Open the arcade/functions/functions.php et search for "function do_output($output_array)"
- After the two line of globals, add : global $mgc_chatbox;
- Finally, edit the ARCADE template and add $mgc_cb_evo_var where you want the chatbox to appear
|