MyBB Community Forums

Full Version: Reject this one
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
There is a bug with announcement.

Add an announcement to any forum and open the index -> there is a missing image in rating box.

How to fix? In MyBB 1.6.15 there is a pixel.gif in /images, BUT in MyBB 1.8.0 this image is missing

How to fix?
- add "-" instead of image in the rating box
- or add pixel.gif back but convert it to .png

EDIT:

There is a converted pixel.gif to pixel.png and compressed
link: https://www.dropbox.com/sh/y3bhjfmpyjsmb...w_QQa?dl=0
Noone can confirm this?

in forumdisplay_announcement_rating
Quote:<td class="{$bgcolor} forumdisplay_announcement" align="center"><img src="{$theme['imgdir']}/pixel.gif" alt="" /></td>

there is the problem - with pixel.gif

I think this is useless now with new mybb 1.8 theme

My fix for this issue:

https://github.com/Cu8eR/mybb/compare/my...f?expand=1

I changed pixel.gif to pixel.png in template + convert pixel.gif to pixel.png and compressed it Smile

Please reject this... I will open new thread