MyBB Community Forums

Full Version: Portal - users online
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How about that members online? It's awful when it goes that way. Can I move that box below everything and so that it would look more like this:

[Image: dQIjr.png]

Not like this:

[Image: 4OMVs.png]
Link to your website please
data-forums.webege.com/portal.php
Bump.
Bump.
Home » Template Sets » your Templates
Edit Template: portal

Find and cut: {$whosonline}
Add above {$footer}

Example:
<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">
{$welcome}
{$pms}
{$search}
{$stats}
{$latestthreads}
</td>
<td>&nbsp;</td>
<td valign="top">
{$announcements}
</td>
</tr>
</table>
{$whosonline}
{$footer}
</body>
</html>