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?
Do you want a longer message timeout?
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Do you want a longer message timeout?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
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.
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.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
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.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.
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
2chasbas
The variable is called $board_config['session_length'] and is the length of the session in seconds.
The variable is called $board_config['session_length'] and is the length of the session in seconds.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com