Thread: Chat Modifications - MGC Chatbox (with AJAX)
View Single Post
  #2100  
Old 01-10-2008, 03:59 AM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by firstrebel View Post
I followed the install instructions exactly. I tried displaying at top and bottom, Same problem - 2 chatboxes.

Bob
And in the showthread or forumdisplay pages ?

Which version of vBulletin are you using ? Have you tried cleanly uninstalling it and installing it back again ?

Quote:
Originally Posted by yeku View Post
Hello, I have a problem to see files.

Only I can see the 1 page. I show you these here link:

mypage/mgc_chatbox.php?do=view_archive(Work well)this is the link of navbar

index.php/mgc_chatbox.php?do=view_archive&page=1 (Do not work), this is the link of the principal page of the chatbox.

index.php/mgc_chatbox.php?do=view_archive&page=2 (Do not work),this is the link of the file pages.

How do I solve this problem?

thank VBDev
This is a known bug.

Open the mgc_chatbox.php file and search for :

PHP Code:
$pagenav construct_page_nav($pagenumber$perpage$getnb_chats['nb_chats'],
        
$vbulletin->options['bburl'] . '/mgc_chatbox.php?' $vbulletin->session->vars['sessionurl'] . 'do=view_archive'); 
Replace it by :

PHP Code:
$pagenav construct_page_nav($pagenumber$perpage$getnb_chats['nb_chats'],
        
$vbulletin->options['bburl'] . '/mgc_chatbox.php?' $vbulletin->session->vars['sessionurl'] . 'do=view_archive&what=' $what); 
Quote:
Originally Posted by theoz1 View Post
Right now I currently have the chatbox in the middle of the page by default. I want to have it on the right side going as a column being more taller than longer, that way it doesnt take up so much space. Like looking at this page right now, the far right side as you can see where the green is, I want it to be over there and only take up that amou nt of space in widthwise. Sorry if this is a little confusing.
This need rewriting of the mgc_chatbox template to achieve that purpose.

This is something that needs time so I am sorry but unless you try to work it out on yourself i can't help you much

Quote:
Originally Posted by csavern View Post
is there a way to resize this for some reason it is sticking out past my forums
What do you mean ?
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01433 seconds
  • Memory Usage 1,782KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete