MyBB Community Forums

Full Version: Custom Profile Field Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Greetings,
So , if i added a new customfield , i want to do something custom with it what is its code?
{$profilefield_Name}?
or what?



To be more specific i've made a custom profile field called Profile background so i want them to enter the image profile in it and it become the background of the profile
so for example
<HTML>
<body background={$profilefield_Name}>
</html>

or something like that
I believe it is fid[1] or whatever the actual ID is rather than the field name
full code please