MyBB Ideas

The MyBB Ideas site allows users to suggest new features and changes in MyBB and the MyBB Group to easily review them to decide what direction MyBB should head in. Search existing ideas.

new showthread hook

2 votes

Submitted by FAT, 8th September 2011, 2:43:43 PM

the first hook in showthread.php is 'showthread_start', but that means i cant react on actions like 'newpost' because of the header statements

i would need a hook before

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

thx

Post a Comment

Before you can post a comment you must be a registered member of the MyBB Community Forums.

If you already have an account, log-in to it to post a comment or if you don't register a new account.