MyBB Community Forums

Full Version: How do I stop CPanel Authentication Popup appearing in Showthead?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a huge annoying problem when users read posts in threads. It appears that showthread is calling up the CPanel Authentication Popup from my host CPanel. See http://articlechase.com/beyondnews/showt...hp?tid=921 for what I mean.

I have tried to delete and mess with the code in showthread.php asking for the check thread password but that stops the redirect to thread posts, or causes a blank page.

// Check if this forum is password protected and we have a valid password
check_forum_password($forum['fid']);

// If there is no specific action, we must be looking at the thread.
if(!$mybb->input['action'])
{
	$mybb->input['action'] = "thread";
}

// Jump to the unread posts.
if($mybb->input['action'] == "newpost")

How can I stop the CPanel Authentication Popup from appearing?

Thanks Smile

Sorted it in .htaccess somehow dunno how but my host had changed my .htacces on me. Now it is fine.