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 |
#3052
|
||||
|
||||
Quote:
I am going to add it to the todo list and will do the replacements for the next version. The only place where there are jquery uses is in the js files and the mgc_cb_evo template. |
#3053
|
|||
|
|||
The following hack adds a 5-seconds delay before the chats are loaded the first time:
In template "mgc_cb_evo", replace: Code:
<script type="text/javascript"> chatbox_refresh('forced'); </script> Code:
<script type="text/javascript"> var chat_timer; var chat_first_time = true; var old_chatbox_refresh = chatbox_refresh; chatbox_refresh = function(t, s) { var cc = fetch_object('chats'); if (!s) { if (cc && chat_first_time) { cc.innerHTML = '$vbphrase[mgc_cb_evo_loading]'; chat_first_time = false; } if (chat_timer) clearTimeout(chat_timer); old_chatbox_refresh(t); } else { if (cc) { cc.innerHTML = '<div style="text-align:center" class="smallfont">Loading chats in '+s+' seconds.<br /><a href="#mgc_cb_evo_top" onclick="javascript:chatbox_refresh(\''+t+'\')">Click to load now</a></div>'; s--; } chat_timer = setTimeout("chatbox_refresh('"+t+"', "+s+")",1000); } } chatbox_refresh('forced',5); </script> |
#3054
|
||||
|
||||
i installed and it is working great. can someone tell me where is the option for daily post requirements? i have looked in all the admin panel options and cant find it. forget it i found it.. lol
what does this mean? Warning : add a sql query for the usergroup where this value is different from 0. |
#3055
|
||||
|
||||
Quote:
SS taken from a Super Moderator (canned vbulletin usergroup) : |
#3056
|
||||
|
||||
Do you checked your Webserver / PHP Log why these white pages appear ?
|
#3057
|
|||
|
|||
I have a quick question is there any way to import chats from say CYB chat system so people still have their stats? If not I will make one right now.
|
#3058
|
||||
|
||||
help help help me
BE_WRITTEN, SIDE BY SIDE, GET OUT, IS WRITTEN SIDE BY SIDE IS GETTING OUT I SHOWED IN THE PICTURE HOW DO I CORRECT ie BE_WRITTEN, GET OUT, |
#3059
|
|||
|
|||
Quote:
Code:
OPEN PLUGIN: Product : MGC chatbox Evo->Headinclude add FIND: $vbulletin->templatecache['headinclude'] = str_replace($vbulletin->templatecache['headinclude'],$vbulletin->templatecache['headinclude'].fetch_template('mgc_cb_evo_headinclude'),$vbulletin->templatecache['headinclude']) ; REPLACE WITH: if ($vbulletin->options['mgc_cb_evo_active'] && $vbulletin->userinfo['mgc_cb_evo_show'] && can_view_mgc_cb_evo()) {$vbulletin->templatecache['headinclude'] = str_replace($vbulletin->templatecache['headinclude'],$vbulletin->templatecache['headinclude'].fetch_template('mgc_cb_evo_headinclude'),$vbulletin->templatecache['headinclude']) ;} CHANGE: Hook Location FROM: global_start TO: parse_templates Enjoy |
#3060
|
|||
|
|||
I created an import script for chat messages from CYB Chatbox to MGC Chatbox. VBDEV contact me for it maybe you want to include it in system as well. I just imported over 440,000 messages Without a hitch. Also Not sure if you thought about this but have a stats table to record stats of user messages so you don't have to keep 2.5 million messages and can prune delete and keep the table to set time 1 month 3 months 6 months 1 year whatever and it will prune away messages but keep stats. Let me know if this makes sense all you need to do is add a field in users table to keep a global count in for messages. Have it update every message post or just have a cron that does it or whatever it is your software. It may already be in software I saw a prune thing but not sure how it works.
We used to do contests and have anti spam built in etc for who was in top10 for chats that month Also not sure if you have this but CYB chatbox when a user was deleted in vB it would NOT delete their chat box messages. Not sure if yours does or not but please have them linked cause the manual check who I deleted whatever and delete using manual SQL can be a pain but again up to you. Also would be cool to see a chat post limit per usergroup. Say you want to allow registered users to view it but can only post 5 times after which it either does not allow them to view chatbox all together anymore unless they donate/subscribe and or just lock them out from posting more. |
#3061
|
|||
|
|||
Quote:
Quote:
Did not worked for me. Keeps the IE error and the chats do not load, it remains on Loading...... However i undo only the templates and plugin edits, kept the .js changes and the chat works the same before the changes. Go figure... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|