PDA

View Full Version : How do I show that a thread is Locked in the Recent Threads list?


Skedoozy
12-07-2007, 05:55 PM
I wish to show that a locked thread is locked without having to view the thread or forum to see that it's locked. Locked threads just show up as normal threads on the Recent Threads list.

Brian
12-08-2007, 11:05 AM
If you add some code that looks something like this to your adv_portal_recthreads_exp/lean template then that should do the trick.

<if condition="!$thread['open']">Image/text or whatever you want to denote a closed thread here</if>