Quote:
Originally Posted by firstrebel
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
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
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
is there a way to resize this for some reason it is sticking out past my forums
|
What do you mean ?