• Welcome to ForumKorner!
    Join today and become a part of the community.

[MyBB]Need Help adding Sidebars to Portal

Trophix

Member
Reputation
0
I'm using my Portal as my homepage for my gaming forum and I need to add sidebars to it.

Here's the sidebars I'll need on the left in order:

-Regular Text Box to be made into a link tree eventually

-Another Regular Textbox to put a Video Inside

-{$whoseonline}

-Yet Another Regular Text Box to have a "Facebook" like bar in it.

-Another text box that I'll put pictures inside






Here's the sidebars I'll need on the Right in order:

-Regular Text Box to put a PayPal donate image inside

-{$welcome}

-{$latestthreads}

-{$mystatus_latest_statuses}

-Regular Text Box






In the center I'll need:

-Regular Text Box

This needs a title that I can edit~
-Most recent thread in board forum-2

This will also need a title that I can edit~
-Most Recent thread in board forum-47

(Actually all of these should have a title for the most part.)

Can anyone help me with this? I need to get this done quickly.

Here's what's already in my Portal template:

Code:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
{$dvz_shoutbox}
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr><td valign="top" width="200">
{$welcome}
{$pms}
{$search}
{$stats}
{$whosonline}
{$latestthreads}
</td>
<td>&nbsp;</td>
<td valign="top">
{$announcements}
</td>
</tr>
</table>
{$footer}
</body>
</html>

Any and All help is appreciated, and Yes I have been trying to do this myself but it just ends up messing up my portal page so I decided to come here for help.
 

lumi

Member
Reputation
0
float left a bunch of div's with theads..
 
Top