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 |
#612
|
||||
|
||||
New version development is finished => Now translation left
|
#613
|
||||
|
||||
-1- "Full page mode chatbox in a new windows"
mgc_cb_evo_fullmode_link_topopup -2- "Activate the full page mode chatbox" mgc_cb_evo_fullmode_active -3- The Equivalent of EVO for $vboptions[mgc_chatbox] mgc_cb_evo_title -4- The Equivalent of EVO for $chatbox_permission No equivalent, sorry. |
#614
|
||||
|
||||
Quote:
I need that Variable to Condition the Display or Not Display of the Options in the Navbar. -1- Could you Please Provide me the name of the Variable that Checks the Permissions of the Usergroups to See the Chatbox, Please VBDev!! Quote:
The One I need is the One that Indicates that the ChatBox Mod is Activated in the Forums (the one I selects with the Yes/No Option). -2- Could you Please Also Provide me the name of the Variable that Checks is the ChatBox is Activated, Please VBDev!! I'll also Use that other Variable to Condition the Display or Not Display of the Options in the Navbar. My Best Regards!! |
#615
|
|||
|
|||
Well, Clément... the 1st message bug is gone, but still the message from "Message to display in the input field on page load" isn't showing up at all...
Any clues? |
#616
|
|||
|
|||
this is very well done. easy to use and looks awesome!!!
|
#617
|
||||
|
||||
Guided by some Variables I Found in the Plugins and in the Templates I'd like to Share this First Aproach for what Could be the Navbar Links, so that You can Use it and also Help me Complemment it:
Step 1 In template "Navbar". Search for: Code:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> Code:
<!-- Comienzo de C?digo Adicionado Para MGC ChatBox EVO 2008-02-25 --> <if condition="$vboptions[mgc_cb_evo_active] && $bbuserinfo[mgc_cb_evo_show]"> <td id="mgc_cb_evo" class="vbmenu_control"><a href="mgc_cb_evo.php" accesskey="3">$vboptions[mgc_cb_evo_title]</a> <script type="text/javascript"> vbmenu_register("mgc_cb_evo"); </script></td> </if> <!-- Final de C?digo Adicionado Para MGC ChatBox EVO 2008-02-25 --> In the Same Template "Navbar". Search For: Code:
<!-- NAVBAR POPUP MENUS --> Code:
<!-- Comienzo de C?digo Adicionado Para MGC ChatBox EVO 2008-02-25 --> <if condition="$vboptions[mgc_cb_evo_active] && $bbuserinfo[mgc_cb_evo_show]"> <div class="vbmenu_popup" id="mgc_cb_evo_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">$vboptions[mgc_cb_evo_title]</td> </tr> <if condition="$vboptions[mgc_cb_evo_fullmode_active]"> <tr> <td class="vbmenu_option"> <a <if condition="$vboptions[mgc_cb_evo_fullmode_link_topopup]">target="_blank"</if> href="mgc_cb_evo.php?do=view_chatbox" rel="nofollow">$vboptions[mgc_cb_evo_title]</a> </td> </tr> </if> <tr> <td class="vbmenu_option"> <a href="mgc_cb_evo.php?do=view_archives" rel="nofollow">$vbphrase[mgc_cb_evo_archives]</a> </td> </tr> </table> </div> </if> <!-- Final de C?digo Adicionado Para MGC ChatBox EVO 2008-02-25 --> The Second Step is the Popup Menu, and the First Step is the Position of the Popuop Menu in the Navbar. I'd Appreciate VBDev if you can Tell me the Name of the usergroup Variable that Tells me if that Usergroup Can SEE the Chatbox, to Add it as a Second Option to the Conditionals: Code:
<if condition="$vboptions[mgc_cb_evo_active] && $bbuserinfo[mgc_cb_evo_show]"> My Best Regards!! |
#618
|
||||
|
||||
Quote:
Quote:
|
#619
|
|||
|
|||
tnx 4 update!!
i would like to request a new optional feature; Display current server time, with option if it should take the user's location into account and display local time, or truelly the server's timezone time. I would have use for such feature, and due to the ajax refresh, the time is updated everytime the ajax refreshes, so pretty up2date Tnx for consideration |
#620
|
||||
|
||||
So If I do well understand, you would like the possibility to show servertime or user local time that's right ?
A single option that would toggle between both modes. |
#621
|
|||
|
|||
Man you are on fire! Love the sticky feature! It's awesome.
I'm working on those docs, should be ready very soon |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|