MyBB Community Forums

Full Version: No Bold usernames
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys!

How could i remove the current bolded font for the usernames?

Thanks in advance...
1. AdminCP -> Users and Groups -> Groups -> *Select the group you would like to edit*

2. You now go to 'Username Style'.

3. Edit what you want there.
(2012-11-04, 11:55 AM)JovanJ. Wrote: [ -> ]1. AdminCP -> Users and Groups -> Groups -> *Select the group you would like to edit*

2. You now go to 'Username Style'.

3. Edit what you want there.

I know where i need to do that, but what exactly should i add there?

The current code is: ///<font face="Georgia"><span style="color: red;"><strong><em>{username}</em></strong></span></font>///
Remove the <strong></strong> tags. Smile
(2012-11-04, 12:10 PM)Vernier Wrote: [ -> ]Remove the <strong></strong> tags. Smile

Νothing...Sad...

Ok guys, found it. I used the code below:

<font face="Georgia"><span style="font-weight:normal;color: red;"><em>{username}</em></span></font>

Have a nice day!