MyBB Community Forums

Full Version: Give classes to every userfield
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey there.

I want to stylize the userfields, presented bellow user's avatar, how can i give them a class like "userfield_fid=X" ?

I tried this without luck, but am i close?  Big Grin

<br /><span class="customfield_{$field}">{$post['fieldname']}:</span><span style="float:right">{$post['fieldvalue']}</span>


[Image: EU8gw0a.png]
Resolved over Discord?
yep. thanks!
(2021-05-26, 02:08 PM)zeus1921 Wrote: [ -> ]yep. thanks!

will you please mention here , it will be helpful for others..
That was a typo to define class. Nothing to mention.
(2021-05-27, 01:41 PM)PARADOXP Wrote: [ -> ]
(2021-05-26, 02:08 PM)zeus1921 Wrote: [ -> ]yep. thanks!

will you please mention here , it will be helpful for others..

Try:
<br /><span class="customfield_{$field['fid']}">{$post['fieldname']}:</span><span style="float:right">{$post['fieldvalue']}</span>