MyBB Community Forums

Full Version: [Solved] Upgraded to MyBB 1.6.11 thumbnails displayed wrong HELP!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm running an image forum. People post thumbs to images hosted on external image hosts like celebimg, imgbox, imageboss.

Since I upgraded from 1.6.10 to 1.6.11 using the install.php file. Thumbs are no longer displayed in a grid lay-out with spaces between thumbs: like:

[thumb] [thumb] [thumb] [thumb] [thumb] [thumb]
[thumb] [thumb] [thumb] [thumb] [thumb] [thumb]

but below each other like:

[thumb]
[thumb]
[thumb]
[thumb]
[thumb]
[thumb]
[thumb]
[thumb]
[thumb]
[thumb]
[thumb]
[thumb]

It affects ALL posts, new as well as old posts. Please HELP. My forum is messed up.

EXAMPLE:

Rihanna - Glamour Magazine - November 2013

[Image: post-65198-0-08908900-1380898384.th.jpg] [Image: post-65198-0-06944000-1380898389.th.jpg] [Image: post-65198-0-86889100-1380898393.th.jpg] [Image: post-65198-0-54196300-1380898399.th.jpg]
(2013-10-08, 08:44 PM)dotch Wrote: [ -> ]I'm running an image forum. People post thumbs to images hosted on external image hosts like celebimg, imgbox, imageboss.

Since I upgraded from 1.6.10 to 1.6.11 using the install.php file. Thumbs are no longer displayed in a grid lay-out with spaces between thumbs: like:

[thumb] [thumb] [thumb] [thumb] [thumb] [thumb]
[thumb] [thumb] [thumb] [thumb] [thumb] [thumb]

but below each other like:

[thumb]
[thumb]
[thumb]
[thumb]
[thumb]
[thumb]
[thumb]
[thumb]
[thumb]
[thumb]
[thumb]
[thumb]

It affects ALL posts, new as well as old posts. Please HELP. My forum is messed up.

EXAMPLE:

Rihanna - Glamour Magazine - November 2013

[Image: post-65198-0-08908900-1380898384.th.jpg] [Image: post-65198-0-06944000-1380898389.th.jpg] [Image: post-65198-0-86889100-1380898393.th.jpg] [Image: post-65198-0-54196300-1380898399.th.jpg]

there appears to be a template change .... find the template that handle the display and edit it to suit your needs
Thanks for your reply.

I'm using the default template and have no other templates installed.

Any Idea?
(2013-10-08, 09:42 PM)dotch Wrote: [ -> ]Thanks for your reply.

I'm using the default template and have no other templates installed.

Any Idea?

can you supply the url to your site ? with this I can look at the templates
(2013-10-09, 04:27 PM)capsicum Wrote: [ -> ]Check this: https://github.com/mybb/mybb/commit/de7d...b6c0d34d38

That fixes the issue if the images are supplied via bbcode (this may very well be the case in this instance), however if the images are rendered via html there may be another issue here
Thanks capsicum! That fix works.

So, it's a bug. I hope someone puts it on the bug list. The solution has already been found.

No other forum software parses BBCode like 1.6.11 does.

Thank you all for your help.

(2013-10-09, 04:27 PM)capsicum Wrote: [ -> ]Check this: https://github.com/mybb/mybb/commit/de7d...b6c0d34d38
Fix works also for me, thanks!