MyBB Community Forums

Full Version: [F] Template problem with announcements and no threads [C-StefanT]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Screenshot | Screenshot after fix

Suggested template fix to resolve the folder/post icon columns being spaced when there is an announcement with no threads in the forum. In forumdisplay_announcements_announcement, replace

<td align="center" class="{$bgcolor}"><img src="{$theme['imgdir']}/{$folder}.gif" alt=""/></td>
<td align="center" class="{$bgcolor}">&nbsp;</td>

...with...

<td align="center" class="{$bgcolor}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt=""/></td>
<td align="center" class="{$bgcolor}" width="2%">&nbsp;</td>
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

With regards,
MyBB Group