MyBB Community Forums

Full Version: Limit guest permissions.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hmm, what I'm trying to do is to make it so that when a guest goes onto my website, he can see all the threads and titles, but once they click on it, it says they need to login.

I've looked at the guest permission page and there's only option for to Allow Guests to view board or not.

Or allow them to view threads, but I want them to view threads, but not the ones inside it.

Can anyone help?

Thanks.
You will need a plugin for this, or a core edit. This allow guests to see only the first post.

You will need to hook at "showthread_start", "printthread_start" (maybe no this one), and "archive_start".
Is there no other plugin to just see the thread titles, but can't see first post?
(2012-08-23, 08:47 PM)Omar G. Wrote: [ -> ]Try this one:
http://udezain.com.ar/forums/thread-free...ble-guests

Ahh just the plugin I need! Thanks :]