rejetto forum

Software => HTML & templates => HFS ~ HTTP File Server => RAWR-Designs => Topic started by: mudputty on December 30, 2009, 11:12:59 PM

Title: Thunderchicken Mod
Post by: mudputty on December 30, 2009, 11:12:59 PM
I like the crisp look of Thunderchicken so I have decided to start modifying it (thunderchicken_of_glory-4.0.2). I am very new to the HFS server, but i'm no stranger to code. The first thing I have done is to make it so that my users can have personal directories hidden from all others. One way that I have began doing this is by making the "Welcome: %user%" linkable to their own personal directory so that they won't have to remember it. All you have to do is a simple find/replace all the instances of:
Code: [Select]
<div>{.!lv_welcome.}: %user%</div>with
Code: [Select]
<div><a href="/Personal/%user%">{.!lv_welcome.}: %user%</a></div>
Of course this takes in account that you have already done two things:
I'll post my next mod later when I have some free time.