![]() |
Thanks gpc10347 and venohm !!
I`m working on a new version.. What does everyone think about it showing on top of the columns ?? Under the navbar... :) |
I usually keep the shoutbox close to the top on my home page. Normally I display it in the middle right bellow the user CP module.
So, I don't see a major problem with it at the top. Cheers, |
Quote:
In the meantime, I've stumbled on to a small error in IE7 that might not be related but if you saw an error that read: Line: 2 Char: 20180 Error: 'statuses' is null or not an object Code: 0 URL: http:// my idiotic forum... where would you peek for the problem? (and please don't say "between the monitor and the chair" as I am in such a fragile state!) Thanks! |
Quote:
|
Quote:
MGC Chat 2.1.0 / CPMS 3.0.1 / VB 3.8.0 B4 Loading issue fix step 3 doesn't correct it. CPMS = www.example.com Forums = www.example.com/forums I just reinstalled Server 2008 so don't have FF to see the errors and IE only says error, object expected off the CPMS link, not the Forums... |
I followed the install instructions to the letter, didn't work.
I then experimented with something from one of my other forums using the vBCMS portal, and used the following in 'Global variables of the chatbox' Replaced all PHP Code:
|
Has anyone seen an issue where the chatbox is displayed twice on the vBAdvanced page? I've followed the instructions. Even performed the "step 3" above. I have a functioning chat box, with another right below it that does nothing except "remote control" the top one.
. |
NEVERMIND. Duh I had it set to display on all pages.
|
What do I need to do so that Unregistered users can see the chat on vba? I've got it so that I can see it when I'm logged in, and I'm sure i've got the permissions set for unregged users to view and use the chatbox (i've tried it). I can see it (the chatbox) on the main forum, but not on the vba. It just disappears when I logout.
See my forum: http://www.quad4forums.com If you aren't logged in, you should see the chat right above the picture of the car. |
OK, so it seems to work with the newest version if you have the vba and forums in the same directory, but if, like me, you have www.domain.com as your vba and www.domain.com/forums/ as your forums directory, then it doesn't work, even with the fix above.
That's as far as I have gotten. Cheers, |
this still shows the loading...... even with the global variables mod..........what could be wrong? it shows all perfect just doesnt load.....
|
Gentz,
Which version of MGC Chatbox Evo do you have installed? |
If I upload the xml as an module, nothing happens there - no module were added to CMPS. I use the new MGC Chatbox Evo 2.1.0 and vBa CMPS 3.1.0
|
Did you upload the xml file through the Admincp >> vBa CMPS >> Download / Upload Module?
You then have to activate the module as well as tell it where to display and display order. Also, if you have your CMPS in a different directory than your forums software, you may have problems as well as there seem to be some compatibility issues with the newest version of MGC Chatbox Evo. The author has stated a new version is in the works. |
I uploaded the xml file as described in the installation file, but there is no new module in my vBa CMPS AdminCP. Which name has the module in vBa AdminCP after upload?
|
The module should be called [MGC Chatbox Evo 1.7] after installed.
I can see it in my AdminCP->vBa CMPS->Edit Modules. Though I currently have it not displaying due to the Loading error with the forum being in a different channel with the new version of MGC Chatbox Evo. |
Hmm, did not work here, there is no new module. :(
|
I have the module in the list but nothing is displayed on the portal page.
|
To get the module to display on the vBa home page, go to
AdminCP->vBa CMPS->Edit Pages Edit Homepage. If the module is listed in Inactive modules, you have to move it to a column and choose the display order. Jazde86, if the module is not showing up, you will have to go back through the upload process is the only thing I can think of. Admincp >> vBa CMPS >> Download / Upload Module |
the module is showing up in the center column :(
Just not visible on the page. Update: I have the free version of the CB does this have an impact? Also where does one set the global variable as mentioned above? |
The global variables are in
Admincp >> Plugins & Products >> Plugin Manager >> Global variables of the chatbox Does the module show the loading on the vBa? |
Hi, before upgrading Chatbox Evo to 2.1.0, I just want to know if anyone has MGC Chatbox Evo for vBadvanced CMPS Version: 1.7 working with vBulletin 3.8.0?
|
Quote:
|
Quote:
|
Quote:
The module is loaded when I edit my home page if that is what you mean. I have it set as center with a display order of "1". I also made the global variable change and still no CB on the home page. |
*VBulletin3.8.0 Gold.
*MGC Chatbox Evo Version 2.1.0 *MGC Chatbox Evo for vBadvanced CMPS: 1.7.0 No problem, Works fine with all Forum pages. But Loading error with only CMPS. I have edited 'Global variables of the chatbox'. But just 'Loading'. How do I fix? Thanks. |
Quote:
Quote:
|
1.7 and the newest mgc_chatbox evo should work fine if you have the cmps_index.php in the same folder as your forum..
Having it outside of the forum,,I still need to work on... |
*VBulletin3.8.0 Gold.
*CMPS 3.1.0 *MGC Chatbox Evo Version 2.1.0 *MGC Chatbox Evo for vBadvanced CMPS: 1.7.0 Fixed!!! Works fine!! The problem caused by path. If your cmps_index.php is outside of the forum, try this. You may need change /forums/ to /forum/ If your forum folder's name is 'forum'. Don't use '$vboptions[bburl]' instead of /forums/. 1. includes/functions_mgc_cb_evo.php Find : $mgc_cb_evo_js_script = '<script type="text/javascript" src="clientscript/mgc_cb_evo/mgc_cb_evo_header.js"></script>'; Replace : $mgc_cb_evo_js_script = '<script type="text/javascript" src="/forums/clientscript/mgc_cb_evo/mgc_cb_evo_header.js"></script>'; 2. clientscript/mgc_cb_evo/mgc_cb_evo_header.js Find : (12 place) ("clientscript Replace : ("/forums/clientscript 3. Template: mgc_cb_evo_editor Find : (2 place) <a href="mgc_cb_evo.php?$session[sessionurl]do=view_chatbox" Replace : <a href="/forums/mgc_cb_evo.php?$session[sessionurl]do=view_chatbox" 4. File edit for avatar: function_mgc_cb_evo.php Find : $avatarurl = 'image.php?' . $vbulletin->session->vars['sessionurl'] . 'u=' . $userinfo['userid'] . "&dateline=$userinfo[avatardateline]&type=thumb"; } else { $avatarurl = 'image.php?' . $vbulletin->session->vars['sessionurl'] . 'u=' . $userinfo['userid'] . "&dateline=$userinfo[avatardateline]"; Replace : $avatarurl = '/forums/image.php?' . $vbulletin->session->vars['sessionurl'] . 'u=' . $userinfo['userid'] . "&dateline=$userinfo[avatardateline]&type=thumb"; } else { $avatarurl = '/forums/image.php?' . $vbulletin->session->vars['sessionurl'] . 'u=' . $userinfo['userid'] . "&dateline=$userinfo[avatardateline]"; Thanks to robbiefritz, stangger5. |
Will this mod work with:
CMPS v3.1.0 Chatbox Evo v2.1.0 vB v3.8.0 ???? |
Hmmm,
Did all the bellow and still getting a clientscript error in my logs when loading the vBa homepage. I even went through and found a couple of other locations that had a clientscript reference and changed them. clientscript/mgc_cb_evo/mgc_cb_evo_functions.js and template: adv_portal_mgc_cb_evo_box Still loads fine on the forums, but not with the vBa page. Quote:
|
Quote:
You need edit some file and template. Quote:
Try this again. Quote:
|
OK, sorry, looks like I may have made a typo on one of the /forums/ Went back and replaced them all again and it is working this time.
Last thing I need is the Mini Avatars. Only get the word Avatar without the actual avatar in the shoutbox. But the shoutbox is there. Thanks so much rainyleaves |
Quote:
You can find 'Images' folder in your MGC chabox evo package. And you need upload 'mgc_cb_evo' folder in Images/misc/mgc_cb_evo. You must upload just only 'mgc_cb_evo' folder. Like this path, http://www.yoursite.com/forums/images/misc/mgc_cb_evo. Sorry my English. :) |
The Mini avatars work on the forums page, but on the main vBa page, I just get the word Avatar in their place.
Got the custom uploaded avatars working by editing includes/functions_mgc_cb_evo.php image.php (2) replace with /forums/image.php also replaced images with /forums/images/ but still getting an error about /images in my log file on avatars that are not custom. So still digging around to find that. |
Hey guys can someone let me know...
DO i need to download "vBCMS" or can i just go to products manager and then import? Im a beginner here and any help would be greatly appreciated! |
I am having the problem where only the alt text shows up for the icons around the chat box.
I have renamed my cmp_index to just index and that is in the same folder as my forum files. I've tried as much as I could in this thread but so far all i've tried has not worked. I am running VB version 3.8.1; VBA 3.1.0; MGC Chatbox 2.1.0. Can anyone help me? [EDIT] Problem solved. Thanks again, Red |
I have a problem with this module not expanding or shrinking to fit the column size for different sized monitors. It seems to lock all the modules in the center column so that the modules on the right column are cut off.
Any way to make this dynamic? |
Wasting lots of hours... You should not release any hack until you throughly test it. Any hack is appreciated for the time and work from the coder, but when this work is useless to most of the people, that becomes waste of time and frustration. So if you have a messed-up forum with all files, cmps, hacks, images and crap within /forum/ folder, this hack may work. But if you have it a bit organized and your cmps is outside forum, than forget it! The "coder" of this release acknowledges in one of the posts that he "will have to look into if your cmps is outside forum folder" but nevermind... in a year or two, it will be fixed. Fortunately, other coder placed some info on changing some scripts, php's and templates to reflect your organized forum, but unfortunately the info is not working 100%. However, this is a waste of time and frustration! |
Quote:
MGC Chatbox Evo Version: 1.0.0 and MGC Chatbox Evo Version: 1.1.0 |
All times are GMT. The time now is 11:03 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|