Current time: 06-20-2013, 01:12 AM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] Template problem with announcements and no threads [C-StefanT]
05-06-2009, 07:51 PM (This post was last modified: 05-15-2009 11:39 AM by Tomm M.)
Post: #1
[F] Template problem with announcements and no threads [C-StefanT]
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

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

...with...

Code:
<td align="center" class="{$bgcolor}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt=""/></td>
<td align="center" class="{$bgcolor}" width="2%">&nbsp;</td>
Find all posts by this user
05-15-2009, 11:40 AM
Post: #2
[F] Template problem with announcements and no threads
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
Find all posts by this user


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication