MyBB Community Forums

Full Version: Expan my Forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: expands.jpg]

is this possible to expand my site ?

just to a huge one?
acp > templates & themes > (your current theme) > global.css > advanced view.
THEN FIND: CONTAINER
and width, and adjust it there,

hope this helps
That isn't the problem in this case, you've got a table left over from the sideboxes plugin but the column that had the sideboxes is empty.

Post your index template here and I'll change what needs changing.
Quote:<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
<mysb_shoutbox>
{$ps_header_index}
<table width="100%" border="0">
<tr>
<td width="75%" valign="top">{$forums}

</td>
<td width="25%" valign="top">{$sb_welcome}{$sb_search}{$sb_stats}{$sb_latestthreads}{$sb_additional}</td>
</tr>
</table>
{$boardstats}

<dl class="forum_legend smalltext">
<dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->new_posts}</dd>

<dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->no_new_posts}</dd>

<dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
<dd>{$lang->forum_locked}</dd>
</dl>
<br style="clear: both" />
{$footer}
</body>
</html>

here is the code..

thanks...
Find:
<table width="100%" border="0">
<tr>
<td width="75%" valign="top">{$forums}

</td>
<td width="25%" valign="top">{$sb_welcome}{$sb_search}{$sb_stats}{$sb_latestthreads}{$sb_additional}</td>
</tr>
</table>

Replace it with simply:

{$forums}