Hi,
I have created a custom profile template and used the code below to reposition the email address.
<pre class="line-numbers"><code class="language-markup">$user=JsnHelper::getUser($this->data->id);
echo $user->getField('email',true);</code></pre>
But:
1. The field is always visible even after toggling the privacy settings. (bug?)
2. The field is displayed twice. (I don't know how to unset the field)
Any help would be much appreciated.
Best regards,
Jeff