The new look should be like the attached picture shows.
Red line separates the threads with new posts and the new threads since my last visit.
I know WHAT to add, HOW to add it but I don't know WHERE to add it. If think I need to add an if statement into this if statement in the postlist.php:
Code:
if (($Last_Post > $unreadcheck) && !$aread)
The if statement goes like this:
Code:
if( ($user['U_LastOn'] < $unread) && !$last_visit_done )
But this doesn't add any code. If I change the < to > then I get a line for all topics. I don't quite underastand all those variables connected with new threads: $isnew, $unreadcheck, $unread.
Could anyone help?
(Our 6.5.5 threads have subforums hack installed)
--------------------
Kind regards,
PaNTerSan
Edited by PaNTerSan (12/07/06 04:15 AM)