vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vB Chatbox 1.2.4 (https://vborg.vbsupport.ru/showthread.php?t=42725)

Dennis B 03-23-2003 06:06 PM

p0s3id0n,

Can I force the reduced mode? I thought of this to (1) save bandwidth and (2) merge the chatbox into my welcome panel.

Merci.

Dennis B 03-23-2003 06:12 PM

Never mind... I just realized that in reduced mode users can't chat at all... I'll figure out how to customize the big box. Sorry.

p0s3id0n 03-23-2003 06:15 PM

for the first one, i just anwsered :
Quote:

@ DOTS : look at the chatbox template, you just need to
change the width parameter of the iframe tag.
:p

and to have the chatbox reduced by default, the simplest way
would be to execute the following query :
Code:

ALTER TABLE user CHANGE chatbox chatbox TINYINT( 4 ) DEFAULT '0' NOT NULL
and maybe if you want to switch all your members to a reduced
chatbox execute also the folowing query :
Code:

UPDATE user SET chatbox = 0

~~edit~~
you're welcolme ;)

Dennis B 03-23-2003 06:28 PM

Would new members get the reduced chatbox by default as well...?

Dennis B 03-23-2003 06:33 PM

p0s3id0n,

It seems like the iframe doesn't like to be inserted into a table... When I tried to put $chatbox inside one of my welcome panel's tables it just got all over the other stuff... Any hints...?

Thanks.

Dennis B 03-23-2003 06:44 PM

Made it work... just removed the <center> tags... I promise I'll try stuff first and ask questions later from now on...

p0s3id0n 03-23-2003 06:46 PM

yes with the query i gave you, new members will have the
reduced chatbox by default...

As for the chatbox all wrong inside a table.... it must depend on
your table's parameters : width, height, nowrap, rows, cells.......

~~edit~~
nice to read it works ;)...

Dennis B 03-23-2003 06:52 PM

Oh, it's a major add-on to my forum, members have been asking for it. Congrats for the great work. :cool:

Dennis B 03-23-2003 07:30 PM

p0s3id0n,

If you want to check out the final result, take a look here. Very nice.

Is it possible to make the reduced version diplay the last 3 posts instead of just the very last one?

Thanks,

Erwin 03-23-2003 08:46 PM

Quote:

Today at 08:30 AM Dennis B said this in Post #260
Is it possible to make the reduced version diplay the last 3 posts instead of just the very last one?

Read this thread - the solution to this has been posted.


All times are GMT. The time now is 04:30 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.01731 seconds
  • Memory Usage 1,735KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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