MyBB Community Forums

Full Version: guest can only vieuw 1 topic
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i set my forum so that guest only can see a welcom forum, and not the statistics and the new members and banners on my forum.

grtz

erigo19
You can set permissions for every forum: http://wiki.mybb.com/index.php/Admin_CP_...ermissions
I have set the permissions for that topic, and i have set the permissions for the guest user. But they still can see the statistics the new members and my banners.

So what i selected with red the guest may not see that

[Image: guest-1.png]

Anyone?

grtz

erigo19
You can hide that area from guests using Template Conditional Plugin http://community.mybb.com/thread-31860.html

Using like that;

<if $mybb->user['uid'] != "0">
YOUR_BANNER_GOES_HERE
</if>