MyBB Community Forums

Full Version: How to disable announcements
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I always see this: http://prntscr.com/oa8fpy
But i dont want that!
How can i disable that?
I use the Emerald theme
Templates > Emerald > Index Page Templates > Index

<table style="" class="tborder" border="0" cellpadding="{$theme['tablespace']}" cellspacing="{$theme['borderwidth']}">
<tbody><tr>
   <td style="font-weight: bold;" class="thead">
  <i class="fa fa-bullhorn"></i> Announcements 
   </td>
</tr>

<tr>
   <td class="trow2" style="padding:11px">
      <a href="#">This is an example !</a>
   </td>
</tr>
</tbody></table>