MyBB Community Forums

Full Version: Please help me with nicks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a problem:
When I write:
"<B><span style="color: red; font-size: 14pt;">{username}</span></B>" in user groups manage- nicks are big in "Who is Online" and "Forul Leaders" but I want only in profile :/ How I can do it?
Do you want everybody's nick to be big, or just one usergroup?
everybody nicks (all usergreoups)

For administrator and moderator- bold <-- it is possible ?



@ REFRESH BECAUSE it is very important for me ;]
Admin CP --> Templates --> *expand your template set* --> Post Bit Templates --> postbit_author_user
Find:
<span class="largetext">{$post['profilelink']}</span>
Replace with:
<span style="font-size: 14pt">{$post['profilelink']}</span>

Do the same with the postbit_author_guest template.
Thank You Very Much! SmileSmile

I have a one problem:
User Rank are:
[Image: nicin5.png]

But I want:
[Image: nic2ur7.png]
Errm... put a <br /> after </span>