MyBB Community Forums

Full Version: Bug in Footer template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
So the other day I added an affiliate to the bottom of the page.
Yesterday the site was shut down.
Today I tryed to remove the affiliate button link.
To my shock the html I put in was gone :0
What am I going to do? Sad
I still need help with this guys. Sad
(Also I hope this is a legal bump)
SuperMarioMaster Wrote:I still need help with this guys. Sad
(Also I hope this is a legal bump)

110% legal. Big Grin

This could have been a problem with your host. If they shut the site down, lost your database, then restored a previous one. Another possibility would be that you save the templates in a file and they aren't chmodded.
Maybe another administrator removed it?
Quote:This could have been a problem with your host. If they shut the site down, lost your database, then restored a previous one. Another possibility would be that you save the templates in a file and they aren't chmodded.
But I still see it on the bottom.
Quote:Maybe another administrator removed it?
But I still see it on the bottom. Sad
(Also sorry for this bump, I need to come here more)
Would have helped if you said that earlier Toungue

Please post a link to your forum, and post the contents of the footer template, index template, and forumdisplay template.
oh, he he, sorry.

Anyway
My site
			<br />
			<div class="bottommenu"><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>
		<hr class="hidden" />
			<div id="copyright">
				<div id="debug"><debugstuff></div>
				<!-- You may NOT remove, modify or hinder the visibility of the MyBB copyright at any time.
				     It must contain the links to the MyBB website and be formatted appropriately.

					 Failure to comply with the above will result in prosecution to the full extent of the law.
					 This is free software, support us and we'll support you. -->
{$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB</a> {$mybbversion}<br />
				{$lang->copyright} &copy; 2002-{$copy_year} <strong><a href="http://www.mybboard.net" target="_blank">MyBB Group</a></strong>
				<!-- End copyright -->
				<br />
<br class="clear" />
		</div>
		</div>
Here's the footer template. (Note that my code I put in is no longer there :[)
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
{$forums}
{$boardstats}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
	<tr>
		<td class="trow1">
			<table width="100%">
				<tr>
					<td>
						<img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">{$lang->new_posts}</span><br />
						<img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">{$lang->no_new_posts}</span><br />
						<img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" style="vertical-align: middle;" /> <span class="smalltext">{$lang->forum_locked}</span>
					</td>
					<td style="vertical-align: top; text-align: right;"><span class="smalltext">{$logoutlink}<a href="misc.php?action=markread">{$lang->markread}</a> | <a href="showteam.php">{$lang->forumteam}</a> | <a href="stats.php">{$lang->forumstats}</a></span>
						{$loginform}
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
{$footer}
</body>
</html>
Here is the index template
<html>
<head>
<title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
{$headerinclude}
{$rssdiscovery}
</head>
<body>
{$header}
{$moderatedby}
{$usersbrowsing}<br /><br />
{$rules}
{$subforums}
{$threadslist}
{$footer}
</body>
</html>
And here is form display.
Are you using an Affiliates plugin/modification?
DennisTT Wrote:Are you using an Affiliates plugin/modification?
Nope
Are you editing the correct template set?
Pages: 1 2