rejetto forum

Software => HTML & templates => HFS ~ HTTP File Server => RAWR-Designs => Topic started by: blitzer on July 06, 2009, 08:06:35 AM

Title: How to change folder icon
Post by: blitzer on July 06, 2009, 08:06:35 AM
How can I change folder icon in RAWR-Template-0.1.1

(http://210.1.31.44/pic/problem/HFS4.jpg)
Title: Re: How to change folder icon
Post by: TSG on July 06, 2009, 09:28:53 AM
You can change it in HFS.

However it might be easier for you to just locate the [folder] part of the template and link to another image.
Title: Re: How to change folder icon
Post by: blitzer on July 06, 2009, 10:00:55 AM
You can change it in HFS.

However it might be easier for you to just locate the [folder] part of the template and link to another image.

I can't find menu to change folder icon in this version (hfs 2.3 beta)

Please guide me to change icon in [folder]

Code: [Select]
[folder]
<tr>
<td class="iconCol"><a href="%item-url%"><div style="background:url('/~img_folder') center center no-repeat"></div></a></td>
<td class="fileCol{.if not|{.get|can access.}|protected.}">
<div class="fileInfo">
<a href="%item-url%">%item-name%{.if|{.get|is new.}|&nbsp;-&nbsp;<b class="new">{.!lv_new.}</b>.}</a><br/>
%comment%
<div class="info"><b>{.!lv_size.}:</b> <i>{.!lv_folder.}</i></div>
<div class="info"><b>{.!lv_hits.}:</b> %item-dl-count%</div>
<div class="age"><b>{.!lv_age.}:</b> %item-modified%</div>
</div>
</td>
<td class="quickCol">
<div class="quickBtn {.if not|{.get|can access.}|disabled.}"><a href="%item-url%"><img src="/template/{.!theme.}/images/go.gif" alt="GO"/></a></div>
{.if|{.get|can archive.}|<div class="quickBtn1 {.if not|{.get|can access.}|disabled.}"><a href="%item-url%~folder.tar{.if|{.get|can recur.}|?recursive.}" title="{.!lv_archiveTitle.}"><img src="/template/{.!theme.}/images/download.gif" alt="DL"/></a></div>|<div class="quickBtn1 disabled"><img src="/template/{.!theme.}/images/download.gif" alt="DL"/></div>.}
</td>
</tr>

(http://210.1.31.44/pic/problem/hfs5.jpg)
Title: Re: How to change folder icon
Post by: slasherx on July 06, 2009, 10:02:53 AM
look for ~img_folder  change to your image path.
Title: Re: How to change folder icon
Post by: blitzer on July 06, 2009, 10:21:13 AM
thank you
Title: Re: How to change folder icon
Post by: rejetto on July 06, 2009, 04:17:33 PM
You can change it in HFS.
However it might be easier for you to just locate the [folder] part of the template and link to another image.

I can't find menu to change folder icon in this version (hfs 2.3 beta)

right click > properties > other > icon