MyBB Community Forums
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
MyBB 1.6
>
1.6 General Support
> block guests from seeing certain things?
Full Version:
block guests from seeing certain things?
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
DTP Gaming
2012-05-05, 07:35 AM
how can i block guests from seeing the members page and pages i've created with page manager? i've seen it on other mybb sites but i don't know how...any help would be appreciated..thanks...
Yaldaram
2012-05-05, 07:38 AM
Add the following code in your page;
if ($mybb->user['uid'] == "0") { error_no_permission(); }
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
MyBB 1.6
>
1.6 General Support
> block guests from seeing certain things?