Quote:
Originally Posted by TrultToast
Howdy!
Ive' been trying to figure out a way to do this but I've had no luck so i finally decided to make a thread here...
I want to add a lock icon after a threads title in the threadbit template if a thread is closed/locked. I have no idea what if condition to use and if there even is one.
Here is an example of what I'm trying to do.
Thank you.
|
If a thread is closed, then the following condition will be true in the threadbit template:
PHP Code:
!$thread['open']