I'm not sure what you're asking but it would require comparing the current time with xf_user.register_date to determine if a user has been registered for at least 30 days.
I need to display text to the user if it is registered at least 30 days. How to do this using code
<xen:if is="{$user. Register}">
text
<xen:else />
Text
</xen:if>
How can I use this template? I do so in Template show one text to the user if registered less than 30 days, and other text if the user is registered for more than 30 days? I am sorry for my bad english