PDA

View Full Version : IF User has Birthday show Icon next to username ?


exportforce
01-15-2010, 05:48 PM
How would that be possible ?
Is there an if-condition for the templates to use ?

Warlord
01-17-2010, 04:58 PM
Slap this in your postbit somewhere....

<if condition="$post['birthday']">
<img src="$stylevar[imgdir_misc]/birthday.gif" alt="Today is $post[username]'s birthday!" border="0" />
</if>

It will show a birthday cake in the post.

--------------- Added 1263818863 at 1263818863 ---------------

Actually, that doesn't work the way I thought it would. I'll have to get back to you on this.