Only show the lockfolder icon
Gstone Offline
Member
***
Posts: 55
Joined: May 2012
Post: #5
RE: Only show the lockfolder icon
forumdisplay_thread ->

Code:
<span class="thread_lock_{$thread['closed']}">{$prefix} {$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a></span>


where you see the span class, that is what you need to add (thread_lock_{$thread['closed']}).

in global.css ->

Code:
.thread_lock_1 {
	background: url(images/yourstyle/lock.png) no-repeat 0 0;
}


Then upload a lock image to your theme and make sure the directory above is correct.

01-20-2013 01:18 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Only show the lockfolder icon - Salfate - 01-12-2013, 08:59 AM
RE: Only show the lockfolder icon - Gstone - 01-20-2013 01:18 PM

 Standard Tools
Forum Jump: