MyBB Community Forums

Full Version: Missing Footer?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
http://grimgaming.com/

The whole footer has been missing, I'm unsure why though...since day one. I probably messed something up but that was awhile ago...help? I checked the footer files and everything is there.
Make sure {$footer} is in the index template
Yes, it is there. RIGHT at the bottom, right?
I don't see why it wouldn't show then.

Revert the template back to original. See if that helps.
(2010-08-01, 11:17 PM)N.Malcolm Wrote: [ -> ]I don't see why it wouldn't show then.

Revert the template back to original. See if that helps.

That'll undo all of my custom edits?
The HTML dies at:

<script type="text/javascript">

This is the last line of code when you view the source, have you added any javascript??
<script type="text/javascript">if(MyBB) { Event.observe(window, 'load', function() { MyBB.detectDSTChange('0'); }); }</script>

</div>

		</div>
</body>
</html>
<!-- end: footer -->
<!-- end: index -->

Is the end of my source for me. I haven't added any javascript..I don't think..
Can you post your footer template contents.

Also, what plugins do you have?
(2010-08-02, 11:33 PM)Tim B. Wrote: [ -> ]Can you post your footer template contents.

Also, what plugins do you have?

Footer Contents:
[spoiler=Footer]
</div>
			<div class="nav_sub">
				<div>
<div align="center"><span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
				</div></div>
			</div>
<div class="footerbottom">
<div style ="padding-left:10px;">
<br />
<center>{$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>.<br />
Theme Created By <a href="http://www.neofusion720.com" target="_blank">NeoFusion720</a>, &copy; 20010-{$copy_year}.<br />
</center>
</div>
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
</div>
		</div>
</body>
</html>
[/spoiler]

Plugins:
[spoiler=Plugins]
Default Profile
Easy Refer
Google SEO
My Awards
My Side Boxes
MyIPN
myxbl
Profile Ban
Colorful Announcements
AJAX Shoutbox
Trash Can Forum[/spoiler]

Those are my activated ones.
bump...........
Pages: 1 2