How will the condition

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.

What are you trying to do?
 
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>
 
Top Bottom