Log in

View Full Version : email link in postbit code


a33
09-24-2008, 04:48 PM
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 ... <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

a33
09-28-2008, 03:11 PM
I have edited The code above and it now works with the main email address .... incase anyone needs to do it