
06-28-2008, 07:12 PM
|
|
|
Join Date: Nov 2003
Posts: 921
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by DonHouston
im having a problem having the shoutbox appear on the arcade, ive followed the install but it just wont appear..... i do run vb3.6.7 is this the reason?
|
Make sure you read the readme. If you did and missed this try it... Also did you try the other styles and see if it displays?
Quote:
-------------------------------
Integration in IBProarcade
-------------------------------
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" or the "Display the chatbox on defined pages under the navbar"
- In the pages list, add "arcade" and then validate
- Open the arcade/functions/functions.php et search for "function do_output($output_array)"
- After "// add additional needed variables" here, add : global $mgc_cb_evo,$mgc_cb_evo_var;
- Finally, if you are using the "Display the chatbox on defined pages of the forum in a variable", edit the ARCADE template and add $mgc_cb_evo_var where you want the chatbox to appear
|
Do you get a security token error in this? If so, try this... If not, don't add it.
Quote:
For users which possess:
- a vBulletin 3.6 version < 3.6.10
- or, a vBulletin 3.7 version < 3.7.0 RC4
There will be a javascript error due to Jelsoft major changes ...
To make the mod work with this vBulletin version, edit the mgc_cb_evo.js file and add at the top : var SECURITYTOKEN = "0";
|
|