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
...with...
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}"> </td>
...with...
<td align="center" class="{$bgcolor}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt=""/></td>
<td align="center" class="{$bgcolor}" width="2%"> </td>