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)

rainyleaves 04-07-2009 05:31 PM

*VBulletin3.8.2.
*CMPS 3.1.0
*MGC Chatbox Evo Version 2.3.2
*MGC Chatbox Evo for vBadvanced CMPS: 1.7.0


You guys try this.
The problem caused by path.

If your cmps_index.php is outside of the forum directory, 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. PLUG-IN edit
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 = '';
}



2. includes/functions_mgc_cb_evo.php
You can fix 'Loading...' by this edit.

Find All:
href="clientscript/

Replace All:
href="/forums/clientscript/


3. File edit for avatar: function_mgc_cb_evo.php

Find All:
$avatarurl = 'image.php?'

Replace All:
$avatarurl = '/forums/image.php?'


4. 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. Template: mgc_cb_evo_chatbit_menu
For Profile link.

Find :
<a href="member.php?

Replace :
<a href="/forums/member.php?

doogie88 04-10-2009 04:36 AM

How come when I click a profile in the chat it logs me out?

Elbulus 04-12-2009 07:08 PM

Quote:

Originally Posted by rainyleaves (Post 1785904)
*VBulletin3.8.2.
*CMPS 3.1.0
*MGC Chatbox Evo Version 2.3.2
*MGC Chatbox Evo for vBadvanced CMPS: 1.7.0


You guys try this.
The problem caused by path.

If your cmps_index.php is outside of the forum directory, 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. PLUG-IN edit
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 = '';
}



2. includes/functions_mgc_cb_evo.php
You can fix 'Loading...' by this edit.

Find All:
href="clientscript/

Replace All:
href="/forums/clientscript/


3. File edit for avatar: function_mgc_cb_evo.php

Find All:
$avatarurl = 'image.php?'

Replace All:
$avatarurl = '/forums/image.php?'


4. 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. Template: mgc_cb_evo_chatbit_menu
For Profile link.

Find :
<a href="member.php?

Replace :
<a href="/forums/member.php?

Made all these changes and it still doesn't load for me , when you click on any of the buttons that normally post or delete your text i get " The requested URL /mgc_cb_evo.php was not found on this server. "

It's like theres still something not looking in the /Forum directory of my forums but i've made all the changes 2 times and resintalled everything from scratch both times, ran out of ideas now !

The_Rayman 04-29-2009 08:49 AM

Hey,

Thanks for the module m8!
I have a question though.

Once I activate the "Module Wrapper" option, the layout of my front is all streched.
In the options, when wanting to enable the "Module Wrapper":
"Please note that the options are only applicable if the 'Use Module Wrapper Template' option below is set to 'Yes'. Also note that all templates should use the following format if this setting is enabled:

<tr>
<td class="$bgclass"> <!-- Your code here --> </td>
</tr>"

Anoce I add this, it still does not work. I have to disable the module wrapper, which implifies I do not have a nice header on the chat.

Any ideas?

Thanks!

::edit::
Forgot to mention, we are using MGC 2.2.1

csuba 05-24-2009 12:20 PM

hi! my CMPS is outsid from the forum root folder but the chat dosnt want to load the messages.
if i do this edit

2. includes/functions_mgc_cb_evo.php
You can fix 'Loading...' by this edit.

Find All:
href="clientscript/

Replace All:
href="/forums/clientscript/

the chat working fine in CMPS but dosnt work in forum home page :)
http://bloodaoc.info/
can u help me whats the problem?
thx

stangger5 05-24-2009 11:33 PM

Quote:

Originally Posted by csuba (Post 1816235)
the chat working fine in CMPS but dosnt work in forum home page :)
http://bloodaoc.info/
can u help me whats the problem?
thx

Looks like its working on both pages to me...:up:

Debbi 05-26-2009 10:44 PM

Hi stangger5 I just sent you a PM. I'm hoping you can come and work your magic at my place. Can't seem to get the chatbox to show up on my cmps.

Debbi 05-27-2009 04:08 AM

Hey, nevermind. I reinstalled the product and ordered it to show first instead of second. That worked. No idea why, but it did. Thanks to everyone in this thread for all the tips.

HP10T 06-23-2009 03:52 AM

Hrmm I tried everything to troubleshoot my problem but it still does not appear on my forum home or even in my CMPS, any ideas?

HP10T 06-23-2009 04:03 AM

Quote:

If your cmps_index.php is outside of the forum directory, 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/.

Where is this even referring to? Which file?


All times are GMT. The time now is 09:42 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.01483 seconds
  • Memory Usage 1,746KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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