Quote:
Originally Posted by VBDev
Yes that I understand but what have you done in your admincp to make the chatbox show in arcade in the previous version ?
|
With the 2.0.2 Version i have made this:
Code:
Integration into IBProarcade
In order to display the chatbox on the IBProarcade pages, follow these instructions:
In the admin control panel, go in the Display and positions of the chatbox.
Activate the option Display the chatbox on defined pages in a var or Display the chatbox on defined pages below the navbar.
In the pages list, add :
arcade
and then validate.
Open the arcade/functions/functions.php file and search for function do_output($output_array).
After // add additional needed variables, add :
global $mgc_cb_evo,$mgc_cb_evo_var;
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.
What do you post at the readme and the Shoutbox is visible.
Later i have copy the files from 2.1.0 and import the Product and the Shoutbox is invisible at the Arcade...
Now i copy the 2.0.2 files and import the Product and the Shoutbox is visible at arcade...nothing more i have do at the admincp...
Thanks for the quick support.