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 |
#622
|
||||
|
||||
Thank you for the update Dev. I see in the "Chats sending and formatting" options where you added the smiley retrieval by admin cp's order option that i requested. I'm not sure if it is pointing to a different directory than my smilies or if it just plain isnt properly working but for some reason it does not appear to be properly placing my smiley selection.
I also have the smiley categories mod installed on my forums, i'm not sure if this is causing some sort of conflict. Below is a link to the smiley categories mod. https://vborg.vbsupport.ru/showthread.php?t=107196 |
#623
|
|||
|
|||
Still got syntax errors:
syntax error (no name)()vbulletin_tabctrl... (line 400) (no name)(click clientX=0, clientY=0)yahoo-dom-event.j... (line 8) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or... And: Entrez votre chat >> Please please use english as standard, people from norway, greek, italia, russia, netherlands and so on keep reporting your french language as bug and by the way, your french language is not UTF-8 .. Je compris francais, parce que j'ai apris francais a l'ecole, but 99 % of the forumusers doesnt understand french and thats why I get bugreports about your chatbox en masses .. :-/ |
#624
|
|||
|
|||
there is a problem with the ajax refresh of the shouts when the dropdown menu is selected during a refresh.
When someone selects the drop down menu (and the shouts are refreshing, the user must refresh the entire page before they can select the drop down menu again) (tested with the chatbox refresh rate at 3 seconds) No work around to this so far. Must be re-written. (no matter what time you have the refresh period set to, anytime during the refresh period, the drop down menu will cease to function until the entire page is refreshed) VbDev pm and i will give you the link to the site, and you can evaluate for your self) Also the delete command does not work within the shouts archive, the usergroup that is designated with the permission must select the checkbox and delete the shout that way, it would be advised that the option from the drop down menu be removed when in the shouts archive. i have turned off automatic refresh has been disabled until this can be fixed also the userprompt is in french, and i aint going changing more phrases. |
#625
|
||||
|
||||
Quote:
About the Entrez votre chat >>, I don't see the problem with it as its an option. The problem is not a question of standard, I have decided to develop the mod in french language by default as it's my mother tongue. The problem is that many users don't "think" when they install a mod. They don't go through all options or else. And you know a good admin should to ensure good configuration of his forum. I don't understand your point with utf-8 ? Coz english language is not utf-8 either in vBulletin. Quote:
Should have tested dropdown in archives... About the refresh thing, this is something I didn't encountered as my refresh rate was higher than that but I'll look at that. Thanks for your bug reports this help me making it the most complete as possible. |
#626
|
||||
|
||||
Quote:
Since 0.2.0, prompt message text is an option |
#627
|
|||
|
|||
Quote:
But i'm receiving this DB error by email: Database error in vBulletin 3.6.8: Invalid SQL: SELECT c.*,fromu.userid AS fromuserid,fromu.username AS fromusername,fromu.usergroupid AS fromusergroupid,fromu.displaygroupid AS fromdisplaygroupid, tou.userid AS touserid,tou.username AS tousername,tou.usergroupid AS tousergroupid,tou.displaygroupid AS todisplaygroupid FROM vb_mgc_cb_evo_chat AS c LEFT JOIN vb_user AS fromu ON (c.fromuid=fromu.userid) LEFT JOIN vb_user AS tou ON (c.touid=tou.userid) LEFT JOIN vb_mgc_cb_evo_command AS co ON (c.primcid=co.cid) WHERE primcid='0' ORDER BY sticky DESC,c.dateline DESC LIMIT 25; MySQL Error : Unknown column 'sticky' in 'order clause' Error Number : 1054 Date : Monday, February 25th 2008 @ 10:18:18 PM Script : http://bfcentral.oi.com.br/forum/mgc_cb_evo_ajax.php Referrer : http://bfcentral.oi.com.br/forum/ IP Address : 189.43.64.69 Username : Trapo Classname : vB_Database Another issue, when a user doesn't have all required profile fields filled (for example, when a required field is created after his registration) the chatbox just shows empty, with no messages anda no options, and no indication of what is wrong. The user only knows that he have a problem with required fields when he tries to read a post/thread or do another action in forum. After that, when he fills the required fields, the chatbox shows correctly. But i can't reproduce it. I've logged in as a regular user and tried to stick a message, but nothing happened, not even a db error.. |
#628
|
||||
|
||||
Quote:
Quote:
Do you really think it has an interest to be handled coz I think it would add sql queries ? |
#629
|
|||
|
|||
Quote:
in the mgc_cb_evo_chatbit_menu template <tr> <td class="vbmenu_option" onclick="return hilite_chat_menu_item(this);" onclick="return unhilite_chat_menu_item(this);"><a href="member.php?$session[sessionurl]u=$user[userid]" rel="nofollow"><phrase 1="$user[raw_username]">$vbphrase[mgc_cb_evo_view_member_profile]</phrase></a></td> </tr> The event's must be changed to onclick, with this, it prevents the drop down menu from stop functioning when the refresh period happens during the viewing of the drop down menu. |
#630
|
|||
|
|||
Quote:
Perhaps the errors occurred during the new product installation. I'll keep an eye on the database to see if the error occurs again. In my opinion it's a good feature to add, maybe put as an option on admincp to turn it on or off... |
#631
|
||||
|
||||
Quote:
Yes I should change that certainly, I already did change it for it work on Safari. Quote:
About the feature, I'll see what I can do. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|