MyBB Community Forums

Full Version: footer problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
[attachment=31638]
Does some one know how to solve this. The text have to be "forum contains new post.
Check your template is uptodate; check the language files are up to date.
[attachment=31639]
nzb4you2 is a self made template. If i select default template i have the same issue.
Did you check the language files?
How do i check that?
in your ACP you will see languages in the sidebar - go there and check the language for the item is correct.

If you are not sure you can pm me an ACP logon and I will explain what I did once I fix it?
[attachment=31640]
What item do i have to check?
Go to Home » Languages » English (American) index.lang.php

Check all the languages are there.

Go to your index page and check the variables are as in the default:

<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>
I think i found it, but don't know where to chance it.
<img src="images/defaultred/on.gif" alt="{1} new posts" title="{1} new posts" style="vertical-align: middle; padding-bottom: 4px;">
The {1} before new post doesn't seem to be there, but how and where can i removed it.
^ are you using any sideboxes plugin ? can we have your forum url
Pages: 1 2