Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

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
  #342  
Old 03-04-2009, 12:34 PM
kimmer kimmer is offline
 
Join Date: Apr 2007
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Stangers, that file does not exist in my client file. I downloaded 1.0 and that file is not anywhere in clientscript in the download files or in the clientscript in my server. There is a file called clientscript/mgc_cb_evo.js. I'm pretty much a rookie at this, but I can follow directions..haha I did look at the file I do have and it had 14 spots I could change. 13 of them like above stated, but there is also this statement:
function open_help_window()
{
window.open(bburl + "/forum/mgc_cb_evo.php?" + SESSIONURL + "do=showhelp" , "showhelp", "toolbar=no,scrollbars=yes,resizable=yes,left= 0 top=0,width=850,height=630");
return false;
}

I changed it to say "/forum/mgc_cb_evo.php.........I have 2 questions, did I need to mod that one too and posted above they show ./forum/mgc_cb_evo.php, is this correct and do I need that period in the script I posted, or do I need to remove the period from all of the ./forum/mgc_cb_evo.php? And am I in the right file?
Reply With Quote
  #343  
Old 03-04-2009, 01:10 PM
kimmer kimmer is offline
 
Join Date: Apr 2007
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

made the changes and still nothing......
Reply With Quote
  #344  
Old 03-04-2009, 09:15 PM
robbiefritz robbiefritz is offline
 
Join Date: Oct 2008
Location: Eastern US
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Couldn't get it to work on 3.7 but I think that was due to other issues. Works great on 3.8. Thanks for your work.
Reply With Quote
  #345  
Old 03-05-2009, 09:25 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 kimmer View Post
Stangers, that file does not exist in my client file. I downloaded 1.0 and that file is not anywhere in clientscript in the download files or in the clientscript in my server. There is a file called clientscript/mgc_cb_evo.js. I'm pretty much a rookie at this, but I can follow directions..haha I did look at the file I do have and it had 14 spots I could change. 13 of them like above stated, but there is also this statement:
function open_help_window()
{
window.open(bburl + "/forum/mgc_cb_evo.php?" + SESSIONURL + "do=showhelp" , "showhelp", "toolbar=no,scrollbars=yes,resizable=yes,left= 0 top=0,width=850,height=630");
return false;
}

I changed it to say "/forum/mgc_cb_evo.php.........I have 2 questions, did I need to mod that one too and posted above they show ./forum/mgc_cb_evo.php, is this correct and do I need that period in the script I posted, or do I need to remove the period from all of the ./forum/mgc_cb_evo.php? And am I in the right file?
You shouldnt have to edit the clientscript/mgc_cb_evo.js if edited the plugin "Global variables of the chatbox"..Edit found in post #336..
Reply With Quote
  #346  
Old 03-05-2009, 12:19 PM
kimmer kimmer is offline
 
Join Date: Apr 2007
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by stangger5 View Post
You shouldnt have to edit the clientscript/mgc_cb_evo.js if edited the plugin "Global variables of the chatbox"..Edit found in post #336..
Ok, put the clientscript back to normal and edited the global. For where you put your own personal directory info, what file does that have to point to? My forum is located in www.mysite.com/forum/ is that what needs to be there? If so, it still doesn't work.

Oh yeah, where it talks about adding the sercurity token "0" in the 1.0, does that need to be done for 3.8.1? Or is 3.8.1 one of the good versions?

Funny i'm asking for help from stanger, when this is for a mustang forum..haha
Reply With Quote
  #347  
Old 03-07-2009, 06:47 PM
kimmer kimmer is offline
 
Join Date: Apr 2007
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks go out to stangger5 for helping me get this thing figured out! It's awsome to have someone that willing to help and feel free to stick around the site!:up:
Reply With Quote
  #348  
Old 03-07-2009, 07:26 PM
voter's Avatar
voter voter is offline
 
Join Date: Dec 2006
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was getting
Quote:
The file you have uploaded is not a valid module file
when trying to Load it via Admincp >> vBa CMPS >> Download / Upload Module...

For vBCMPS 3.0 RC1

After upgading to 3.1 upload happens, but seems I am having same problem different folders for vb and vbCMPS main page.

Suggestions from https://vborg.vbsupport.ru/showpost....&postcount=309 dosn't give any effect - Module is not appearing.
Reply With Quote
  #349  
Old 03-08-2009, 03:05 AM
Vicros's Avatar
Vicros Vicros is offline
 
Join Date: Dec 2007
Location: Arkansas
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The chat box works perfect for me on my forums page but on my cmps page ( vbadvanced ), it stretches way out of my skin template. I stretches to 100%, and it destroys my page, anyway to fix this?.. thanks
Reply With Quote
  #350  
Old 03-10-2009, 11:51 PM
kimmer kimmer is offline
 
Join Date: Apr 2007
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Stangger5, I noticed an update for chatbox evo today, can we install the latest update, or do we need to just keep 1.0?
Reply With Quote
  #351  
Old 03-11-2009, 01:29 AM
Koconem Koconem is offline
 
Join Date: Aug 2008
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can i see if its renamed adv_index if i never could install mods that uses the variable adv_index
Reply With Quote
Reply


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 06:46 PM.


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.05688 seconds
  • Memory Usage 2,312KB
  • 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