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>
<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" />................
|