MyBB Community Forums

Full Version: Wrapping Code for Custom Profile Fields (Setting in ACP)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
We want to wrap the custom profile fields in HTML and Javascript code... creating links and tooltips and such. 

It'll be easily possible if there's a setting in AdminCP where something like "<!value>" stands for the custom profile field value and we can just type in: "<a href='google.com?q=<!value>'><!value></a>" or whatever.
don't know what you mean by this - <!value>

but it is already possible to customise the custom profile fields in the templates. Further customisation is possible with php in templates plugin.
(2018-09-17, 07:28 AM)Ashley1 Wrote: [ -> ]don't know what you mean by this - <!value>

but it is already possible to customise the custom profile fields in the templates. Further customisation is possible with php in templates plugin.

The <!value> is just an example. It's where whatever is the value of the profile field be replaced with.