PDA

View Full Version : Condition for Forum Contains Unread Posts?


SeanMT
08-27-2009, 08:26 PM
On my forums I don't use post icons etc... The only annoyance this causes is that on the forum home forums that contain unread posts don't look any different to forums with no new posts.

I would like to style them differently. Is there a simple if statement that would allow me to check if the forum has unread posts?

Thanks

Paul M
08-27-2009, 09:08 PM
Check the value of $forum['statusicon'].

"new" = new posts, "old" = no new posts.

SeanMT
08-27-2009, 10:51 PM
Thanks for the quick response. I will try it out tomorrow.

--------------- Added 1251420060 at 1251420060 ---------------

Worked a treat, thanks a lot!