The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
MGC Chatbox (with AJAX) Details »» | |||||||||||||||||||||||||
Last version - MGC Chatbox Evo available : here Description When I had left the vBulletin world, I was in the past the co-author of a little chatbox (shoutbox), very well known in the vBulletin world. This chatbox had been developed by Svaliotti (known as Poseidon on vb.org) for vB2 in the past and I had made the porterage (with is authorisation as we were both members of the same french non-official support forum) and the improvement for vB3. It is thus normal that in my return in the vBulletin world, I begin by getting down to this hack. Even if several versions of chatbox are already present in the vBulletin world, I said to myself that it would be a good thing to make a made in France. Naturally, I don't deal with a "copy" version of the other chatbox, I have any coded at the beginning (it was preferable because the front code wasn't so clean any more), and I integrated a good quantity of very interesting features. New version features The new version contains all the features from the previous version. Description of these versions can be found in Sofia's post hereabove (https://vborg.vbsupport.ru/showpost.php?p=1257510&postcount=3). Modifications from previous version are the following :
Installation Read the file "Installation" in the pack. Once the installation is ended, go in usergroups and edit permissions to see the Chatbox. By default, no group has access to the chatbox. Screenshots The screenshots are in french as I have made it on an online website which is in french. Don't hesitate to give me new one if you want in english They are up to date of 1.3 version. See the following post : https://vborg.vbsupport.ru/showpost.php?p=1292136&postcount=559 User manual Coming soon ... Copyright This hack is under copyright MGC (Mtor&Grog Corporation) 2007-forever and was developed for vBulletin-Resources.com & vb-hacks.org. Its redistribution on another forum that vbulletin-ressources.com, vb-hacks.org or vbulletin.org are prohibited without aggreement of the authors! Evolutions and improvements This sixth version of the chatbox is already very complete, but like each product, its evolution depends on all. Then don't hesitate especially to share your ideas of improvements so that we can improve even more this chatbox. Languages Actually available :
Contact me if you want to participate and add your own country language file Support Several possible problems are explained in the file "Read Me" Chatbox in iBProarcade and vBadvanced CMPS See the readme file for iBProarcade. For vbadvanced, a module is available here : https://vborg.vbsupport.ru/showthread.php?t=163628. FAQ Q: I installed the chatbox but it doesn't display R: Check if you have allowed users (permissions in usergroups) Q: I see shouts but in the collapsed chatbox R: You can specify number of shouts in the collapsed chatbox. If you don't want to see it, put "0" for this option. Q: The chatbox doesn't display below or in the top of one of the pages while in the other position it displays R: You use a style and it's possible that variables used in templates aren't present. (Read the file "Read Me") Q: I have a problem with accents in the Chatbox R: Read the file "Read Me" Q: How to change the value of color for date and for command /me? R: When you add additionnal CSS for each style, you can change color in class CSS. Thanks to Sofia for her earlier help on the chatbox. You can donate if you want to show your support Last version - MGC Chatbox Evo available : here Show Your Support
|
Comments |
#672
|
|||
|
|||
I upgraded to the 1.3 version, edited my chatbox templates, changed the settings, tested it for a while... and suddenly it stopped working. It says "Loading..." but nothing happens and when i enter a message it redirects me to the archives. The buttons are also inactive and IE gives me a javascript error message:
"Error: 'auto_refresh'" undefined. I fully uninstalled the product, reverted the templates (a few times) and made a fresh insallation but still no luck. I'm stuck here. I even dropped all of the chatbox tables via phpmyadmin, installed the earlier versions, cleaned my browser caches (both in IE and FF). Help needed |
#673
|
||||
|
||||
Quote:
Humm I thought I had tested it, I'll put in the possible bugs list so that I can test it and correct in case I made a mistake. Quote:
Quote:
Quote:
Did you uploaded the js files correctly in the clientscript directory ? This is possible errors when the javascript is firing such errors. |
#674
|
|||
|
|||
Quote:
|
#675
|
||||
|
||||
:S This seems to be a really strange strange problem especially with the fact that you told me it worked before and stopped working.
Does IE tells you any error ? Have you tried on a different server ? |
#676
|
|||
|
|||
I've 4 servers running that web site. 3 web servers and 1 db server. All of the servers have this issue. Can you check it for me if i PM the needed info?
|
#677
|
||||
|
||||
Yes I could check that out coz maybe this could come from my chatbox or from server side and I need to know that
However, I won't be able to work on that before wednesday evening or thursday evening. |
#678
|
||||
|
||||
Hey VBDev,,,I know how to make the smilies random...
BTW,,,,Grate chatbox !!! |
#679
|
||||
|
||||
Quote:
Does it use more than one query ? |
#680
|
||||
|
||||
lol,,,sorry..
Here you go... In the includes/functions_mgc_cb file... Find: Code:
$smileys = $vbulletin->db->query_read(" SELECT smilieid, smilietext, smiliepath, title FROM " . TABLE_PREFIX . "smilie ORDER BY displayorder "); and change to: Code:
$smileys = $vbulletin->db->query_read(" SELECT smilieid, smilietext, smiliepath, title FROM " . TABLE_PREFIX . "smilie ORDER BY RAND() LIMIT 15 "); You can change the 15 to your liking.. Just make sure to change the smiley limit in the admincp.. admincp/MGC Chatbox/Shouts formatting: Default number of smilies Thanks again for the chatbox !! :up: |
#681
|
|||
|
|||
so have you got any ideas about how to fix the wol problem? im using IE
and what does announce do? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|