I'm doing a custom field in the profile of my website:
http://www.nektulos.net
It deals with the members main character from EQ2's website. I already got most of what I want done, such as the link in the postbit and such, but i'm not quite sure as to getting this other issue completed.
In the profile, I have a field for them to put the link, what I want is when someone looks at the profile of that user for that link to actually be a link with a character name or such.
For the postbit, I just did this:
PHP Code:
<if condition="$post['field4'] AND $post['field3']"><div class="smallfont"><a href="$post[field4]" target="_blank">Main Char: $post[field3]</a></div></if>
Which is simple enough.
And since its one of the items listed in the Members List, not quite sure what i would edit to get it as a link there also.
Any suggestions or did I not make sense.