MyBB Community Forums

Full Version: Get a clickable link on custom profile field
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2012-11-04, 08:13 PM)Lokki Wrote: [ -> ]I use something like this

<a href="http://www.facebook.com/{$userfields['fidX']}" target="_blank">Facebook Page</a>

X = id of the custom profile field ( no Xthreads needed)

hope it helps.

GREAT!!!

I use the code like this

<a href="{$userfields['fidX']}" target="_blank">{$userfields['fidX']}</a>

And now all the input's from the users are clickable..... Thanks allot !!!!
Pages: 1 2