Quote:
Ive added the events,pretty cool, but looking at the attached images on first page it shows a events bar
any idea how i get this showing
|
hIBEES,
From within chat - click on the arrow in the upper-left corner for a dropdown menu with event and sound options.
Quote:
so this whole thing is a query you need to do in sql? (I am still learning lol)
|
ashley53680,
Theres also some error checking, database security, and output formatting in addition to the query itself ($sql = 'SELECT * FROM '.$cfg['userdat'].' WHERE status=0'

.
Quote:
Does this show users location "in chat" on whoslonine? Thanks.
Also, can sounds and animations be added and or removed? That puff animation would get very annoying lol! It lasts for about 60 seconds..
|
006,
I tried to use the recommended method to add the chat to the 'who is online' script but I have not been able to get it to work just yet. Unknown location.

Probably something to do with my chat being located outside of my vB tree. Perhaps a 'chdir' or maybe putting the chat inside inside your forums directory structure? Amyone? I'm a newb. Please bear with me, I'm learning this stuff as I go and usually smoke my short term memory. On a side note, I found that vB already has a 'Chat" phrase built in.
The puff animation is just a swf I used at my site's chat while experimenting. It's not included with zz:flashchat. Animations, sounds, and smileys can be easily configured from the chats admin page. I've played some crazy flash movies in the chat and also have tried full length mp3 songs as an experiment with no problems.
Please remember I didn't write the chat so I'm not the person to ask questions about it. There's a forum all about zz:flashchat available at:
http://download.zehnnet.de
Quote:
Warning: Unknown(): stream does not support seeking in /home/foo/foo/foo/foo/foo/foo/forum/global.php(388) : eval()'d code on line 8
|
Anyone with stream or include (global.php) errors,
Please make absolutely sure that the following 2 lines in 'member.php' point to valid paths depending on your system architecture:
chdir("/path/to/your/forums/"); // Change to forum path
chdir("/path/to/your/chat/"); # change back to chat path
If the incorrect path is entered the script will still parse but any cascading included calls to global.php from functions_bigthree.php and other respective includes will error off. SQL queries and connects will also choke. Changing the shell path is essential for scripts external to vB to interface correctly.
Hope I didn't miss any questions. Peace!