MyBB Community Forums

Full Version: Button directory locations
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Everyone:
Quick question... where can I find the images for the buttons in a theme (i.e. post reply, new thread, closed, etc)? I remember in previous versions of MyBB they were in the english directory, but now I can't seem to find where they are kept. Tried right clicking on the buttons, but they don't seem to be being "detected" as images, because I cannot just "open image in new tab" or click "properties" to find out myself.

Thanks,
They aren't images, they're now using CSS. The icons you see in the buttons are in a CSS sprite here:

images/buttons_sprite.png

And the rest is located in the CSS file under .postbit_buttons and .button
Thank you, Eric. So how might one go about making new buttons in light of this change?
You'd have to edit the image (With GIMP/Photoshop/etc.), then change the CSS.
The editing of the image with GIMP or photoshop is something I'm familiar with doing, just don't know how to find the image to do so. Also not too well-versed in CSS