MyBB Community Forums

Full Version: I need help Badly .
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well it looks like i kinda screwed things up on my forum . First of all all i did is uninstal the side box's plugin and this problem occured. Now when i click on a category , the thread display page comes up and still is displaying the page as if the side box's are there , but they are not , and to boot the footer of my forum is showing in the middle of the page instead of the bottom. Here is a link to my forum in case you want to take a look . I'm not sure how to fix this now but the rest of the forum is working fine .Please if any one can help would be greatly appreciated .
In your forumdisplay template, find and delete:
<table width="100%"  border="0">
  <tr>
    <td width="75%" valign="top">

<table width="100%"  border="0">
  <tr>
    <td width="75%" valign="top">

...and:
</td>
    <td width="25%" valign="top"></td>
  </tr>
</table>
</td>
(2012-10-26, 12:52 AM)Alan Shepperson Wrote: [ -> ]In your forumdisplay template, find and delete:
<table width="100%"  border="0">
  <tr>
    <td width="75%" valign="top">

<table width="100%"  border="0">
  <tr>
    <td width="75%" valign="top">

...and:
</td>
    <td width="25%" valign="top"></td>
  </tr>
</table>
</td>

Thanks so much for your reply. I tryed what you sugested and there was no change . here is the code in my forum display .
<html>
<head>
<title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
{$headerinclude}
{$rssdiscovery}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$moderatedby}
{$usersbrowsing}
{$rules}









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









{$footer}
</body>
</html>

I noticed even if i changed themes it still does the same thing . Go Figure. Thanks for trying to help though .
I still see that code in your source, did you actually find it and delete it?
(2012-10-26, 01:10 AM)Alan Shepperson Wrote: [ -> ]I still see that code in your source, did you actually find it and delete it?

Thanks again Alan , i deleted the top code of your post and added the second lol. All i had to do is read your post and do as you say as i did the second time around and all is working fine and back to normal . I really appreciate your help, i do'nt think i would have figured that one out myself .Thanks again and have a great evening .Smile