Hello,
I removed the topic folders from my theme (new posts, lock folder, contains posts by you, etc), and I was wondering how i can add a lock next to locked thread names. Right now users have to enter the thread to find out if it is locked or not but i would like them to see a lock on forumdisplay so that they choose whether or not to read the locked thread.
Is there a variable or template that i can edit to show a Lock image if the thread is locked.
I made something similar to this but is it right?
Thank you!
I removed the topic folders from my theme (new posts, lock folder, contains posts by you, etc), and I was wondering how i can add a lock next to locked thread names. Right now users have to enter the thread to find out if it is locked or not but i would like them to see a lock on forumdisplay so that they choose whether or not to read the locked thread.
Is there a variable or template that i can edit to show a Lock image if the thread is locked.
I made something similar to this but is it right?
Code:
<div class="thread_lock_{$thread['closed']}">thread stuff</div>
Thank you!







