vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBChat v2.3 (https://vborg.vbsupport.ru/showthread.php?t=71049)

sv1cec 02-06-2005 01:22 PM

Quote:

Originally Posted by LeeWicKeD
hiho,

how do i change the amout of messages/lines that are shown in the chat?

LeeWicKeD

If you mean how many messages are shown all together, that's easy:

Find this in vBChat.php:

PHP Code:

$Get_Chat_MSG $DB_site->query("select m.*,u.* from ".TABLE_PREFIX."vbchat_store m
        left join "
.TABLE_PREFIX."user u on (u.userid = m.s_postby) where m.s_forroom = '{$bbuserinfo['vbchat_pref_in_room']}' order by m.s_postime desc limit 0,15"); 

Change that 15 at the end to whatever you want. BUT THIS IS NOT how many lines are shown, it is how many lines are selected. How many lines are shown is a bit more involved.

Rgds

majdah 02-07-2005 07:33 AM

i have one quis. please.

how can i make the chat for only the member who have 20 post in the forum ?

sv1cec 02-07-2005 10:50 AM

Quote:

Originally Posted by majdah
i have one quis. please.

how can i make the chat for only the member who have 20 post in the forum ?

I haven't tried this, but here is a possible solution:

InvBChat.php, find:

PHP Code:

    if($UserIDBanned 0){ 

Replace that with:

PHP Code:

    if($UserIDBanned OR $bbuserinfo[posts]<20 ){ 

Let me know if it works.

Rgds

majdah 02-07-2005 02:03 PM

i don't know what i said thank you so much
it's working 100%
it's came with a band user message:
Your User Doesn't Have Permission To Access The vBChat System

that meen we have to change it to:
Your User Doesn't Have Permission To Access The vBChat System or may your posts is under limit.

sorry for my english i'm trying to improve my lang.

really i don't know how i thank you
:up:

arob42 02-07-2005 06:49 PM

Does anyone know if I can save or archive chatroom discussions for for reviewing later on? Thanks, --Robert

MaXxed 02-08-2005 12:24 AM

Seems to work ok in 3.0.6
Reliable? I wouldnt say so.
Fast? No.
Seems that ZT has stopped supporting this, so I would imagine you need to pick and choose any mods as they crop up.

The biggest issue with this is that once its installed, youre pretty much stuck with it. There is absolutely no information on how to remove it :(



Quote:

Originally Posted by Belicoso_Fino
A couple of noob questions.

Does this work under 3.0.6?

Is it a relaible chat system?

Is it fast, even for dialup users?

And since there's 39 pages of messages, I'm sure there are a hundred hacks. Will Zero Tolerance or anyone publish a complation of all the good hacks into one distro?

Thanks in advance.


sv1cec 02-08-2005 05:20 AM

It works OK on 3.0.6.

Fast, considering that it refreshes the screen every few seconds, it is as fast as it can get.

Reliable? Yes, absolutely, as long as your users remember to log out, else your chat user list grows with users who have left hours ago.

Not too many hacks for this hack. Most of the changes requested have been dealt by either ZT (before he lost interest in this hack), or by me, at the last few pages.

Rgds

MikaK 02-08-2005 06:27 AM

*bump*
Any news on the smilies issue ie. having a fixed set of smilies showing instead of the random one?
Thanks for any info.

-Mika

marster37 02-08-2005 11:39 AM

I want to see all messages in the chat area.. im planning on having big chat this friday and probably will have over 100 people in the chat area talking .. will this chat on my site hold that many people?

Thanks
Jim

cnczone 02-08-2005 01:09 PM

Quote:

Originally Posted by interfx
Figured it out, you also have to change the template file (chat_row)...


What do you change there?


All times are GMT. The time now is 10:57 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.02085 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)bbcode_php_printable
  • (4)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