nice little mod... :banana:
i would like to know though
i have this below and would like to know how i can automatically turn the 3 month star into the 6 month star then the 6th into the annual and after the annual it just ads the stars like to original code is desisgned for?
Code:
<if condition="$jointime > 1825"><img src="$stylevar[imgdir_misc]/star.gif" alt="Anniversary Star"/></if>
<if condition="$jointime > 1460"><img src="$stylevar[imgdir_misc]/star.gif" alt="Anniversary Star"/></if>
<if condition="$jointime > 1095"><img src="$stylevar[imgdir_misc]/star.gif"alt="Anniversary Star" /></if>
<if condition="$jointime > 730"><img src="$stylevar[imgdir_misc]/star.gif" alt="Anniversary Star"/></if>
<if condition="$jointime > 365"><img src="$stylevar[imgdir_misc]/star.gif" alt="Anniversary Star"/></if>
<if condition="$jointime > 183"><img src="$stylevar[imgdir_misc]/star2.gif" alt="6 Months Star"/></if>
<if condition="$jointime > 92"><img src="$stylevar[imgdir_misc]/star3.gif"alt="3 Months Star"/></if>