MyBB Community Forums

Full Version: Forum width changed HELP!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey everyone, so I was wanting to change my default template to something a bit better.
I changed it, and then added a side bar. The side bar malfunctioned and changed the width of my forum. I can't get it back to the original size.
http://www.ytforums.com

I went to global.css and tried to change the width but absolutely nothing happened.

Please can you help!
Please paste your entire index template's code.
THis should be it?

<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}
<table width="70%" border="0">
<tr>
<td width="75%" valign="top"><table width="70%" border="0">
<tr>
<td width="75%" valign="top">{$forums}</td>
<td width="25%" valign="top">{$top_posters}</td>
</tr>
</table></td>
<td width="25%" valign="top">{$top_posters}</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>
It looks like you used my top posters sidebar mod but didn''t remove it properly.

Replace the following code in your template:

<table width="70%" border="0">
<tr>
<td width="75%" valign="top"><table width="70%" border="0">
<tr>
<td width="75%" valign="top">{$forums}</td>
<td width="25%" valign="top">{$top_posters}</td>
</tr>
</table></td>
<td width="25%" valign="top">{$top_posters}</td>
</tr>
</table>

With this:

{$forums}
(2012-11-23, 09:13 PM)borbole Wrote: [ -> ]It looks like you used my top posters sidebar mod but didn''t remove it properly.

Replace the following code in your template:

<table width="70%" border="0">
<tr>
<td width="75%" valign="top"><table width="70%" border="0">
<tr>
<td width="75%" valign="top">{$forums}</td>
<td width="25%" valign="top">{$top_posters}</td>
</tr>
</table></td>
<td width="25%" valign="top">{$top_posters}</td>
</tr>
</table>

With this:

{$forums}



You are amazing! Thank you..
If I wanted to reinstall this top poster plugin, would it work again'
(2012-11-23, 09:16 PM)WarrenHaydon Wrote: [ -> ]You are amazing! Thank you..
If I wanted to reinstall this top poster plugin, would it work again'

You are welcome. Glad to have been of help Smile

Yes, it should work fine.
(2012-11-23, 09:20 PM)borbole Wrote: [ -> ]
(2012-11-23, 09:16 PM)WarrenHaydon Wrote: [ -> ]You are amazing! Thank you..
If I wanted to reinstall this top poster plugin, would it work again'

You are welcome. Glad to have been of help Smile

Yes, it should work fine.

One last question.
I was not happy with the Top poster width size.
How can I minimize it?
(2012-11-23, 09:29 PM)WarrenHaydon Wrote: [ -> ]
(2012-11-23, 09:20 PM)borbole Wrote: [ -> ]
(2012-11-23, 09:16 PM)WarrenHaydon Wrote: [ -> ]You are amazing! Thank you..
If I wanted to reinstall this top poster plugin, would it work again'

You are welcome. Glad to have been of help Smile

Yes, it should work fine.

One last question.
I was not happy with the Top poster width size.
How can I minimize it?

I support all my mods at their own support threads at my forum. In this case that would be here:

http://www.forumservices.eu/mybb/showthread.php?tid=10