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 |
#2912
|
|||
|
|||
Quote:
|
#2913
|
|||
|
|||
I just realized that this product (v 1.1.0) causes my pages to fail XHTML validation (http://validator.w3.org/) with 60+ errors. So here are some steps to fix those errors:
<script></script> For inline <script></script>, enclose the javascript codes between "<!--" and "//-->". This will make the validator to skip the javascript code. Example: Code:
<script type="text/javascript"> <!-- var test = confirm('Test?'); //--> </script> onClick, onSubmit, onFocus etc HTML attributes do not use camelCase. It should be "onclick", "onsubmit" and so on. Note: error caused by template: mgc_cb_evo_editor Ampersand (&) inside URLs Instead of: Code:
<a href="http://www.yoursite.com/forum/mgc_cb_evo.php?do=view_archives&page=1">Archives</a> Code:
<a href="http://www.yoursite.com/forum/mgc_cb_evo.php?do=view_archives&page=1">Archives</a> Note: error caused by template: mgc_cb_evo Invalid attributes (element-specific) <tr> does not support "width" attribute Code:
<tr class="alt1" valign="middle" width="100%"> Use { checked="checked" } instead of just { checked }. Use double-quote mark instead of single. Same with "selected" and "nowrap". Code:
<td align="$stylevar[left]" valign="middle" nowrap="nowrap"> Other typos (showing corrected text/code only) functions_mgc_cb_evo.php (line 541) Code:
$bbcodes .= ' <input type="image" name="clear" class="inlineimg" src="' . $stylevar['imgdir_misc'] . '/mgc_cb_evo/mgc_cb_evo_clear.gif" value="' . $vbphrase['mgc_cb_evo_clear_bbcode'] . '" onclick="return remove_bbcodes();" />'; I hope it'll be fixed in the next version ... |
#2914
|
||||
|
||||
Quote:
Quote:
Quote:
Quote:
About vBAdvanced, it seems to depends of the user's configuration but stangger5 is the one who manages that part of the chatbox so I am not very aware of the functionning in vBAdvanced. ... Well yes I could ... But I won't ;-) Imagine that for every mod a user is using he was asking for compatibility that would take me much much time... I hardly manage to release the chatbox regularly so I can't check all mods. |
#2915
|
||||
|
||||
Quote:
The problem is that I haven't ever encountered that so it's a bit hard to find out what could be wrong. Does the posts display doubled in the archives as well ? Did you experienced that yourself ? Quote:
But I am lazy boy lol I'll try to manage that in the upcoming version. |
#2916
|
|||
|
|||
I can vouch for this as well. It never did this in the older version's but it's certainly doing it in the newer version. Sometimes when you type in a chat and hit enter or submit whatever, it will show the chat twice. Then if you hit refresh it disappears, and no it does not show twice in the archives.
|
#2917
|
||||
|
||||
Do you encounter this problem always ?
In all browsers type ? |
#2918
|
|||
|
|||
I'm not sure I don't use anything else except FireFox. I will make an effort to try and use Internet Explorer and see if the same thing happens while using IE as well. But I am only doing this for the sake of the Chatbox cause I HATE using IE lol
|
#2919
|
|||
|
|||
We have a problem with IE and the chatbox. Our users with IE 6 or IE7 can't see the posts in the shoutbox. They have to use the archive if they want to know what's written within the box.
Our Firefox users have the following problem: The text appears in one line but it should look like this: Any suggestions/ideas? |
#2920
|
|||
|
|||
Same here... I think it's directly related to Ajax and affects the sender himself only (browser-client side).
|
#2921
|
|||
|
|||
I have IE7 and it's rare but the double post does happen for me from time to time. I've noticed my users talking about it as well (Most are versions of IE although I believe the latest occurance was to a user with FF..
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|