MyBB Community Forums

Full Version: spinner_big question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to remove the white background from the spinner_big image on quick reply. I want a transparent background.
Anyone know where i should change it?
The only references I can find for the image is in post.js and thread.js.
But I don't see how to edit the background.
In the images folder is a file called "spinner.gif" Just photoshop the background out of there and save it back and it should work.

I've not tested this, so backup the original file first.
It already has a transparent background (the image itself), but it must be inside some kind of div or something giving it a white background.

EDIT:
Image itself (transparent background):
[Image: j5z8mb.gif]

Image being used in quick reply:
[Image: xd59qo.png]

Notice how the white background is being added to the image?
It's hard coded into one of hte javascript files. Look for it in there.
(2010-05-21, 06:54 PM)labrocca Wrote: [ -> ]It's hard coded into one of hte javascript files. Look for it in there.

Thanks...I think I just found it in general.js