MyBB Community Forums

Full Version: How to replace "online and offline" icons?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
You need to have one more : "Away"

Just rename the files to:
buddy_online.gif
buddy_offline.gif
buddy_away.gif

and upload in your theme image directory.
Thanks, I`ll give that a try,



(2013-03-16, 07:05 AM)effone Wrote: [ -> ]You need to have one more : "Away"

Just rename the files to:
buddy_online.gif
buddy_offline.gif
buddy_away.gif

and upload in your theme image directory.

Do they have to be .gif files? They come out lower res when I convert them to .gif files.

Can I change them to .png files?
How can I set my icons to work as .png files?
Find the extension .gif in specified templates and change to png:

For buddy_online.gif:
postbit_online
xmlhttp_buddyselect_online
misc_buddypopup_user_online

For buddy_offline.gif:
postbit_offline
xmlhttp_buddyselect_offline
misc_buddypopup_user_offline

For buddy_away.gif
postbit_away


OR

You can just rename your file extension from .png to .gif (don't convert, just rename the extension). The browser will detect the file correctly regardless of wrong ext. and display with png edge smoothing and good resolution.
It worked, thanks.