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 |
#4662
|
||||
|
||||
Quote:
Quote:
Quote:
Sorry but I won't develop such feature, this way too unuseful. |
#4663
|
||||
|
||||
Quote:
|
#4664
|
||||
|
||||
I might try uninstalling it and doing a fresh re-install, see if you can figure out what the problem might be 1st.
|
#4665
|
||||
|
||||
Oh you have both options active !
Try only activating the one in a variable or the other one but not both together (it might be the issue). |
#4666
|
||||
|
||||
Quote:
|
#4667
|
||||
|
||||
Quote:
I will try a clean install of the latest mgc chat removing the old one completely see if this solves the issue. Another problem just reported by one of my members and email system. Code:
Database error in vBulletin 3.8.1: Invalid SQL: INSERT INTO mgc_cb_evo_chat ( dateline,fromuid,name,ctext,sticky,chanid,coidentifier,iswarning,warningtype,tpforumid, hascustomavatar,avatarid,avatarrevision,usergroupid,displaygroupid ,avheight ) VALUES ( 1236947194,203,'berley','10374,16765,Free guitar hero guitar and the microphone',0,0,0,1,'post',51, 1,0,3, 2,10 ,'100 ); MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''100 )' at line 12 Error Number : 1064 Request Date : Friday, March 13th 2009 @ 12:26:34 PM Error Date : Friday, March 13th 2009 @ 12:26:35 PM Script : http://www.vrbforums.co.uk/forum/newreply.php?do=postreply&t=10374 Referrer : http://www.vrbforums.co.uk/forum/newreply.php?do=newreply&noquote=1&p=16468 IP Address : xxxxxxxxx Username : xxxxxx Classname : vB_Database MySQL Version : https://vborg.vbsupport.ru/showthread.php?t=204177 I have not had this error as my usergroup is ignored theirs isnt and the email confirms the error is occuring when this other mod is active. |
#4668
|
||||
|
||||
The bug you are reporting is a corrected one (not in the archive but see the thread for the link to the fix)
|
#4669
|
||||
|
||||
Quote:
Quote:
It's indeed a bit hard to explain This is a piece from the mgc_cb_evo template. To make things more visual, lets say I've replaced every 2 spaces for a % and each tab for a @, this would how it looks like: Code:
%%%% <!-- Channel icons and chats --> %%%% <table width="100%" cellpadding="0" cellspacing="2"> %%%%%%<tr> %%%%%%@<if condition="$show['genchan']"> @@@@@@<td nowrap="nowrap" valign="top" align="$stylevar[left]"> @@@@@@@<div id="channel_gen_on"> @@@@@@@@<img id="mgc_cb_channel_gen_on" src="$stylevar[imgdir_misc]/mgc_cb_evo/mgc_cb_gen_channel_sel.gif" width="20px" height="20px" alt="" border="0" title="$vbphrase[mgc_cb_evo_channel_gen]" /> @@@@@@@</div> @@@@@@@<div id="channel_gen_off" style="display: none;"> @@@@@@@@<a href="#mgc_cb_evo_top" onclick="return display_channel(0);"><img id="mgc_cb_gen_off" src="$stylevar[imgdir_misc]/mgc_cb_evo/mgc_cb_gen_channel_nosel.gif" width="20px" height="20px" alt="" border="0" title="$vbphrase[mgc_cb_evo_channel_gen]" /></a> @@@@@@@</div> @@@@@@@<div id="channel_gen_new" style="display: none;"> @@@@@@@@<a href="#mgc_cb_evo_top" onclick="return display_channel(0);"><img id="mgc_cb_gen_new" src="$stylevar[imgdir_misc]/mgc_cb_evo/mgc_cb_gen_channel_new.gif" width="20px" height="20px" alt="" border="0" title="$vbphrase[mgc_cb_evo_channel_new]" /></a> @@@@@@@</div> @@@@@@@$channels_bit @@@@@@</td> @@@@@</if> %%%%%%% <td width="100%" colspan="<if condition="$show['genchan']">2<else />3</if>"> %%%%%%% @%<div id="mgc_cb_evo_user_warn" <if condition="empty($warn_msg)">style="display: none;"</if>>$warn_msg</div> %%%%%%%%%<if condition="$vbulletin->options['mgc_cb_evo_separate_special_chats'] == 0"> %%%%%%%%%@<table width="100%"> %%%%%%%%%@<tr> %%%%%%%%%@%<td width="100%" align="left"> @%%%%%%%%%%<div style="width:100%; height: {$chatbox_height}px;overflow-y: auto;border: none; z-index: 1;float: left;" id="chats_container"> %%@%%%%%%% @%<table width="95%" align="$stylevar[left]" cellspacing="0"> @%@@@@@@<tbody id="chats"> %%%%%%@%%%@@@<tr> %%%%%%%%@%@@@@<td>$vbphrase[mgc_cb_evo_loading]</td> %%%%%%%%%@@%@@</tr> %%%%%%%%%@%@@</tbody>%%%%%%%%%@@ @%%%%%%%%%@%</table>%%%%%%%%% %%@%%%%%%%%</div> %%@%%%%% @%</td> %%@%%%%% @%<td width="0%" align="left"> %%%%%%%%%%%%<div style="width:100%; height: {$chatbox_height}px;overflow-y: auto;border: none; z-index: 1; " id="schats_container"> %%%%%%%%%% @%<table width="95%" align="$stylevar[left]" cellspacing="0"> @%%@@@@@<tbody id="schats"> %%%%%%%%%%@@@<tr> %%%%%%%%%%@@@@<td> </td> %%%%%%%%%%@%@@</tr> %%%%%%%%%%@%@</tbody>%%%%%%%%%@@ |
#4670
|
|||
|
|||
The shoutbox is not showing in the arcade for me , it is all set up correctly and was working ok until 2.3.1 , I have double checked again and it is all set the same for the arcade to show
@VBdev if you want access to my board to have a look please pm me |
#4671
|
|||
|
|||
dev did u have a look at mine ?? i noticed u logged in but can u let me know if u noticed anything ???
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|