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 |
#1132
|
||||
|
||||
need some help... have ajax chat on my board but will get thet like shoutbox ...this point (add this function in your php code)in readme file can not understand ..maybe some can help
Code:
2. Shoutbox function -------------------- Add the following function to your PHP code: <?php function getShoutBoxContent() { // URL to the chat directory: if(!defined('AJAX_CHAT_URL')) { define('AJAX_CHAT_URL', './chat/'); } // Path to the chat directory: if(!defined('AJAX_CHAT_PATH')) { define('AJAX_CHAT_PATH', realpath(dirname($_SERVER['SCRIPT_FILENAME']).'/chat').'/'); } // Validate the path to the chat: if(@is_file(AJAX_CHAT_PATH.'lib/classes.php')) { // Include Class libraries: require_once(AJAX_CHAT_PATH.'lib/classes.php'); // Initialize the shoutbox: $ajaxChat = new CustomAJAXChatShoutBox(); // Parse and return the shoutbox template content: return $ajaxChat->getShoutBoxContent(); } return null; } ?> Make sure AJAX_CHAT_URL and AJAX_CHAT_PATH point to the chat directory. 2. Shoutbox output ------------------ Display the shoutbox content using the shoutbox function: <div style="width:200px;"><?php echo getShoutBoxContent(); ?></div> macc (will not wait for solutions for mgc and channels ... tired for all mistakes ...) this ajax chat is for vbulletin also |
#1133
|
|||
|
|||
i dont need this for the time being...i'll just wait!
the general chats are working and anybody can post... |
#1134
|
|||
|
|||
Does not work 3.7 RC4. Chatbox always displays "Loading." When I remove the "define('CSRF_PROTECTION', true);" from the two main scripts it works but the channels never show up.
|
#1135
|
||||
|
||||
This is a temp fix to make the channels show..
Edit the,, MGC Chatbox Evo Templates >> mgc_cb_evo find and delete: Code:
<if condition="$show['genchan']"> Code:
$channels_bit </td> and delete the Code:
</if> |
#1136
|
||||
|
||||
this code
Code:
<if condition="$show['genchan']"> reg macc |
#1137
|
||||
|
||||
Just the first one will do..
|
#1138
|
|||
|
|||
Update this so that it works with tokens >.>
|
#1139
|
|||
|
|||
Quote:
|
#1140
|
|||
|
|||
Excellent... ce chat est vraiement top...
Seul hic, il faut syst?matiquement supprimer les commandes et les canaux puis ensuite les remettre... L? avec la 0.4.0 j'ai de gros soucis pour ?a, les canaux ne r?apparaissent plus |
#1141
|
|||
|
|||
Marked as Uninstalled. Can't get it to work with 3.7.0 RC4. Keep getting the "Loading..." message. I followed the instructions previously given to another user to edit the template but it still did not work.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|