MyBB Community Forums

Full Version: Image as username?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can i make it so admins can make a users username be an image? is there a plugin?
ACP > Users & Groups > Groups > Administrators

In the "Username Style" box, put this infront of the current text:

<img src="images/image.gif" alt="" />

Change images/image.gif to the location of the image.
(2010-05-09, 11:01 PM)Zarządca Wrote: [ -> ]ACP > Users & Groups > Groups > Administrators

In the "Username Style" box, put this infront of the current text:

<img src="images/image.gif" alt="" />

Change images/image.gif to the location of the image.

Do you swap the image.gif with the image that you want the username to be? So if I made a picture saying Dan and done that, my username would swap from the text "Dan" the image I made?
(2010-05-09, 11:01 PM)Zarządca Wrote: [ -> ]ACP > Users & Groups > Groups > Administrators

In the "Username Style" box, put this infront of the current text:

<img src="images/image.gif" alt="" />

Change images/image.gif to the location of the image.

but i mean for a single user
No, and with the structure of the software it wouldn't be possible or feasible I don't believe. If you want to replicate this then your best option would be to remove the username variable from your postbit templates, etc. and link their avatar to their profile. I'm not sure why you would want this over the standard username/avatar system though.