MyBB Community Forums

Full Version: Difficult Bug, need admin!?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
This is my footer's code:

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}{$mysteamlist}
{$itph}

{$inferno_shoutbox}{$forums}

{$itpf}
{$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" />
{$footer}
</body>
</html>

Ooops sorry that was my index, this is my footer:
</div>
	
			<div id="copyright">
				<div id="debug"></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>

<div class="footer_menu">
<div class="main_width">

	        <span class="footer_copyright">
	        <a href="http://mybb.com/" target="_blank"><font color="#00D5FF">Powered by MyBB</a>
<a href="http://www.dilyar.ca" target="_blank"><font color="#00D5FF">Developed By Dilyar.ca</a>
	                        </span> 

	        <span class="footer_links">
                <ul>               
	        <li><a href="http://www.torontocommune.ca/contact-admin/"><font color="#00D5FF">Contact Us</a></li>
			<li><a href="#top"><font color="#00D5FF">Return to Top</a></li>
		<li><a href="<archive_url>"><font color="#00D5FF">Lite (Archive) Mode</a></li>
		<li><a style="border-right: #000;" href="{$mybb->settings['bburl']}/misc.php?action=syndication"><font color="#00D5FF">RSS Syndication</a></li>
	        </ul>
                </span>
</div>
</div>

I removed all the codes in footer, and its still there -.-
I never said it was directly attached to the footer. I just said it's a footer problem. Meaning, it is most likely related to the footer in some way or another.
here is the google inspect element.

[Image: image.jpg]

(2014-03-30, 11:05 PM)Hexagon Wrote: [ -> ]I never said it was directly attached to the footer. I just said it's a footer problem. Meaning, it is most likely related to the footer in some way or another.

dang....what could it be? :'( What should I do? Start new forum, paste the new theme, use my data base back up and start over on the plugins? I think thats best chose, but how do I use my backup?
No. It's not a huge deal. Don't restart everything over this. If your forum is working fine, then it's just a simple error.
That means that it's actually in your body code. I'd look around for something called "ajaxpmnotice". If you have a plugin related to that, remove AND uninstall it, and see if that works.
i removed all of its files and its the same.
Hmm. Again, I'm not PHP expert but I'd look around the main files. Does it appear on all pages or just the index page?
If it only appears on the index page, look around on the index.php page and see if you find anything.
[again, I'm just helping you troubleshoot. I really know nothing about PHP, except minor code]
When do the developers wake up? I would really like some guidance!
I was going to take a look, but from the screenshots you posted and from going to the site, they are two different themes?

If you want to give me access I can take a look.
regardless of the themes its same though :'(
(2014-04-01, 03:56 AM)Dilyar Wrote: [ -> ]regardless of the themes its same though :'(

Have you tried in a different browser then?
Pages: 1 2 3