Support Forums

Full Version: Usergroup Styles Mybb [tut]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
It's a common function, but I think some people may overlook it a bit. This is for those people who want images next to their usernames.
This code,
PHP Code:
<img src=LINK/PATH TO IMAGE><span style="color: #FF0000;"><strong>{username}</strong></span
Will make your username appear as
[Image: FounderStar3.png]Mikers

(whatever you placed on the image path/link will appear next to the name)
Yup. A star next to my name.
Do I want two stars? Heck yes I do.
PHP Code:
<img src=LINK/PATH TO IMAGE><span style="color: #FF0000;"><strong>{username}</strong></span><img src=LINK/PATH TO IMAGE
Will make your username appear as
[Image: FounderStar3.png]Mikers[Image: FounderStar3.png]

EnjoyPirate
Nice classic guide. I've used this many a time but it might not be so obvious to everyone. Thanks for sharing.
Nice tutorial, in my eyes not needed, but thanks Smile
Nice tutorial, thanks.
very simple but a good one.
thanks for the tut
very nice man i see you share a lot of things around here
Thanks this is very helpful bro Smile
Very simple, but it will definitely be useful for less experienced users. Thanks for posting.
(06-13-2011, 10:25 AM)Fragma Wrote: [ -> ]Very simple, but it will definitely be useful for less experienced users. Thanks for posting.

Thanx Bro For positive feedback
Very nice guide. It is basic HTML.
Pages: 1 2 3