MyBB Community Forums

Full Version: Adding a column
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there Smile

I would like to add a column on the left side of the forum, leaving out the header and constraining the forums (possibly, constraining just the tables with room's name and description).

I dunno how to do that... Sad could you help me please?

Thanks in advance Big Grin
is there any1 that knows how to do this?
I need the same thing to! I no it's something in templates!
yeah, let's just hope someone will help us
You will have to edit two templates:
Admin CP --> Templates --> Modify --> <template set name> --> Expand --> "header" --> Edit/Change Original
and
Admin CP --> Templates --> Modify --> <template set name> --> Expand --> "footer" --> Edit/Change Original

In the header you will need to add at the top:
<table>
<tr>
<td valign="top">Left column</td><td>
In the footer, you will need to add at the bottom:
</td></tr></table>

Which part of the header do you want to delete?
hi and thank you for answering, Dennis.

Well, I didn't plan to delete any part of the header, to tell you the truth...

Is that someway required?
Oh never mind then. It's just in the first post you said "leaving out the header" and I thought you wanted to remove something from it.
uh, no. sorry 4 my bad english, I just wanted to say to exclude the header. Smile
Same thing. Leaving out -> Excluding

Maybe you meant including the header meaning as well as?