New Indicator Bug SP1/1.1
1.0
There is a bug in the users log which means the "new" topic indicator is shown on old posts regardless of when they were last viewed.
By old posts, I mean those that haven't been replied to within the time limit of the users log set in the admin center.
This mod should fix that.
BHRA Webmaster
http://www.bhra.org.uk
Sources/MessageIndex.pl
if( $max_log_days_old && $dlp != $threaddate && $username ne 'Guest' && &getlog("$currentboard--mark") < $threaddate ) {
if( $max_log_days_old && $dlp < $threaddate && $username ne 'Guest' && &getlog("$currentboard--mark") < $threaddate ) {
Sources/Display.pl
&dumplog($mnum,$mdate);
&dumplog($mnum,$date);