Thread: JoinDate
View Single Post
Old 11-18-2006, 02:27 PM   #1
Rakehel
Junior Member
 
 Join Date: Dec 2005
 Location: Columbus, OH
  Posts: 16
 Rep Power: 0Rakehel is on a distinguished road
Question JoinDate

I hope this comes off as a mostly simple question.

For the joindate and the stars in the steel series, is it possible to:

1) add more categories, or perhaps decrease time thresholds and
2) if it can be edited is it done in postbit legacy in the section below, and
3) how are the numbers in the code interpreted?

Quote:
.......<if........... "THIS_SCRIPT == 'showthread' AND $post['jd_dateline'] + 15768000 <= TIMENOW">
<div class="nzbpostbit"></div>&nbsp;

<img src="$stylevar[imgdir_misc]/star.gif" alt="6 month star" />
<if condition="$post['jd_dateline'] + 31536000 <= TIMENOW"><img src="$stylevar[imgdir_misc]/star.gif" alt="12 month star" /></if>
<if condition="$post['jd_dateline'] + 47304000 <= TIMENOW"><img src="$stylevar[imgdir_misc]/star.gif" /></if>
<if condition="$post['jd_dateline'] + 378432000 <= TIMENOW"><img src="$stylevar[imgdir_misc]/star.gif" />................
Rakehel is offline   Reply With Quote