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

Reply
 
Thread Tools
MGC Chatbox vba CMPS-module Details »»
MGC Chatbox vba CMPS-module
Version: 1.00, by stangger5 stangger5 is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.8 Rating:
Released: 11-25-2007 Last Update: 12-16-2007 Installs: 37
Supported Auto-Templates
Additional Files  

This module shows MGC Chatbox on vBadvanced CMPS v3.0 RC2..
MGC Chatbox found here ..

Heres a Demo ..

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

How to install:
1:
Admincp >> MGC Chatbox >> 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:
Upload the mgcchatbox.module with vbAdvanced's AdminCP-Functions.
admincp >> vBa CMPS >> Download / Upload Module,,
Select mgcchatbox.module file from your computer.
Select Style to install templates to..
After Rebuild Style Information ,,click "Continue" to activate this module on your CMPS pages.
Move to: center Column,,then set the Order:

3:
Try this if you get the message (Loading...)
Edit the adv_portal_mgc_chatbox..
Delete everything in it and put this,,
Code:
<tr>
	<td class="$bgclass">
$mgc_chatbox 		</td>
	</tr>
Enjoy !!

Show Your Support

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

Comments
  #32  
Old 11-30-2007, 11:51 AM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you still are get the message (Loading..)

Try option 3: the template edit in the first post...
Reply With Quote
  #33  
Old 12-02-2007, 01:22 PM
inciarco's Avatar
inciarco inciarco is offline
 
Join Date: Mar 2007
Posts: 758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by stangger5 View Post
If you still are get the message (Loading..)

Try option 3: the template edit in the first post...
GREAT!! Now the MGC ChatBox is Working, by using the Step 3!! :up:

One little Additional Bug!! On the CMPS Page, the ChatBox Displays with a Width Longer that the Width of the Page, (it Doesn't Adjusts to the Width of the Page), so the Right Column of the CMPS page doesn't Show!!

I've Tried Changing the Width of the Field "Width of the field input" and No Results The Width Still the Same!!

When Collapsing the ChatBox, the Page Returns to Normal, so must be something related with the Display of the Content, because when I Reload the Page with the Chatbox Extended, the First Second the ChatBox displays Ok, but after that Second the ChatBox Width gets too Long!!

You can see this with your User in my Forums!!

I'll leave this Hack Active in my Forums for you to see this Bug!! (This Bug happened also with the Previous Code of the "adv_portal_mgc_chatbox" Template!!

My Best Regards and Great Work!!

Reply With Quote
  #34  
Old 12-02-2007, 02:47 PM
inciarco's Avatar
inciarco inciarco is offline
 
Join Date: Mar 2007
Posts: 758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I managed to Create a Top and a Bottom Columns in the CMPS Page of my Forums, and to Include in one of those Columns the MGC ChatBox, and Shows Fine!! :up:

I think the Problem with the MGC ChatBox Displaying with a widht Larger that the witdth of the Page, should be because of a <td width="100%"> in one of the Templates of the ChatBox, because that Forces the width of the ChatBox to be as Long as the widht of the Page, and with the Left and Right Columns of the CMPS activated, forces the Right Column to be Hidden on the Right of the Screen!!

-Step 1-

In
Admin Control Panel -> vBa CMPS -> Default Settings -> Main Options -> Location List

I added

top
Top Column

and

bottom
Bottom Column

To be able to Use this Colums in the adv_portal Template.

-Step 2-

In the adv_portal Template:

(Adding Code to Create the Two Columns Top and Bottom, to Use them Before and After, the Left, Center, and Right, Columns)!!

-2.1-

I Placed

Code:
<!-- Comienzo de C?digo Adicionado Para Top Column 2007_12_02 -->

<if condition="$show['top_column']">

<tr valign="top">

<td colspan="3">
$home[topblocks]
</td>

</tr>

</if>

<!-- Final de C?digo Adicionado Para Top Column 2007_12_02 -->
Before

Code:
<tr valign="top">
		<if condition="$show['left_column']">
-2.2-

and

I Placed

Code:
<!-- Comienzo de C?digo Adicionado Para Bottom Column 2007_12_02 -->

<if condition="$show['bottom_column']">

<tr valign="top">

<td colspan="3">
$home[bottomblocks]
</td>

</tr>

</if>

<!-- Final de C?digo Adicionado Para Bottom Column 2007_12_02 -->
After

Code:
				$home[rightblocks]
			</td>
		</if>
	</tr>
-Step 3-

In
Admin Control Panel -> vBa CMPS -> Edit Pages -> (Your CMPS Index Page)

I Placed My CMPS ShoutBox in the Top or Bottom Column, where I Want to See It!!

Of Course you can Display any other Control on those Top and Bottom Columns!!

Reply With Quote
  #35  
Old 12-04-2007, 04:24 PM
skeetar skeetar is offline
 
Join Date: Jun 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not having the loading problem. The problem I am having is that NOTHING is showing up inside of the module. The chatbox works fine if I am not using it inside of the CMPS, but when I have the module on nothing shows up inside the box.

Thoughts?

http://www.resurgencetheory.com/vbulletin/findex.php?

I have the shoutbox activated normally as of right now, the module is still up to show what is going on with it. As you can see, there is nothing displayed inside of it.
Reply With Quote
  #36  
Old 12-04-2007, 05:14 PM
skeetar skeetar is offline
 
Join Date: Jun 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey, I got it to work. However, my entire mission was to get a chatbox that I could modify to look attractive in a sidebar, but it just didn't look good at all. Thanks anyways!
Reply With Quote
  #37  
Old 12-14-2007, 04:10 AM
redwinger redwinger is offline
 
Join Date: Nov 2006
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok followed this step by step and when adding the module through the upload module. I get a database error. The module is in the module folder when I check the server but I can't get to the other steps. I have tried manual adding the module and also manual adding a template and using the step 3 code but I still get the loading in the chatbox. When I go to type in it and hit enter to post a message it redirects me to another chatbox page.
Reply With Quote
  #38  
Old 12-23-2007, 04:17 AM
rainyleaves rainyleaves is offline
 
Join Date: Mar 2004
Posts: 227
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this MOD.

I got problem with VB3.7.0 Beta3.(No problem with VB3.6.8)
Text not loading.
Just display 'loading'.

How can I fix?

Thanks.
Reply With Quote
  #39  
Old 12-24-2007, 10:52 AM
weedheaven weedheaven is offline
 
Join Date: Jan 2007
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got a problem in the module:

when i click in the module on the help >>> ? <<< Icon i end up here

http://www.weedheaven.com/forum/Arra...hp?do=showaide

object not found
Reply With Quote
  #40  
Old 01-13-2008, 04:40 AM
poprulz poprulz is offline
 
Join Date: Oct 2005
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Its working either way, using the default adv_mgc template as well as the 3rd custom template option.

But I am getting a starnge display problem. please check the attachment. I have got mgc_chatbox renamed in its general settings and the module named as chat and in the homepage both these appear.

Reply With Quote
  #41  
Old 01-13-2008, 09:31 AM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To edit the >> Chat in the top left...

admincp >> vBa CMPS >> Edit Modules
Scroll down the title column untill you find Chat..
Click Chat or go..
You can change the Module Title there..
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 03:43 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.04710 seconds
  • Memory Usage 2,311KB
  • 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
  • (5)bbcode_code
  • (1)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
  • (3)pagenav_pagelink
  • (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