Only show the lockfolder icon
Salfate Offline
Junior Member
**
Posts: 2
Joined: Jan 2013
Post: #1
Only show the lockfolder icon
Hi everyone.

Well, I don't like the foldericons, so I remove them. The problem is that I only wish that appears the lock icon. Something like SMF and XenForo.

[Image: WNj3W.png]

[Image: xfRD2.png]

Maybe editing the forumdisplay file or using php in templates? Erf

I need your help. Thanks.
01-12-2013 08:59 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: Only show the lockfolder icon
Replace all thread icons with the same icon, except for the locked thread icon.

My Blog
01-12-2013 09:42 AM
Find all posts by this user Quote this message in a reply
Salfate Offline
Junior Member
**
Posts: 2
Joined: Jan 2013
Post: #3
RE: Only show the lockfolder icon
That is not brilliant.....
01-13-2013 09:19 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #4
RE: Only show the lockfolder icon
Oh well, you have to make concessions some times.

My Blog
01-13-2013 08:26 PM
Find all posts by this user Quote this message in a reply
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 »

 Standard Tools
Forum Jump: