I have a completely locked down Private forum and have been asked to try and make the user's email address show up in the postbit.
I have created a bodge for now using a new field which means the address needs to be put in 2 places ...
PHP Code:
<if condition="$post[email]"><div class="smallfont">Email : $post[email]</div></if>
1. Is it possible to use the standard email instead of an extra field?
2. Can it be made a hyperlink?
Thanks for helping a noob