Quote:
Originally Posted by KirbyDE
Naargh, joindate is formatted at that point 
OK ... use the attached Plugin and
Code:
<if condition="$post['jd_dateline'] + 31536000 <= TIMENOW">
Put your stuff here
</if>
|
Thanks again for the help on this thus far! I want to do one last thing with this, can anyone offer anymore help?
I want to also display a specific Icon for users who average more than X number of posts per day.
I tried
Code:
<if condition="$post['x_posts_per_day'] > 10">
<img border="0" src="http://www.utopiafootball.com/images/pridestickers/post+++++_2.gif" alt="Post +++++" vspace="1">
</if>
But that wasn't right.
Any ideas?