MyBB Community Forums

Full Version: I see contents of index page again after the page ends
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi,

I have upgraded from 1.4 to 1.6 today and facing a strange problem.

here the url of my forum http://www.faqssite.com/index.php.

After the footer ends, the index page values are repeated again.

I am not sure how is this happening. Rest all is working great.


Please help.
Link doesn't work.
Works for me..

Can you post your index template here please?
Here is my index page


<html>
<head>
<meta name="robots" content="index, follow" />
<meta name="keywords" content="faq site,faqs, faqssite.com,frequenty asked questions,asp.net faq,as400 faq,sql server faq" />
<meta name="google-site-verification" content="Yi_BwtbmZWv_6v3iE0lU2FOmfIWsAhOHvf3mOE9_Uis" />
<meta name="msvalidate.01" content="2583FDFEBF959F2F6979FF48A91EF464" />
<meta name="y_key" content="b9cb42543df4a53e">
<title>{$mybb->settings['bbname']} : leveraging the power of knowledge - it's all that you need in IT</title>
{$headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>

<script type="text/javascript">
window.google_analytics_uacct = "UA-4928691-7";
</script>


</head>
<body>
{$header}
{$ps_header_index}
<!-- google_ad_section_start -->{$forums}<!-- google_ad_section_end -->
{$ps_footer_index}
{$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" />
{$easyaff} {$stcp_index}{$footer}


</body>
</html>


(2010-08-10, 01:10 PM)Polarbear541 Wrote: [ -> ]Works for me..

Can you post your index template here please?


Seems like footer & forum tags are duplicate there.

Am I right ?

(2010-08-10, 03:10 PM)vijayvishwakarma Wrote: [ -> ]Here is my index page


<html>
<head>
<meta name="robots" content="index, follow" />
<meta name="keywords" content="faq site,faqs, faqssite.com,frequenty asked questions,asp.net faq,as400 faq,sql server faq" />
<meta name="google-site-verification" content="Yi_BwtbmZWv_6v3iE0lU2FOmfIWsAhOHvf3mOE9_Uis" />
<meta name="msvalidate.01" content="2583FDFEBF959F2F6979FF48A91EF464" />
<meta name="y_key" content="b9cb42543df4a53e">
<title>{$mybb->settings['bbname']} : leveraging the power of knowledge - it's all that you need in IT</title>
{$headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>

<script type="text/javascript">
window.google_analytics_uacct = "UA-4928691-7";
</script>


</head>
<body>
{$header}
{$ps_header_index}
<!-- google_ad_section_start -->{$forums}<!-- google_ad_section_end -->
{$ps_footer_index}
{$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" />
{$easyaff} {$stcp_index}{$footer}


</body>
</html>


(2010-08-10, 01:10 PM)Polarbear541 Wrote: [ -> ]Works for me..

Can you post your index template here please?


I got that fixed. Thanks for help...Smile
Glad you got it sorted Smile
Hi,

The problem is still there in Chrome, got fixed for IE and Mozilla.

Please advice.

(2010-08-10, 03:10 PM)vijayvishwakarma Wrote: [ -> ]Here is my index page


<html>
<head>
<meta name="robots" content="index, follow" />
<meta name="keywords" content="faq site,faqs, faqssite.com,frequenty asked questions,asp.net faq,as400 faq,sql server faq" />
<meta name="google-site-verification" content="Yi_BwtbmZWv_6v3iE0lU2FOmfIWsAhOHvf3mOE9_Uis" />
<meta name="msvalidate.01" content="2583FDFEBF959F2F6979FF48A91EF464" />
<meta name="y_key" content="b9cb42543df4a53e">
<title>{$mybb->settings['bbname']} : leveraging the power of knowledge - it's all that you need in IT</title>
{$headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>

<script type="text/javascript">
window.google_analytics_uacct = "UA-4928691-7";
</script>


</head>
<body>
{$header}
{$ps_header_index}
<!-- google_ad_section_start -->{$forums}<!-- google_ad_section_end -->
{$ps_footer_index}
{$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" />
{$easyaff} {$stcp_index}{$footer}


</body>
</html>


(2010-08-10, 01:10 PM)Polarbear541 Wrote: [ -> ]Works for me..

Can you post your index template here please?


Seems like footer & forum tags are duplicate there.

Am I right ?

(2010-08-10, 03:10 PM)vijayvishwakarma Wrote: [ -> ]Here is my index page


<html>
<head>
<meta name="robots" content="index, follow" />
<meta name="keywords" content="faq site,faqs, faqssite.com,frequenty asked questions,asp.net faq,as400 faq,sql server faq" />
<meta name="google-site-verification" content="Yi_BwtbmZWv_6v3iE0lU2FOmfIWsAhOHvf3mOE9_Uis" />
<meta name="msvalidate.01" content="2583FDFEBF959F2F6979FF48A91EF464" />
<meta name="y_key" content="b9cb42543df4a53e">
<title>{$mybb->settings['bbname']} : leveraging the power of knowledge - it's all that you need in IT</title>
{$headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>

<script type="text/javascript">
window.google_analytics_uacct = "UA-4928691-7";
</script>


</head>
<body>
{$header}
{$ps_header_index}
<!-- google_ad_section_start -->{$forums}<!-- google_ad_section_end -->
{$ps_footer_index}
{$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" />
{$easyaff} {$stcp_index}{$footer}


</body>
</html>


(2010-08-10, 01:10 PM)Polarbear541 Wrote: [ -> ]Works for me..

Can you post your index template here please?


I got that fixed. Thanks for help...Smile

Disable the ajax pm notification plugin.
I have not installed ajax pm.

(2010-08-10, 04:37 PM)MattRogowski Wrote: [ -> ]Disable the ajax pm notification plugin.

What plugins do you have??
Here is the list
Quote:Add Spiders (0.1)
adf.ly links (2.0)
Ad Randomizer system (5.0.2)
Adsense Optimizer (1.0.1)
Akismet (1.2.1)
Easy Affiliates (1.5)
MyBB eCellular (1.1.2)
Email about new members (2.0.0)
FBLike (1.2.0)
Adsense Ads. on Forumdisplay (1.0)
Google Analytics (1.5)
Google SEO (1.1.13)
Hello World! (1.0)
* imei Page Optimizer! (1.0.1)
Master Meta Tags (1.0)
MyBlogs (1.0.3)
MyPublisher (1.0)
MyTwitter (v1.0 revision 1 )
NewPoints (1.5)
Page Manager (1.5)
PostAd (1.2.0)
ProStats (1.7.5)
reCAPTCHA Plugin (1.3)
SEO Links! (1.1 Beta 1)
Referral in Profile (1.1)
Sidebox (1.2.0)
Skype MyBB! (1.4.1)
Social Sharing Button (1.0)
Simple TagCloud (beta) (0.8)
Text Ads Plugin (1.0)
Thank You/Like System (1.1)
My Thread Decorator (1.0)
Thanks (3.9)
Undo Delete (1.2)
Guests Warning (1.0)
Who Viewed Topic (1.0.1)
Wiki (Beta 3)


Pages: 1 2