vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - MGC Chatbox Evo for vBadvanced CMPS (https://vborg.vbsupport.ru/showthread.php?t=169965)

venohm 01-13-2009 07:57 PM

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 (Post 1709700)
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.


rainyleaves 01-14-2009 02:44 AM

Quote:

Originally Posted by killa101 (Post 1711123)
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 (Post 1711347)
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"

venohm 01-14-2009 10:54 AM

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

rainyleaves 01-14-2009 02:20 PM

Quote:

Originally Posted by venohm (Post 1711956)
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. :)

venohm 01-14-2009 05:05 PM

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.

Del_Boy 01-20-2009 07:53 AM

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!

r3dh3adkid 01-27-2009 07:12 PM

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

Dr.H 01-28-2009 11:01 PM

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?

DigitALL 02-09-2009 12:24 PM


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!

stangger5 02-10-2009 01:12 AM

Quote:

Originally Posted by DigitALL (Post 1738631)

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


All times are GMT. The time now is 10:51 AM.

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.01535 seconds
  • Memory Usage 1,756KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete