MyBB Community Forums

Full Version: Guests can't view threads [Similar to HF]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I want to know how to block guests from viewing threads but they must be able to view the thread listing.
There's a discussion about this going on here. Smile
Thanks but nathan said it will make upgrading harder, what does that mean?
Well, the edit Nathan was talking about was a Core Edit - this means that a php page (example: showthread.php) was edited. Core Edits sometimes need to be redone when you upgrade - for example: I've done about 4 Core Edits to my forum using a plugin which has an export function. So every time I want to upgrade I export the edits, reverse them, upgrade, then import the edits.
Oh ok and where do I add that code?
Right after this line in showthread.php. Smile

$plugins->run_hooks("showthread_start");
Not working I tried both.