MyBB Community Forums

Full Version: board statistics to the left
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
How can I get the board statistics and the login part to the left of the forum.
Those screens may be 200px
EDIT: nvm listen to zaher lol

~Z
zaher1988 Wrote:Use Side Boxes 2.0

that works fine but how can I get it to the other side left and add the board statistics on it.
I allready fix it out only how to get the board stats there not.
Now I allready find out how I can add a new box and fill it but still not how to remove the board statistics to the left.
I tried to put a shoutbox to the additional box, but something strange happens.
It said page not found and the size is to big.
http://www.kellystart.com/mybb_123/Upload/index.php


<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead">

<img border="0" src="http://www.kellystart.com/forum/shout.jpg" width="150" height="148"></td>
</tr>
<tr>
<td class="trow1">
<iframe src='http://shoutbox.chat4all.net/shoutbox/shoutbox.php?u=Robert' width='152' height='300' frameborder='0' valign='middle' name="I1"></iframe></td>
</tr>
</table>
First of all, for gods sake Big Grin don't double, triple .... post, edit you posts always. Now please merge all the obove posts together.

spinning Wrote:Now I allready find out how I can add a new box and fill it but still not how to remove the board statistics to the left.

In Admin CP > Board settings > Change > Side Boxes
There you can disable/enable each box.

spinning Wrote:I tried to put a shoutbox to the additional box, but something strange happens.
It said page not found and the size is to big.
http://www.kellystart.com/mybb_123/Upload/index.php


<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead">

<img border="0" src="http://www.kellystart.com/forum/shout.jpg" width="150" height="148"></td>
</tr>
<tr>
<td class="trow1">
<iframe src='http://shoutbox.chat4all.net/shoutbox/shoutbox.php?u=Robert' width='152' height='300' frameborder='0' valign='middle' name="I1"></iframe></td>
</tr>
</table>

Can you use " instead of ' please.
THANKS now it works

I know I can enable and able each box but there is no BOARD STATISTICS (who is online and board statistics).

For today still another question: the distance between the sideboxes and the forum is small I guess 5 px How can I make that bigger.

But I wanne thank you for the sidebox.
After my old forum is gone (hosted by http://www.onetwomax.de) I had to look for a new one. I was afraid I cannot change the lay-out to what it was but with this sidebox I can 100% THANKS
You should find something called Include statistics box there.. i was looking at the code a while ago and it is there.

Quote:For today still another question: the distance between the sideboxes and the forum is small I guess 5 px How can I make that bigger.
Yes you can... increase the margin of any of the tds we have in the index template for example we have

<td width="75%" valign="top">{$forums}</td>

make it
<td width="75%" valign="top" style="margin-left:10px">{$forums}</td>
Pages: 1 2