MyBB Community Forums

Full Version: Display different index page for guest and registered users
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I haven't started the hardcoding just yet, but I wanted to know if anyone has been able to show a different index (or homepage) for guest vs. registered user.

I'm trying to have a setup where if you're a guest, all you'll see is a welcome message and login. You will not see the threadlist, who's online, etc. If you're a registered user, you'll see the entire forum.

So far I'm thinking about modifying the 'header_welcomeblock_*' templates to achieve this.
You could create a plugin to hide the threadlist/forums from guests and replace it with your custom guest page.
template conditionals plugin can be used for the required purpose. (more details)