MyBB Community Forums

Full Version: Header and home page.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
At the outset say that I'm weak in English. Because i'm from poland.

Ok.

My problem is that I would like to add a column to the right forum

Screenshoots.

is so:

[Image: 62338868.jpg]

shall be so:

[Image: 31643685.jpg]

I would like to have the table only on the main forum

I mean a table as it is here
http://www.webmastertalk.pl/

Can You tell me how to do it?

My forum adres: wladcyneta.pl Thanks for help me Smile
Are you looking for this plugin?
http://mods.mybboard.net/view/side-boxes-21
Yes, but these boxes are on all sides, and I want to be just on the home page
You could probably edit the code, I have Side Boxes on my forum. I will find the area you will need to code when I have time. Possibly tomorrow.
okay lets do it.

Go to
template and style -> Templates -> Your Template name -> Index Page Templates -> index

Find {$forums} and replace with
<table width="100%"  border="0">
  <tr>
    <td width="75%" valign="top">{$forums}</td>
    <td width="25%" valign="top">

<table border="0" cellspacing="1" cellpadding="6" class="tborder">
<tr>
<td class="thead"><strong>Box Title</strong></td>
</tr>
<tr>
<td class="trow1">
<span class="smalltext">
Your html or code here
</span>
</td>
</tr>
</table>
</td>
  </tr>
</table>
Yea, or you could do that Toungue, Side boxes is for beginners as the code is already set. I will send the code tomorrow.
Yeah its work !

How do I add these statistics, the latest themes for this table?
As I said, install Sideboxes. I will try & turn it to index only tomorrow.
When i install sideboxes i have a two table xd Ok i wait to tomorrow.
Yea, I am not promising anything though.
Pages: 1 2