MyBB Community Forums

Full Version: Portal: Right blocks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,
How can I edit the portal so it has right blocks?

Could someone give me the new portal template to have this in the portal:

http://i29.tinypic.com/hx0vm9.jpg

Please and thx!
I've just moved this here, I think it belongs in the theme requests rather than MyBB support.

Smile
Copy and paste this too Templates > Theme name Templates > Portal Templates > Portal..

Too add your shoutbox above the announcements place the shoutbox variable above {$announcements}.

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