Page 1 of 1

Do you want a longer message timeout?

Posted: 2003-02-21, 11:21 UTC
by ghisler(Author)
Currently the board software marks all threads as read after one hour, even if you didn't read them. This is done because normally most people don't read all threads, just those which interest them. If the board software wouldn't mark them as read, they would remain as new forever!

Some people have suggested to increase this timeout from one hour to 12 hours or even a whole day. What do you think?

Posted: 2003-02-21, 11:28 UTC
by soreno
Couldn't this be made a user configurable setting (editable in profile) ?

Posted: 2003-02-21, 11:32 UTC
by MxxCon
i'd like no timeout all, but out of choices i picked 24horus

Posted: 2003-02-21, 11:34 UTC
by ghisler(Author)
2soreno
No, unfortunately not, the board software doesn't support it. I would have to write a modification, but it would require changes to the database too. I'm not experienced enough yet with PHP and MySQL to do this.

Posted: 2003-02-21, 17:41 UTC
by chasbas
ghisler(Author) wrote:2soreno
No, unfortunately not, the board software doesn't support it. I would have to write a modification, but it would require changes to the database too. I'm not experienced enough yet with PHP and MySQL to do this.
I've done quite a bit of both PHP and MySQL, so maybe I could look at this issue. What is the name of the global configuration setting that governs this? I have searched through the source code and the online sample board, but I can't find this setting anywhere.

Posted: 2003-02-23, 11:26 UTC
by ghisler(Author)
2chasbas
The variable is called $board_config['session_length'] and is the length of the session in seconds.