MyBB Community Forums

Full Version: Recent posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Recent posts, I have a build in Recent posts, I would like to know how to make it show up on my forums..


Code below!
    <table style="border: solid 1px #333;border-radius: 2px;" border="0" cellspacing="{$theme['borderwidth'] }" cellpadding="{$theme['tablespace']}" class="tborder">
        <tr>
            <td class="thead" style="border-bottom: 2px solid #446599; background-color:#232222; color: #fff;font-family: 'Roboto', sans-serif;" colspan="4" align="left" align="left"><div class="title"><i class="fa fa-comments"></i> &nbsp; Recent posts</div></td>
         </tr>
        {$recentposts}
    </table>
</div>
    <table style="border-radius:3px;" border="0" cellspacing="{$theme['borderwidth'] }" cellpadding="{$theme['tablespace']}" class="tborder">
        <tr>
            <td class="thead" style="border-bottom: 1px solid #292828;" colspan="4" align="left" align="left"><div class="title"><i class="fa fa-comments"></i> &nbsp; <strong>Recent posts</strong></div></td>
         </tr>
        {$recentposts}
    </table>
</div>