MyBB Community Forums

Full Version: My forum Problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If anyone could help, that would be great! Note: I'm using 000webhost.com
Here is my forum: Hysteriapkz.site90.net

1. On the bottom of my forum, it says "Forum is locked". Here's a picture if needed. (look at the bottom of it) http://puu.sh/3tITo.png

2. I've made my forum now, aside from problem 1, and when I click Announcements forum, I get a 404 error.
Pictures of problem 2:
Before I click: http://puu.sh/3tIWW.png
After clicked: http://puu.sh/3tIYy.png
All help is appreciated.
1. That's just a legend. You'll see it on this forum too.

2. Rename htaccess.txt to .htaccess.
(2013-07-03, 12:08 AM)Nathan Malcolm Wrote: [ -> ]1. That's just a legend. You'll see it on this forum too.

2. Rename htaccess.txt to .htaccess.
It still did not work.
1. If you don't like the legends, go to:

ACP > Templates & Styles > Templates > [Theme Name] Templates > Index Page Templates > index

find and remove following code chunk:

<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>

2. Go to:
ACP > Configuration > Settings > Server and Optimization Options > Enable search engine friendly URLs?

And select the option: "Disabled".