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
  #362  
Old 04-07-2009, 05:31 PM
rainyleaves rainyleaves is offline
 
Join Date: Mar 2004
Posts: 227
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*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?
Reply With Quote
  #363  
Old 04-10-2009, 04:36 AM
doogie88 doogie88 is offline
 
Join Date: Oct 2006
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How come when I click a profile in the chat it logs me out?
Reply With Quote
  #364  
Old 04-12-2009, 07:08 PM
Elbulus Elbulus is offline
 
Join Date: Feb 2006
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rainyleaves View Post
*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 !
Reply With Quote
  #365  
Old 04-29-2009, 08:49 AM
The_Rayman's Avatar
The_Rayman The_Rayman is offline
 
Join Date: Jul 2005
Location: Amsterdam - Netherlands
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #366  
Old 05-24-2009, 12:20 PM
csuba csuba is offline
 
Join Date: Feb 2006
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Quote:
Originally Posted by csuba View Post
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:
Reply With Quote
  #368  
Old 05-26-2009, 10:44 PM
Debbi Debbi is offline
 
Join Date: Aug 2004
Location: KY
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #369  
Old 05-27-2009, 04:08 AM
Debbi Debbi is offline
 
Join Date: Aug 2004
Location: KY
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #370  
Old 06-23-2009, 03:52 AM
HP10T HP10T is offline
 
Join Date: Jan 2007
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #371  
Old 06-23-2009, 04:03 AM
HP10T HP10T is offline
 
Join Date: Jan 2007
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
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 04:33 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08666 seconds
  • Memory Usage 2,313KB
  • 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
  • (3)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
  • (1)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