MyBB Community Forums

Full Version: Ask about Customizing Username Styles
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, already read tutorial about Customizing Username Styles. but i have question about it. How to configure just image only like this forum?
http://devilzc0de.org/forum/

Thank you Smile
The only one member of that usergroup with the image. He just made the image be the username style.
How to do that?
<a href="http://www.yourforum.com/member.php?uid=X"><img src="image url" alt="{username}"></a>


X= your uid
(2011-08-09, 08:53 PM)ToJ Wrote: [ -> ]
<a href="http://www.yourforum.com/member.php?uid=X"><img src="image url" alt="{username}"></a>


X= your uid
Where place i have to add this code ?