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 |
#4402
|
|||
|
|||
I think he already did by pointing you in the right direction.
|
#4403
|
|||
|
|||
VBDev: Yes a link to the full page mode
Hm, I have it, and its uploaded. I wil get a new try But.. In the online window, its only showing whos online a short time after they logged in. Is there any way to get the box to show whos online all the time? And everyone whos watching the box also incl? I wonder if my styles dont like this, because it looks far away from your screenshoots.. |
#4404
|
||||
|
||||
Quote:
Is this default vB possiblity ? Quote:
Quote:
Well have you even had a look at the uninstall instructions ? You have this issue because you have not removed the files of the chatbox prior to the uninstall So just remove the chatbox files, especially the one in includes/xml directory, then you should be fixed. |
#4405
|
||||
|
||||
Quote:
Open the mgc_cb_evo.php file, search for : PHP Code:
PHP Code:
PHP Code:
Code:
function open_chatbox_window() { window.open(bburl + "/mgc_cb_evo.php?" + SESSIONURL + "do=view_chatbox" , "view_chatbox", "toolbar=no,scrollbars=yes,resizable=yes,left=0 top=0,width=640,height=480"); return false; } Code:
<if condition="$vbulletin->options[mgc_cb_evo_fullmode_active] && THIS_SCRIPT != 'mgc_cb_evo'"> <if condition="$vbulletin->options[mgc_cb_evo_fullmode_link_topopup]"> <a href="mgc_cb_evo.php?$session[sessionurl]do=view_chatbox" target="_blank"><img class="inlineimg" id="mgc_cb_evo_fullmode" title="$vbphrase[mgc_cb_evo_fullmode]" src="$stylevar[imgdir_misc]/mgc_cb_evo/mgc_cb_evo_full.gif" alt="$vbphrase[mgc_cb_evo_fullmode]" border="0" /></a> <else /> <a href="mgc_cb_evo.php?$session[sessionurl]do=view_chatbox" target="_top"><img class="inlineimg" id="mgc_cb_evo_fullmode" title="$vbphrase[mgc_cb_evo_fullmode]" src="$stylevar[imgdir_misc]/mgc_cb_evo/mgc_cb_evo_full.gif" alt="$vbphrase[mgc_cb_evo_fullmode]" border="0" /></a> </if> </if> Code:
onclick="return open_chatbox_window();" If it does I perhaps would implement that in the next version. Don't forget to activate the chatbox in full mode option. |
#4406
|
||||
|
||||
Quote:
I haven't understood what you mean in your online issue thing. |
#4407
|
|||
|
|||
Quote:
Only problem I have is that it DOES open the right sized popup window but it's blank at the moment...what did I miss :P |
#4408
|
||||
|
||||
Lol I forgot a step
Create a template called mgc_cb_evo_page, and in the content copy the content of the GENERIC_SHELL template and remove the things you don't need like navbar and so on. |
#4409
|
|||
|
|||
Quote:
Yes It is a replacement variable {IF} = voodoo/images When I erase it it removes many other images from my site. Is there away around this? |
#4410
|
|||
|
|||
Quote:
I am trying to set this up with a button on my homepage. Whilst it does actually launch, it doesn't open that cool little window, it opens a full page tab. Please could you tell me if this code is all I need to paste? BTW - the window launches perfectly from the actual chat box. Code:
<if condition="is_member_of($vbulletin->userinfo, 6,7,5,73)"> <div align="center"> <if condition="$vbulletin->options[mgc_cb_evo_fullmode_active] && THIS_SCRIPT != 'mgc_cb_evo'"> <if condition="$vbulletin->options[mgc_cb_evo_fullmode_link_topopup]"> <a href="mgc_cb_evo.php?$session[sessionurl]do=view_chatbox" target="_blank"><img src="images/buttons/staff-chat.gif" width="160" height="33" border="0" onclick="return open_chatbox_window();"/></a> <else /> <a href="mgc_cb_evo.php?$session[sessionurl]do=view_chatbox" target="_top"><img src="images/buttons/staff-chat.gif" width="160" height="33" border="0" onclick="return open_chatbox_window();"/></a> </if><br /> </if></if> Thank you. |
#4411
|
||||
|
||||
You have to put the onclick in the tag a not the tag img
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|