MyBB Community Forums

Full Version: Side Boxes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
SO the side box threads that are here dont work for the current my bb.

Can some one help?
That's my guess.

I'm would like to add side boxes aka sidebar too!
How do I move the users online to the left side and make itr long?
How do i move users online and welcome message and login box to left side of forums?
why u need that ? mybb have portal also, just make an index.html file in ur root directory of forum and make it redirect to http://yourforumaddress/portal.php

Thats' it


Regards
Crush
all-expert Wrote:why u need that ? mybb have portal also, just make an index.html file in ur root directory of forum and make it redirect to http://yourforumaddress/portal.php

Thats' it


Regards
Crush

But, will it look like this example? http://www.qnhl.com I don't think the portal will have the forums in it.
Ive done this based on za somethings original so i will get it ready soon. Just need to find what i edited
thanks breeze, but now how would i make it so only guests see it?
ok here goes nohing...

Download the attachment (thanks to zaher for the base)

open index.php

Find - (line 22)
$parser = new postParser;

After Add
require_once MYBB_ROOT."sb.php";

Then in Admin Panel go to your template set and...

Find - Index Page Templates > index
{$forums} 

Replace With
<table width="100%"  border="0">
  <tr>
    <td width="75%" valign="top">{$forums} </td>
    <td width="25%" valign="top">{$welcome}
{$search}
{$latestthreads}
</td>
  </tr>
</table>

I think thats your lot...
Thank you sir!

It appears to work, but I'm not sure if it's my theme I'm using or a Mod, but it's not displayed on the right side. I had to remove the php code because of this. Please take a look at the site http://www.ej8squad.com and tell me if it's my theme that would mess the sidebox up?

Thanks
Pages: 1 2 3 4