Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/astahost/public_html/rkrt/rkrt_tracker.php on line 186
phpBB: Admin Only Forums By Default
Astahost.com   Mar 21, 2010
Open Discussion & Free Web Hosting > Computers & Tech > How-To's and Tutorials > Programming > PHP

phpBB: Admin Only Forums By Default

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > How-To's and Tutorials > Programming > PHP

phpBB: Admin Only Forums By Default

hihihihi88
Ok, you're setting up your forums or you're adding a couple of new forums to your existing site. You don't want them to be publicly available or you want to add a couple of initial post before you let the great unwashed get their hands on them.

But as soon as you click 'Create new forum' button your forum goes public and your eager public go 'Ooh! a new forum, lets see what it's all about!'

Yes, you can set it as locked but then it can still be read.

Anyway, to cut a long story short...

to make your forums Private (ADMIN only) by default,
in admin/admin_forums.php

find

CODE
"auth_view" => AUTH_ALL,
"auth_read" => AUTH_ALL,  


replace with

CODE
"auth_view" => AUTH_ADMIN,
"auth_read" => AUTH_ADMIN,


And there you have it.

 

 

 


Comment/Reply (w/o sign-up)

Houdini
Even though that script is nice and will work why would you use it, unless you have about 30,000 users and many of them are quite fast a typing or just so happen to be on the Index of your forums, all you have to do after creating a forum is go to forum permissions and within 15 seconds you can make all permissions admin only without messing with the code. and to be even quicker just go to the forum permisssions and set view to admin only with just three clicks total and it's a done deal.

Comment/Reply (w/o sign-up)

little0run
I think there's a mod that does this, but this is much more simple, or at least I'm going to guess because I haven't actually ever installed the mod, but it's right here

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : Phpbb Admin Forums Default


    Looking for phpbb, admin, forums, default



See Also,

*SIMILAR VIDEOS*
Searching Video's for phpbb, admin, forums, default
advertisement




phpBB: Admin Only Forums By Default

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com



Creative Commons License