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)

eXtremeTim 12-17-2004 01:27 AM

The pages seem to want to take a bit before they reload the same page again such as when I join another chat. Or update my preferences. Also where it says vBChat in the sidebar where it lists the users should list the room name they are currently in. I think that would work better.

MorrisMcD 12-18-2004 02:48 AM

I am having an issue with the step of editing the root index.php...

The instruction says to find this...

while ($loggedin = $DB_site->fetch_array($forumusers))
{
$userid = $loggedin['userid'];
if (!$userid)
{ // Guest
$numberguest++;
$inforum["$loggedin[inforum]"]++;
}
else if (empty($userinfos["$userid"]) OR ($userinfos["$userid"]['lastactivity'] < $loggedin['lastactivity']))
{
$userinfos["$userid"] = $loggedin;
}
}

But the problem is I found this...

while ($loggedin = $DB_site->fetch_array($forumusers))
{
$userid = $loggedin['userid'];
if (!$userid)
{ // Guest
$numberguest++;
$inforum["$loggedin[inforum]"]++;
}
else if (empty($userinfos["$userid"]['lastactivity']) OR ($userinfos["$userid"]['lastactivity'] < $loggedin['lastactivity']))
{
$userinfos["$userid"] = $loggedin;
$numberregistered++;
if ($userid != $bbuserinfo['userid'])
{
$inforum["$loggedin[inforum]"]++;
}
$loggedin['musername'] = fetch_musername($loggedin);

if (fetch_online_status($loggedin))
{
$numbervisible++;
eval('$activeusers .= ", ' . fetch_template('forumhome_loggedinuser') . '";');
}
}
}

My brackets close later than your instructions say they should.. Can anyone enlighten me to why this is? I assume a previous hack I installed.. If so, can someone tell me where I should fit in the new chatroom related code?

Boback 12-18-2004 07:46 PM

I have a problem with the users in the default chat room not clearing, even for days. And its getting worse. More and more users are becoming ghosts in that list and seems like once you join the chat, it never clears you. :disappointed:

Is there anything I can do to solve this? I'm using 1.1.1 with vb3.0.3

Thanks.

P.S. on the forum home page, it says no users in the chat rooms, but when you go in, theres people from previous sessions who have not been cleared.

MikaK 12-19-2004 12:09 PM

Are there any plans to change the smilies support. IMO the current way of showing random smilies is not a very good way to use them. Especially when those randomly selected may show several same smilies:(

If anybody has a way to show selected 10 I'd surely appreciate instructions posted here.

Otherwise this seems to work all ok for me.

Regs,
-MikaK-

ncangler 12-19-2004 08:45 PM

I installed the mod last night and it works great. Thank you! I followed the instructions and it worked flawlessly.

ncangler 12-19-2004 08:50 PM

[QUOTE=Boback]I have a problem with the users in the default chat room not clearing, even for days. And its getting worse. More and more users are becoming ghosts in that list and seems like once you join the chat, it never clears you. :disappointed:

Boback, I was able to clear the Chat history in the Admin control panel under the "vBChat Control" "vBChat Prune Options" section. You can choose to "vBChat Total Prune" to eliminate all chat posts or you can set it up to Prune by days or members. Worked fine for me.

Hope this helps.
Randy

ncangler 12-19-2004 08:54 PM

I noticed that you have to select "logout" of the forum when in vBChat in order to log out of the Chat room. Otherwise you show as as still in the Chat room. Am I missing the correct way to leave the Chat room or is another option for leaving a room necessary?

Thanks for a great Mod!
Randy

ncangler 12-19-2004 08:59 PM

I have vB3.03 with Photopost Pro gallery software, Reviewpost product review software, and Classifieds sales program. Photopost allows for integration with vB3 styles and after installing the vBChat mod I can see the vBChat option in the menu structure of the Photopost part of my site. But if you select vBChat there you can an error message:
404 Not Found
The requested URL /photopost/vBChat.php? does not exist.

Anyone have an idea how to fix this? Thanks for any input.
Randy

camoman 12-20-2004 02:31 PM

Quote:

Originally Posted by camoman
Question..

Everything installed find and functions fine except the "Users Currently inside vbchat" it doesn't pull the user names from there it's just blank. Any ideas?

Installed on vb 3.0.3


Has anyone found a solution to this problem?

MaTtY PiMpZ 12-20-2004 03:14 PM

Quote:

Originally Posted by mrcancel
Ya, me too !
I want to creat private chat rooms !!!

cool hack, i wish some1 would help with these hacks i got

SVTBlackLight01 12-20-2004 06:07 PM

Quote:

Originally Posted by ncangler
I have vB3.03 with Photopost Pro gallery software, Reviewpost product review software, and Classifieds sales program. Photopost allows for integration with vB3 styles and after installing the vBChat mod I can see the vBChat option in the menu structure of the Photopost part of my site. But if you select vBChat there you can an error message:
404 Not Found
The requested URL /photopost/vBChat.php? does not exist.

Anyone have an idea how to fix this? Thanks for any input.
Randy

It sounds like you are using a relative URL in your link to vBChat.php, which will cause this to happen on any page outside of the forums directory.

Roxie 12-20-2004 07:20 PM

Is there a way to change the number of chat messages that are viewable? My chat room only shows about 15 of the past messages and then they disappear.

The-Aeon 12-20-2004 08:45 PM

Hello I have Installed this Chat in my Board and I found one little Bug,

cause off the Board is in Germany I have the Timezone WEZ +1

the chat shows the wrong Time.

on Forum home I can see for Example: WEZ +1 23:32

on the Chat I see WEZ +1 22:32

How I can fix this Bug ?

sorry for my bad englich, I speak it not very often

korny 12-21-2004 03:02 AM

Installed....great hack.

Not sure if this was asked before, but is there a way to extend the chat psots...where more posts are shown. Like the old ones?

EDIT : Looks like someone already posted that same question...2 posts up /\ /\ :mad:

Boback 12-22-2004 12:18 AM

Yea its been asked a good few times, but noone has answered it :(

The problem with my chatboard not clearing the userlist seems to have fixed itself. Though a total prune didn't do it. It seems to have fixed it on its own.

bi11i 12-22-2004 01:01 AM

Could someone write a quick uninstall script on this? At least for the SQL tables? I can manually delete everything else, but I'm not experienced enough to touch my SQL stuff....

Anyone?

The Avatar 12-22-2004 03:56 AM

Quote:

Originally Posted by Matt Bush
How do I go about changing the background color of my chat?


I would also love to know this..

Im also experiencing some of the errors other are complaining about. There users dont auto-prune and the chat doesnt parse in BB code either. Thats annoying...........

Any hints to this?

johnmurphy 12-22-2004 08:49 PM

first time I ever installed a hack...works like a charm!!!
took me 15 minutes (mainly reading)

color change: has been addressed several times... (iframe => change body)
what I do miss is "How To" get rid of the status thing. Don't know what it's good for anyway...

THX ZT!!!

shiva 12-22-2004 11:31 PM

Here's a funny bug everytime I enter the chat room (see picture attached) where my entire website design is included in the chat box. It clears up soon as I enter the user section (and I think it clears when I post a message)

Using Firefox. Sorry if this was answered before, but 30 plus pages to this thread...

fustanella 12-23-2004 10:52 AM

Man, this looks good on my board, and has been needed for quite some time. Thank you very much for a nearly painless installation!

red_baron2000 12-25-2004 03:58 PM

is there a way to turn the radom smilies to a fixed ..or in a way it display them in the same order as they are saved in the cp and shown on board?

example smily1 ,smily2 etc..

thank you

MikaK 12-25-2004 06:57 PM

Quote:

Originally Posted by red_baron2000
is there a way to turn the radom smilies to a fixed ..or in a way it display them in the same order as they are saved in the cp and shown on board?

example smily1 ,smily2 etc..

thank you

This is the way I?d want to have it as well. For example the group "generic smilies" included.

Mika

arob42 12-26-2004 05:25 AM

Just installed the hack and I'm very happy with it. I was using phpMyChat previously, but that required a separate registration. This one works very well with my web site. Now I'm one step closer to a unified web site. Thanks!

ncangler 12-26-2004 05:50 AM

Quote:

Originally Posted by SVTBlackLight01
It sounds like you are using a relative URL in your link to vBChat.php, which will cause this to happen on any page outside of the forums directory.

Thanks for the input. I fixed it and also figured out how to add new navigation links in the Navbar. Everything is working! Very cool. Thanks for the great input on this forum.

Randy

Adrian Schneider 12-26-2004 06:45 AM

I've had this installed for nearly a month now, everthing works great, but under Currently Active Users, it only shows myself, when many more people are online. I saw this problem mentioned but I thought he meant just for the chat. (He suggested it was ISP/browser problem, but only started to occur after installation).

Anyway I checked the templates and the changes in the includes_online file, couldn't find the problem. Anyone know how to fix this?

docvader 12-26-2004 08:57 PM

Is there a reason why we don't see "redirect" pages when you change options or rooms in vBChat? Same in the ADMIN CP, for vBChat, when you save new options, you don't get a "settings were saved" redirect.

Have I missed something?

PaceAdvantage 12-27-2004 03:09 PM

I have a couple of questions:

1) Is there any way to get rid of the horizontal scroll bar and have the text automatically wrap?

2) Is it just me, or are private messages tabbed way across the screen, forcing you to scroll to the right for even the shortest of private messages....how to fix this?

Other than that (and smiley 'X' problems that are NOT fixed by the built in vbChat "fix") it's a great script.....

==PA

(Oh yeah, and how about a command to reveal more history on a per-user basis, for say, someone who joins the chat late)!

NFLForums 12-27-2004 09:27 PM

Quick problem that we've noticed...Every once in a while, a user will type something in & hit post & it never shows up..other times it will show up twice...Is that something on our end or is there a little glitch?

Other than that it's great! Thanks! Much easier than the other kind with the raidersoft chat program! :)

PaceAdvantage 12-28-2004 03:32 AM

Some more requests from my users:

1) like to see the text wrapped

2) Be able to click on someone’s name without having to type it in every time, much like the way Private Messages are done by clicking on the name on the right hand box....I would suggest making the name that appears in the actual chat room CLICKABLE for a normal, non private message. When clicked, the user name appears in the send box, so that you don't have to type the person's name that you are addressing

3) Not enuff history – it goes back 20 post approx –not nearly enough

4) And you already know about the Private Messages appearing all the way to the right, for whatever reason....is that just my problem, or do other people see this?

Takamine334 12-28-2004 04:57 AM

I'm not able to change rooms....just loops back to the room select page.

Takamine334 12-29-2004 01:38 AM

anyone?

vishalsachar 12-29-2004 12:17 PM

Absolutely superb.

Well done!

Just a couple of easy questions:

1. is there any way of pruning the messages automatically when there is no one there? I dont like the idea that all chats are logged for 24 hours.

2. Is there any way for members displayed in the chat to have different coloured display? (for example when it says > VISH says: < it is displayed in black, but can all members be displayed with a different colour? Not the text, just the name?)

Great hack, my fave and look forward to future versions!

*clicks install*

herk483 12-29-2004 02:48 PM

anyway for force pruning - to clear the room out

Sai01 12-30-2004 12:39 AM

questions!

1. can user create their own room?

2. is there a scroll bar in the message box? cause in my forum the text goes up auto and you can't read what's already been passed.

3. can each user have their own color text?

4. where can i edit the default font size?

5. will there be a future version of this with all the stuff that everyone here mentioned?

vishalsachar 12-30-2004 02:26 AM

Quote:

Originally Posted by herk483
anyway for force pruning - to clear the room out

Quote:

Originally Posted by vishalsachar
1. is there any way of pruning the messages automatically when there is no one there? I dont like the idea that all chats are logged for 24 hours.[/color]

I just had an idea - does anyone know how to modify the code so that the messages are completely pruned every 10minutes or so? At the moment it is set to 24 hours (variable is in days, which i have set to 1). However i do not think keeping the messages there is a good idea at all.

I am sure that someone here will know how to modify the code so that in admincp, the choice can be set to minutes rather than days.

Thanks,

Vishal

Sai01 12-30-2004 03:26 AM

I install this on my forum just to test things out...
and now i prefer an IRC intergration chat better so how do i uninstall this?
i want to completely remove it.

Joe Black 12-31-2004 12:24 AM

Wow, nice app! Even a complete vB newb like me can pull this off! Thanks!

Joe Black

DSMNightmare 12-31-2004 01:19 AM

I know this is kind of a newb question but how does a user officially "leave" a room? Is there a command they can enter or does it just wait for the user to timeout on the next refresh?

Jason McConnell 12-31-2004 02:57 AM

Is there an uninstall planned for this?

andor 12-31-2004 09:31 PM

... but I would like to increase the lines of history visible . . . where do I go for that?

I have just managed to lure my members in and they're going off. This is a great hack . . .


All times are GMT. The time now is 06:45 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.02237 seconds
  • Memory Usage 1,831KB
  • 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
  • (8)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
  • (40)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