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
Hello,

I have made custom profile fields where people can gif up there Facebook, Twitter etc. etc. But if they have fill in this the links are visible as text and not clickable.

So how can I fix this that when people fill in there Facebook etc that u can click on the text and u wil linked to the page.

Thanks

Nobody a sollution I have installed Xthreads if this is required
Nobody a sollution I have installed Xthreads if this is required
http://mods.mybb.com/view/facebook-profi...ostbit-2-2

Would that be something your looking for?
Thanks but nope thats not what I looking for.... I want to make all links clickable
Install this plugin. http://mybbhacks.zingaburga.com/showthread.php?tid=1271

Set "Display Value" for each one to something like this:

<strong>Facebook Username</strong>: <a href="http://www.facebook.com/{VALUE}/">{VALUE}</a>

I use this plugin on my forum. This is my profile. You can see the custom profile fields underneath my rank, at the top - the twitter and YouTube images. I also have them displayed in my postbit - with only one line of code added, and the code is shown on the Add Custom Profile Field page.
hmmmmm, The plugin I have already installed but the code not working here, the input is not clickable and shows still as text
Are you modifying the "Input" or the "Display Value"? You want to modify "Display Value".
It don't matter wich one I edit the text not clickable and still text so what do i need to set in the options to get this working???
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.
Yea, the mod from RateU really comes into it's own if you want to style the profile page and user cp. For small changes it is not needed.
Pages: 1 2