Quote:
Originally Posted by ncangler
I can't view your attachment for some reason (I get a "not logged in" message with a log in screen...wierd). Thanks for the code. I'll give it a try. A visible message will certainly help folks 'do the right thing'. 
|
We cross posted. I just added on to my post (two up) the same fix as Mr_Bob had about the config.php file . It seems to help.
One other thing. As you know in vbulletin we use session control for members in it's urls. Ex:
PHP Code:
href="forumdisplay.php?$session[sessionurl]do=markread"
and in form inputs,
PHP Code:
value="$session[sessionhash]"
If a member fails to "Log Out" of the forum and just closes his browser, the session control will time out his session after a time as set by the admin, IE -
Quote:
Time-Out for Cookie - This is the time in seconds that a user must remain inactive before any unread posts are marked read. This setting also controls how long a user will remain on Who's Online after their last activity. set to - 900 seconds (15 minutes)
|
and the users name is then removed from the forum online list automatically. I'm just wondering if this Time out could be incorporated in to flashchat, or could a session url be added to to /site@url.com for flashchat.
Like
PHP Code:
href="chat/flashchat.php$session[sessionurl]"
. I'm going to give the session url a shot and see what happens.
John