MyBB Community Forums

Full Version: How to add a right column?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi

I'm using mybb 1.6, with the default theme. It is hosted at this address:

http://forum.antinovaordemmundial.com

How can I add a right column, which I could add latest posts, advertisement, links, etc?

Thanks a lot
Emerson
while some folks hate tables, I just put

<table><tr><td>

at the bottom of the header template, and then put

</td><td width="right_column_width">{$right_column_data}</td></tr></table>

at the top of the footer
Upload a sidebox.
Do you mean what I have here http://planetgamers.org ? If so its a mod, and its called Sidebox.
i understand the need for some plugins and how some folks dont want to deal with upgrades and the issues with hardcoding changes, but sometimes a plugin is not needed, especially if it can have an impact on performance.

just something to think about
I agree with paveman.

This can easily be done using the float property with divs on the index template.
Mine is just template edits too, including the board stats and who's online. It's not something you really need a plugin for.
I liked the plugin as it made really easy to add the column, together with some really useful information, thanks for all answers!!!

It would be interesting to add the best evaluated posts. Is that possible to do?
Pages: 1 2