MyBB Community Forums

Full Version: Announcements not displaying.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a category-specific announcement that I'm trying to post so that it's listed in both of its forums but it's not being displayed. What's the problem? My announcements forum display template looks intact:

forumdisplay_announcement:
<tr>
<td align="center" class="trow1"><img src="$theme[imgdir]/$folder"></td>
<td align="center" class="trow1">&nbsp;</td>
<td width="100%" class="trow1"><strong>$lang->announcement_prefix</strong> <a href="announcements.php?fid=$fid">$announcement[subject]</a></td>
<td align="center" class="trow1"><a href="member.php?action=profile&amp;uid=$announcement[uid]">$announcement[username]</a></td>
<td align="center" class="trow1">-</td>
<td align="center" class="trow1">-</td>
$rating
<td class="trow1" nowrap="nowrap">$postdate $posttime</td>
$modann
</tr>

forumdisplay_announcements:
<tr>
<td class="trow_sep" colspan="$colspan">$lang->forum_announcements</td>
</tr>
$announcements
Make sure that the start and end times of your announcement are set correctly.