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 |
#3462
|
|||
|
|||
Quote:
All of the posts in the chat disappear on non-full view mode. |
#3463
|
||||
|
||||
Quote:
Each notification is considered as a chat ! (To avoid adding one query) |
#3464
|
|||
|
|||
I noticed a bug:
If you type a new line too fast, it won't show up right away. |
#3465
|
|||
|
|||
AGREED!!! haha I have been needing that feature for a long time. I usually have to go into MySQL Administrator and delete them directly from the database. So a select all tick PER ARCHIVE page would be great. That way you could tick like all the shouts on a certain page and then delete all the shouts on that page. :up:
|
#3466
|
|||
|
|||
Quote:
Same here! |
#3467
|
|||
|
|||
Loving this new chatbox. It helps greatly with the live feed.
One idea for the next box, if not planted already. The ability to not have certain forums show up in the new threads & posts. Unless this is already a possibility, then ignore my stupidity. =) Happy Holidays all. |
#3468
|
|||
|
|||
At risk of annihilation - is there a version of the mod for vBadvanced to accompany the new version of chat or, did I miss something that would prevent the "Loading..." message on CMPS? ( apparently working well inside the /forums folder)
|
#3469
|
||||
|
||||
Quote:
I'll look at that next week when back home and try to release a bug fix ASAP. Quote:
Quote:
You have been annihilated hahaha. No kidding You should ask stangger5 directly I think he's working on the update but I have no news. |
#3470
|
|||
|
|||
Quote:
Search: chats_remove (in mgc_cb_evo_archives) ==// Cut the found code below ==================== Code:
<if condition="$show['delete_column']"> <form name="chats_remove" method="post" action="mgc_cb_evo.php"> <input type="hidden" name="do" value="inline_remove_chats" /> <input type="hidden" name="securitytoken" value="{$vbulletin->userinfo[securitytoken]}" /> </if> Just in there: Code:
<!-- / Javascript popups --> ===> paste in there! <!-- Chats --> Code:
<!-- / Javascript popups --> <if condition="$show['delete_column']"> <form name="chats_remove" method="post" action="mgc_cb_evo.php"> <input type="hidden" name="do" value="inline_remove_chats" /> <input type="hidden" name="securitytoken" value="{$vbulletin->userinfo[securitytoken]}" /> </if> <!-- Chats --> |
#3471
|
|||
|
|||
Just add <input type="checkbox" name="allbox" id="allbox" title="Check All" onclick="js_check_all(this.form);" /><label for="allbox"></label> in mgc_cb_evo_archives
Quote:
Code:
<!-- Chats --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="thead" width="0" align="center" valign="middle"> </td> <if condition="$vbulletin->options['mgc_cb_evo_avatar_on']"> <td class="thead" width="0" align="center" valign="middle"> </td> </if> <td class="thead" width="0" nowrap="nowrap" align="center" valign="middle">$vbphrase[date]</td> <td class="thead" width="0" nowrap="nowrap" align="$stylevar[left]" valign="middle">$vbphrase[username]</td> <td class="thead" valign="middle" width="100%" nowrap="nowrap" align="$stylevar[left]">$vbphrase[mgc_cb_evo_chat]</td> <if condition="$show['delete_column']"> <td class="thead" valign="middle" width="0" nowrap="nowrap" align="center"> <input type="checkbox" name="allbox" id="allbox" title="Check All" onclick="js_check_all(this.form);" /><label for="allbox"></label> </td> </if> </tr> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|