The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
MGC Chatbox Evo Details »» | |||||||||||||||||||||||||||
Overview MGC Chatbox Evo is the most ever installed chatbox for vBulletin ! It offers a new enhanced online experience to your members leading to increased time spent online of more than 25% by providing them with a new, more interactive, way to interact with each other.
Detailed features Following is a non-exhaustive list:
Refer to the readme for the chatbox install. Demo Live demo on MGC Products forum Languages
Support On my website mostly and in this thread Int?gration Integration in IBProarcade is described in the readme. vBAdvanced CMPS and vBulletin 4 CMS integration are available as additional modules. Compatibility This hack is compatible with vB3.6.x, vB3.7.x, vB3.8.x and vB4.x.x Changelog First part: https://vborg.vbsupport.ru/showpost....&postcount=221 Second part: https://vborg.vbsupport.ru/showpost....postcount=5429 Third part: https://vborg.vbsupport.ru/showpost....postcount=8469 How to set the channel images Thanks to princeedwards for this little how to : click here PRO version and additional addons available on my website This mod is automatically compatible with vB3.6.x, vB3.7.x, vB3.8.x and vB4.x.x Download Now
Show Your Support
|
18 благодарности(ей) от: | ||
CarpCharacin, Dotox, guvatara, Honk0815, john7911, Judge Dredd X, Lemminator, munkfish, nacaruncr, NoMatt3r, O_Dog, Popa Andrei, Shadowxxxx, theuploader, Toorak Times, zbahadir |
Comments |
#2092
|
|||
|
|||
Got it!! thank you!
|
#2093
|
|||
|
|||
hi, i just downloaded this mod, but even though it is set to be on nothing shows up in my forum
|
#2094
|
|||
|
|||
Set usergroup permissions ^^'
|
#2095
|
|||
|
|||
This file was created using a different version of vBulletin from the one you are running.
Your version: 3.7.2 File version: 3.6.7 |
#2096
|
|||
|
|||
when i try to add a channel i get a message that says "You must enter a command syntax" can anyone help me. Also, when i create the channel it is set to "do not use an existing command".
|
#2097
|
||||
|
||||
Quote:
the function mgc_cb_evo_autocomplete() is in a template that is only used when the chatbox is active. However, the function is called on every page since msc_cb_evo_headerinclude is included every where. I removed the following code Code:
function mgc_cb_evo_autocomplete() { <if condition="!empty($autocompletion_js)"> $("#mgc_cb_evo_input").autocomplete([$autocompletion_js]); <else /> ; </if> } my new mgc_cb_evo_headinclude template looks as such. Code:
<!-- JS --> <script type="text/javascript" src="clientscript/mgc_cb_evo_add/js/jquery.js"></script> <script type="text/javascript" src="clientscript/mgc_cb_evo_add/js/jquery.autocomplete.js"></script> <script type="text/javascript" src="clientscript/mgc_cb_evo_add/js/jquery.blockUI.js"></script> <!-- CSS --> <link rel="stylesheet" href="clientscript/mgc_cb_evo_add/css/jquery.autocomplete.css" type="text/css" media="screen" /> <script> function mgc_cb_evo_autocomplete() { <if condition="!empty($autocompletion_js)"> $("#mgc_cb_evo_input").autocomplete([$autocompletion_js]); <else /> ; </if> } $(document).ready(function(){ mgc_cb_evo_autocomplete(); }); </script> |
#2098
|
|||
|
|||
Thank you very much sweede - that did it for me
|
#2099
|
||||
|
||||
Dear users,
Just wanted to let you know that I am not forgetting you I have started the big modification of the chatbox to remove the command system and thus improve performances. For the moment, only the admin part is done but so far so good I'll give you regular update on the development status. |
#2100
|
|||
|
|||
Quote:
|
#2101
|
|||
|
|||
I figured it out.....
MOD_SECURITY on linux boxes disables this plugin from working... edit/create .htaccess Add Code:
<IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|