Forums / Cotonti / Support / User information

check

Trustmaster
#34725 2012-06-19 04:21

Use a conditional expression in header.tpl of your theme:

<!-- IF {PHP.usr.id} > 0 AND ( !{PHP.usr.profile.user_location} OR !{PHP.usr.profile.user_birthday} OR !{PHP.usr.profile.user_gender} ) -->
<div class="error">Update your account information</div>
<!-- ENDIF -->
May the Source be with you!