MyBB Community Forums

Full Version: [SOLVED] Create board messages without plugin in 1.8?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does this work in MyBB 1.8.4: How to Create MyBB Board Messages Without Plugins

Thank you.
^ yes, that works. see also about News bars here => MyBB site like header section
Thanks .m. It works like a champ. I may also try: MyBB site like header section

I tidied up the code a little.

<div style="text-align: center;"> 
  <table border="0" cellspacing="0" cellpadding="4" class="tborder">
    <tr> 
      <td class="thead"><strong>My Board Message</strong></td>
    </tr>
    <tr> 
      <td class="trow1">This is the first board message, edit me to add your announcement.</td>
    </tr>
  </table>
</div>
<br />

I also Turn off Code Mirror when editing templates.

Here it is at my Test Forum