TrickyD
08-09-2009, 07:02 PM
I am currently using the following code on my forum...
<if condition="$post['jd_dateline'] + 31536000 <= TIMENOW">
<img border="0" src="http://www.ncaastrategies.com/images/pridestickers/veteran_3.gif" alt="Veteran" vspace="1">
</if>
Which essentially says if a user has been a member for X number of days - give them a badge.
What I want to do now is have a badge that is essentially
If joindate is prior to August 31, 2009 and their post count is greater than 7 - give them a badge.
Could someone help me with that?
<if condition="$post['jd_dateline'] + 31536000 <= TIMENOW">
<img border="0" src="http://www.ncaastrategies.com/images/pridestickers/veteran_3.gif" alt="Veteran" vspace="1">
</if>
Which essentially says if a user has been a member for X number of days - give them a badge.
What I want to do now is have a badge that is essentially
If joindate is prior to August 31, 2009 and their post count is greater than 7 - give them a badge.
Could someone help me with that?