Hi,
I have set "Show Age In Profile" to "Yes", but the full Date of Birth is being shown to registered users.
I have set "Show Age In Profile" to "Yes", but the full Date of Birth is being shown to registered users.
the ability to choose individual privacy rules for fields?
<?php if( $this->template->get( 'profile_age' , true ) ){ ?>
<li class="mt-5 teaser-about">
<div class="fd-small">
<?php echo $this->render( 'fields' , 'user' , 'profile' , 'profileHeaderA' , array( 'BIRTHDAY' , $user ) ); ?>
</div>
</li>
<?php } ?>