Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
MGC Chatbox Evo for vBadvanced CMPS Details »»
MGC Chatbox Evo for vBadvanced CMPS
Version: 1.7, by stangger5 stangger5 is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.7.2 Rating:
Released: 02-07-2008 Last Update: 08-23-2008 Installs: 227
Auto-Templates
Additional Files  
No support by the author.

This module shows MGC Chatbox Evo on vBadvanced CMPS v3.0.1
MGC Chatbox Evo found here ..

This module will work with your cmp_index inside or outside the forum root folder..

(New)version 1.7:
Updated to be compatible with:
MGC Chatbox Evo Version: 1.0.0 and MGC Chatbox Evo Version: 1.1.0

New how to install:
1:
Admincp >> MGC Chatbox Evo>> Display and position >>
Display on defined pages in a variable set to Yes..
and in the Other pages list,, put adv_index in that box...

2:
Admincp >> vBa CMPS >> Download / Upload Module,,
Select mgcchatboxevo17.xml file from your computer.
Active set to YES..
Select Style to install templates to..
Set Usergroups permissions..
Click (Submit)..

After Rebuild Style Information ,,click "Continue" to activate this module on your CMPS pages.
Move to: center Column,,then set the Order:

If you have any problems with it just saying Loading,,do step three..
3:
Adminc >> Plugins & Products >> Plugin Manager >> Global variables of the chatbox

Put this:
Code:
$forumpath = $vbulletin->options[bburl];
before:

Code:
if (THIS_SCRIPT == 'adv_index' && !empty($forumpath))
{
	$mgc_cb_evo_floc = $forumpath . '/';
}
else
{
	$mgc_cb_evo_floc = '';
}
Enjoy !!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #312  
Old 01-13-2009, 07:57 PM
venohm venohm is offline
 
Join Date: Mar 2007
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
Originally Posted by rainyleaves View Post
Fixed!!!

1. 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. 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"




Thanks to robbiefritz, stangger5.
Reply With Quote
  #313  
Old 01-14-2009, 02:44 AM
rainyleaves rainyleaves is offline
 
Join Date: Mar 2004
Posts: 227
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by killa101 View Post
Will this mod work with:

CMPS v3.1.0
Chatbox Evo v2.1.0
vB v3.8.0

????
Yes, works fine.
You need edit some file and template.

Quote:
Originally Posted by venohm View Post
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.
I think, You need edit correct file.
Try this again.


Quote:
*VBulletin3.8.0 Gold.
*CMPS 3.1.0
*MGC Chatbox Evo Version 2.1.0
*MGC Chatbox Evo for vBadvanced CMPS: 1.7.0


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"
Reply With Quote
  #314  
Old 01-14-2009, 10:54 AM
venohm venohm is offline
 
Join Date: Mar 2007
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #315  
Old 01-14-2009, 02:20 PM
rainyleaves rainyleaves is offline
 
Join Date: Mar 2004
Posts: 227
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by venohm View Post
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.
I think, You didn't upload image files.
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.
Reply With Quote
  #316  
Old 01-14-2009, 05:05 PM
venohm venohm is offline
 
Join Date: Mar 2007
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #317  
Old 01-20-2009, 07:53 AM
Del_Boy Del_Boy is offline
 
Join Date: Jan 2009
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #318  
Old 01-27-2009, 07:12 PM
r3dh3adkid r3dh3adkid is offline
 
Join Date: Sep 2008
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #319  
Old 01-28-2009, 11:01 PM
Dr.H Dr.H is offline
 
Join Date: Sep 2006
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #320  
Old 02-09-2009, 12:24 PM
DigitALL DigitALL is offline
 
Join Date: Dec 2005
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default


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!
Reply With Quote
  #321  
Old 02-10-2009, 01:12 AM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DigitALL View Post

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!
Please read what this add-on is compatible with before wasting your time:
MGC Chatbox Evo Version: 1.0.0 and MGC Chatbox Evo Version: 1.1.0
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:51 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
  • Page Generation 0.06858 seconds
  • Memory Usage 2,320KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete