MyBB Community Forums

Full Version: my footer goes in header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello
how are you

i have little problem that i have instal a new theme named as DARK FUSION and when i again revert in defult theme then i got this error nd that is footer is showing on main page at footer point but in other pages its not showing in footer its showing showing above any forum plz see this picture and help me how can i do it normal... and one question more that my all others plugin will still work for this theme....?

[Image: eajkoj.jpg]







so dude sorry for bad english and help me i am waiting of your reply.

so please reply me as soon as possible
bump......................dude i need help please help me
Copy paste your forumdisplay template here.
Link to your forum?

As to your other question, what plugins have you installed? Some of them might need a minor edit to work with custom themes.
Run your index page through a w3c site validator and fix your html.
Quote:Copy paste your forumdisplay template here.

templete is here as above person say

<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}





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

<table width="100%"  border="0">
  <tr>
    <td width="75%" valign="top">{$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>

so now help me tell me why i am facing this problem....?
dude i find the problem in this look this is the suck problem after instaling a new theme.

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

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

this will goes as follow


<table width="100%"  border="0">
  <tr>
    <td width="75%" valign="top">
Yes, those double opening tags will mess things up.