PDA

View Full Version : Custom badge similar to one I already use?


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">&nbsp;
</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?

DeanLag
08-10-2009, 04:19 PM
You want the badge to be displayed next to their usertitle? username? and where? threadbits? postbits? everywhere? Cause thats a lot of template change, I think.