Quote:
Originally Posted by mycolumbus
Anyone know what would be the condition if a user hasn't posted for 30 days? I have been trying the following without luck.
[[($headerstime - 1209600 > $bbuserinfo[lastpost])]]Message Here[[/($headerstime - 1209600 > $bbuserinfo[lastpost])]]
|
[[($bbuserinfo[lastpost] and $bbuserinfo[lastpost] < strtotime("-30 days"))]]Show this announcement if page visitor has not posted in the last 30 days (although he posted before)[[/($bbuserinfo[lastpost] and $bbuserinfo[lastpost] < strtotime("-30 days"))]]