Mutton,
Keep in mind that this code was modified because of a security issue anyone can see your members emails if they know how to work the system
I prefer the email do not display in the preview profile view because you can always see them when clicking edit a member anyway.
this code was changed to protect members emails.
if you want to change it back do the following:
open:
engine/pages/preview_profile.php
find near line 147
- Code: Select all
<td width="40%"><strong>Email:zzt3en</strong></td>
<!--<td width="60%">'.$aMember["email"].'</td>-->
Erase these lines and replace with the following:
- Code: Select all
<td width="40%"><strong>Email:</strong></td>
<td width="60%">'.$aMember["email"].'</td>
If you want to keep your members emails secure I recommend you leave this the way it is...
Paul