vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Chat Modifications - MGC Chatbox (with AJAX) (https://vborg.vbsupport.ru/showthread.php?t=148472)

VBDev 01-09-2008 12:56 PM

Quote:

Originally Posted by physiart (Post 1418198)
Installed, excellent mod, congrats!!!
Done, I've set it to remove shouts daily.

By saying "cron manager" do you mean the Scheduled Task Manager? And by chatbox task do you mean the Automatic deletion of messages of MGC Chatbox? If so, it's set up allright but it doesn't seem to work. Yesterday's shouts are still there. Please advise in detail.

Another thing: I don't know if it's a bug or not, but when I click on "New Posts" and there are no results, the chatbox link disappears from the navbar. I have to click on the homepage link to make it appear again.

Thanx in advance!

Yes I meant the scheduled tasks.

Wow that's strange I don't see why the chatbox would disapear like that !

About your problem it's strange if you have set both option that should do it.

Quote:

Originally Posted by theoz1 (Post 1418221)
I have the red x's in place of the buttons on the top of the chatbox, any suggestions?

Also is there a way to move this to the side of the page like a column instead of being in the middle?

Thx.

Just thought of this. on the top right side as well it says MGC Chatbox and has a down arrow next to it. I click on it and it just has a little blue line. I would like to get rid of it, but would first like to know what that is. thx

You have to upload all images files in your style image directory.

About your second problem please explain me I don't understand it.

physiart 01-09-2008 02:31 PM

Quote:

Originally Posted by VBDev (Post 1418346)
Yes I meant the scheduled tasks.
About your problem it's strange if you have set both option that should do it.

I know it's strange, but it won't work, that's why I asked you for any suggestions. I have to clean all past shouts manually by /del all.
Quote:

Originally Posted by VBDev (Post 1418346)
Wow that's strange I don't see why the chatbox would disapear like that !

Strange again, but it happens. Any ideas?

firstrebel 01-09-2008 04:03 PM

I have just installed this and have two shoutboxes on forumhome. What did I do wrong?

VBDev 01-09-2008 06:58 PM

Quote:

Originally Posted by physiart (Post 1418384)
I know it's strange, but it won't work, that's why I asked you for any suggestions. I have to clean all past shouts manually by /del all.
Strange again, but it happens. Any ideas?

Other cron tasks work well on your forum ?

What I know is that the newpost page is quite tricky sometimes with global var that perhaps are not globalized os it perhaps is due to that.

Quote:

Originally Posted by firstrebel (Post 1418432)
I have just installed this and have two shoutboxes on forumhome. What did I do wrong?

Have you done any modification to the forumhome template during the chatbox install ? Which display options have you added ?

firstrebel 01-09-2008 07:08 PM

I followed the install instructions exactly. I tried displaying at top and bottom, Same problem - 2 chatboxes.

Bob

yeku 01-09-2008 09:29 PM

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

theoz1 01-09-2008 09:36 PM

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.

csavern 01-09-2008 11:09 PM

is there a way to resize this for some reason it is sticking out past my forums

VBDev 01-10-2008 03:59 AM

Quote:

Originally Posted by firstrebel (Post 1418532)
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 (Post 1418637)
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 (Post 1418640)
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 (Post 1418676)
is there a way to resize this for some reason it is sticking out past my forums

What do you mean ?

physiart 01-10-2008 06:51 AM

Quote:

Originally Posted by VBDev (Post 1418526)
Other cron tasks work well on your forum ?

That's exactly what I was trying to check out. I'm not sure about that, 'cause I can't verify the results (i.e. the hourly cleanup what cleans up?). Anyway, clicking on "Run now" old shouts should be removed immediately, but they don't. I don't know if it's relative that my host server runs in safe mode.
BTW, when checking the Scheduled Task Log Viewer it displays allright the actions (Old messages of MGC Chatbox removed), but old shouts are still there.

Quote:

Originally Posted by VBDev (Post 1418526)
What I know is that the newpost page is quite tricky sometimes with global var that perhaps are not globalized os it perhaps is due to that.

Maybe, but it's not really a problem, rather than annoying. I won't give it further thinking, until any of my users notice it. ;)


All times are GMT. The time now is 11:12 AM.

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.02670 seconds
  • Memory Usage 1,766KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete