Disable Guest

Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
me_09
Registered User
Posts: 31
Joined: Wed Apr 04, 2007 11:12 pm

Disable Guest

Post by me_09 »

Hello
Maybe exsisted this request and i'm sorry
In Phpbb3 is all perfect but i have a request
more people use phpbb for forum private don't is possible insert the funcion "Disable Guest" In All pages?
And question is possible on phpbb3 disable the function user contact by emails or a user registration a start is off?
Thx for answer and sorry for my bad english :(

User avatar
Highway of Life
Registered User
Posts: 1399
Joined: Tue Feb 08, 2005 10:18 pm
Location: I'd love to change the World, but they won't give me the Source Code
Contact:

Re: Disable Guest

Post by Highway of Life »

Hmm... perhaps you should try a babble translator, we might have better luck understanding you. :?

All groups are permission controlled, so yes, you can disable guest access to whatever forums you like.
Yes, you can disable the use of emails, see ACP > Email settings
Yes, you can disable user registration, look in the ACP under Board Configuration
Image

me_09
Registered User
Posts: 31
Joined: Wed Apr 04, 2007 11:12 pm

Re: Disable Guest

Post by me_09 »

No sorry i'm sorry
The emails is right
for guest i want the guest see in all forum only page the login or "You Don't Have permission"
sorry for bad english

NeilUK
Registered User
Posts: 88
Joined: Mon May 01, 2006 7:55 pm
Contact:

Re: Disable Guest

Post by NeilUK »

Highway of Life wrote: Hmm... perhaps you should try a babble translator, we might have better luck understanding you. :?

All groups are permission controlled, so yes, you can disable guest access to whatever forums you like.
Yes, you can disable the use of emails, see ACP > Email settings
Yes, you can disable user registration, look in the ACP under Board Configuration


Maybe you can try posting a message in me_09's native language and see how you manage?

Manners cost nothing but seem quite rare on this forum! It can't be easy for people from other countries to post messages about technical problems in a foreign language
"Life Is What Happens To You When You Are Busy Making Other Plans" - John Lennon

me_09
Registered User
Posts: 31
Joined: Wed Apr 04, 2007 11:12 pm

Re: Disable Guest

Post by me_09 »

sorry for example for easy
in Phpbb 2 for blocked guest in all page and reditec a login you use a MOD
in phpbb3 don't is possible is standar feature
reditec guest a login all page the guest try a see, only registred user see a forum or user have permission by ADMIN
is utily for create a forum private

User avatar
VinDuv
Registered User
Posts: 73
Joined: Wed May 03, 2006 8:10 pm
Location: France

Re: Disable Guest

Post by VinDuv »

In phpBB3 you can, without any MODs :
- Make a forum totally invisible for guests
- Make a forum visible but not accessible for guests until login.

phpBB3 has a very powerful permission system, you can set permissions (view, read, new topic, reply, poll...) for each user group (guests group, registered users group, administrators groups, groups created by the admin...) and for each forum.

User avatar
Highway of Life
Registered User
Posts: 1399
Joined: Tue Feb 08, 2005 10:18 pm
Location: I'd love to change the World, but they won't give me the Source Code
Contact:

Re: Disable Guest

Post by Highway of Life »

NeilUK wrote: Maybe you can try posting a message in me_09's native language and see how you manage?

Manners cost nothing but seem quite rare on this forum! It can't be easy for people from other countries to post messages about technical problems in a foreign language
If this was my own board, I would certainly try (and would fair well if it was Spanish or German), but this is a strictly English board, and it’s not my own.
I would still be willing to try, but perhaps you missed the fact that I was trying to offer a friendly suggestion so that WE could understand him better and therefore offer HIM better support. :roll: -- it’s for his benefit.
me_09 wrote: No sorry i'm sorry
The emails is right
for guest i want the guest see in all forum only page the login or "You Don't Have permission"
sorry for bad english
Okay, yes... that’s what I was getting at...
Go to ACP > Permissions [Tab] > Forum Permissions > (select all) > in the manage groups select box, click on GUESTS and click [remove permissions]
This should achieve the desired function.

Let us know if that helps. :D
Image

me_09
Registered User
Posts: 31
Joined: Wed Apr 04, 2007 11:12 pm

Re: Disable Guest

Post by me_09 »

Yes for forum
But for page faq, search and index the guest see and system don't blocked
i try on phpbb beta 5 and the forum is hidden for guest but page index, search and faq is visible and
guest see i want invisible all forum a guest
(Search, Forum, Index, Faq, Download, Profile, Memberlist All)
need for forum private

User avatar
Nicholas the Italian
Registered User
Posts: 659
Joined: Mon Nov 20, 2006 11:19 pm
Location: 46°8' N, 12°13' E
Contact:

Re: Disable Guest

Post by Nicholas the Italian »

Oh well... make a page where you ask for a password, and if the users knows it then he's readdressed to the page where the forum is, otherwise there is no way to access it.
Then make this forum unsearcheable to search engines ("robots.txt").
Still, if someone knows the real forum address he will be able to see the index, but if all permissions are of for guests, he won't be able to do anything.
I can't see any more protected way to do this, without over-complicating things.

me_09
Registered User
Posts: 31
Joined: Wed Apr 04, 2007 11:12 pm

Re: Disable Guest

Post by me_09 »

For example i for don't see index and other page a guest

Add this code (By support Phpbb.com)

Code: Select all

if (!$user->data['is_registered'])
{
    redirect('ucp.php?mode=login');
}
Add this code on page you don't want guest see and this code reditic a login
I want on configuration
Guest see index ecc. Yes Or No
this i want hope you understand me

Post Reply