rejetto forum

Thunderchicken Mod

0 Members and 1 Guest are viewing this topic.

Offline mudputty

  • Occasional poster
  • *
    • Posts: 12
    • View Profile
    • Tridell Utah
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:
  • Added a directory structure within HFS using /Personal/(users)
  • Make sure that there is a user directory made at the time you make the user's account within HFS
I'll post my next mod later when I have some free time.
« Last Edit: December 30, 2009, 11:21:57 PM by mudputty »