Has posted today conditional?
Is there a conditional I can use for the member profiles to check whether the user has posted today? I'd like to show a graphic if they have.
I noticed the welcome headers hack has this conditional:
<if condition="$headerstime - 1209600 > $bbuserinfo[lastpost]">
So perhaps I could use something like that? Maybe something like if Date.today == $bbuserinfo[lastpost].day
Anyone have any ideas?
Thanks in advance.
|