MyBB Community Forums

Full Version: Theads show up locked but are not?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hey i am having trouble with my forum. Every thread i make, the icon shows up that it is locked?? I have not locked the thread

I have even tested this with a second user i have made to look at it and there is exactly the same problem. I will prove a link to my forums,here

I can tell its not locked because i am able to add new post

Anyone able to help me out please?

Thanks, Rob,
Admins and Super Mods can post in locked threads.

I can't actually see the thread since I need to login to do so.
Yeah but the thread is not locked. Sad

I have edited the permissions of board test so guests can view it if that helps?
That's weird. What plugins do you have installed?
I've never had captcha required to post. That couldn't have anything to do with it, could it?
I can create a thread and even thread reply.

http://cgamer.totalh.com/theforums/showt...php?tid=13

If a topic is "locked" then you see a "Closed" image instead of "reply".

I suggest you start to deactivate plugins one at a time. One of them is causing that behavior in the forumdisplay.
A lot Sad i will list them,

Advanced Stats on Index/Portal
Contact+
Custom Pages
Douple Post Auto Merger
Downloads Section
Game Section*
Auto Assign Groups 2
Hello World!*
Inventory Shop*
Groups legend
SkunkMedals System
Mod CP Plugin
MyBux*
MyPlaza (Beta)
Name BBCode
Newsletter Plugin
Inline thread popup*
Private Messages Admin
Reputation Manager
Random Thread Link
RSS To Post*
Shoutbox
Side Boxes!
Spam Central
Staff Application
Usergroup legends
XBOX Live Gamer Tag BBCode
TUBE V, 1.2

The ones with the * are the ones that are NOT activated, all the others are in use. Its a lot of them..
I have now uninstalled one by one to see is a plugin was causing it and none have fixed it, and alot of the plugins have been reset now Sad
Can you post the contents of your "forumdisplay_thread"?

It should look like this:

<tr>
	<td align="center" class="{$bgcolor}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
	<td align="center" class="{$bgcolor}" width="2%">{$icon}</td>
	<td class="{$bgcolor}">
		{$attachment_count}
		<div><span>{$prefix} {$gotounread}<a href="showthread.php?tid={$thread['tid']}" class="{$inline_edit_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span></div>
	</td>
	<td align="center" class="{$bgcolor}">{$thread['profilelink']}</td>
	<td align="center" class="{$bgcolor}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
	<td align="center" class="{$bgcolor}">{$thread['views']}</td>
	{$rating}
	<td class="{$bgcolor}" style="white-space: nowrap">
		<span class="smalltext">{$lastpostdate} {$lastposttime}<br />
		<a href="showthread.php?action=lastpost&amp;tid={$thread['tid']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
	</td>
{$modbit}
</tr>
My forumdisplay_thread of my theme is,

<tr>
	<td align="center" class="{$bgcolor}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
	<td align="center" class="{$bgcolor}" width="2%">{$icon}</td>
	<td class="{$bgcolor}">
		{$attachment_count}
		<div><span>{$prefix} {$gotounread}<a href="showthread.php?tid={$thread['tid']}" class="{$inline_edit_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span></div>
	</td>
	<td align="center" class="{$bgcolor}">{$thread['profilelink']}</td>
	<td align="center" class="{$bgcolor}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
	<td align="center" class="{$bgcolor}">{$thread['views']}</td>
	{$rating}
	<td class="{$bgcolor}" style="white-space: nowrap">
		<span class="smalltext">{$lastpostdate} {$lastposttime}<br />
		<a href="showthread.php?action=lastpost&amp;tid={$thread['tid']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
	</td>
{$modbit}
</tr>
Looks normal.

Have you made any core file changes?

If not try and upload all the files again and be sure not to overwrite your config.php and settings.php
Pages: 1 2