it works perfectly, thank you @polarracing
here it is in case there’s another noob like me looking for a similar function:
[set user_reg][user registered][/set]
[pass vars=user_reg]
[if var='{USER_REG}’ after='1 week ago']
[show image]
[/if]
[/pass]
Thanks for your response @polarracing
What are the date compare functions available? I have managed to display user registration date using the plugins, but I’m not sure how to compare.
`[set user_reg][user registered][/set]
[pass field=user_reg]
[if pass='{FIELD}’ value=today-7]
Show image.
[/if]
[/pass]’