my site is a paid subscription site and the address only shows to registered users, I'm confident this will ensure that email addresses don't show up in the wrong hands. Also I modified it further so that if the user chooses not to recieve email from other members, the address will not be shown.
<if condition="$show['emaillink']">
<if condition="$bbuserinfo[userid]">
<if condition="$post[email]"><a href="mailto:$post[email]"><span class="smallfont">$post[email]</span></a></if>
<else /></if>
<else /></if>
|