Password to guest post

Looking for an Extension? Have an Extension request? Post your request here for help. (Note: This forum is community supported; while there is an Extensions Development Team, said team does not dedicate itself to handling requests in this forum)
Suggested Hosts
slawcio
Registered User
Posts: 6
Joined: Tue Oct 04, 2022 4:47 pm
Name: Maciek Walczak
Contact:

Password to guest post

Post by slawcio »

Hi

Few days ago i see forum where to post or answer to post i needed password from admin. How can i do this ? there is any plugin avaliable ?
Last edited by slawcio on Wed Oct 05, 2022 2:17 pm, edited 1 time in total.
User avatar
warmweer
Jr. Extension Validator
Posts: 11268
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium
Contact:

Re: Password to post

Post by warmweer »

slawcio wrote: Tue Oct 04, 2022 4:50 pm Few days ago i see forum where to post or answer to post i needed password from admin. How can i do this ? there is any plugin avaliable ?
I don't know any extension that provides that feature (nor any MOD for that matter).
If it's a phpBB forum, can you post a link to that forum/board.
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
User avatar
KevC
Support Team Member
Support Team Member
Posts: 72374
Joined: Fri Jun 04, 2004 10:44 am
Location: Oxford, UK
Contact:

Re: Password to post

Post by KevC »

That sounds liike a clunky way to do it. If the admin only wants to allow certain 'approved' people to post in a forum you can do that with groups. Make a group that can reply and the admin can put people in it when they like. Set the registered users group to read only to stop everyone else posting.
-:|:- Support Request Template -:|:-
Image
"Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb"
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: Password to post

Post by david63 »

This is a standard feature of phpBB - it is one of the options for a forum set in the ACP
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
warmweer
Jr. Extension Validator
Posts: 11268
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium
Contact:

Re: Password to post

Post by warmweer »

david63 wrote: Tue Oct 04, 2022 8:40 pm This is a standard feature of phpBB - it is one of the options for a forum set in the ACP
For being able to enter the forum : yes ... but once the password is used, the user can enter the forum but whether he can post depends on his posting permissions.
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
slawcio
Registered User
Posts: 6
Joined: Tue Oct 04, 2022 4:47 pm
Name: Maciek Walczak
Contact:

Re: Password to post

Post by slawcio »

david63 wrote: Tue Oct 04, 2022 8:40 pm This is a standard feature of phpBB - it is one of the options for a forum set in the ACP
Where can i found this ?
User avatar
KevC
Support Team Member
Support Team Member
Posts: 72374
Joined: Fri Jun 04, 2004 10:44 am
Location: Oxford, UK
Contact:

Re: Password to post

Post by KevC »

manage forums
click the green cog to edit the forum you want
You can set a password there but it's only for access to the forum, it doesn't control people being able to see it, read it or post in it.

Also, passwords can be poor because there's nothing to stop one person giving the password to someone else without the admin doing it. And if you need to change the password you've got to remember who knows it and tell them all the new one. That's why groups are better.
-:|:- Support Request Template -:|:-
Image
"Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb"
User avatar
warmweer
Jr. Extension Validator
Posts: 11268
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium
Contact:

Re: Password to post

Post by warmweer »

slawcio wrote: Wed Oct 05, 2022 11:46 am Where can i found this ?
ACP > tab Forums >>> select forum

Forum password:
Defines a password for this forum, use the permission system in preference.

Confirm forum password:
Only needs to be set if a forum password is entered.
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
slawcio
Registered User
Posts: 6
Joined: Tue Oct 04, 2022 4:47 pm
Name: Maciek Walczak
Contact:

Re: Password to post

Post by slawcio »

Hmm but this is option to see and post forum. How to make only needed password to post ?
User avatar
warmweer
Jr. Extension Validator
Posts: 11268
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium
Contact:

Re: Password to post

Post by warmweer »

slawcio wrote: Wed Oct 05, 2022 12:16 pm Hmm but this is option to see and post forum. How to make only needed password to post ?
There no such feature native to phpBB.

However, the simple way is to have a group that has permission to post in that forum, for "other" groups set can only see/read the forum to NO. That removes the password requirement which can be nullified by sharing the password.
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
slawcio
Registered User
Posts: 6
Joined: Tue Oct 04, 2022 4:47 pm
Name: Maciek Walczak
Contact:

Re: Password to post

Post by slawcio »

Yes thanks but i need the password:) Probably i need to modify posting.php in files ?
User avatar
KevC
Support Team Member
Support Team Member
Posts: 72374
Joined: Fri Jun 04, 2004 10:44 am
Location: Oxford, UK
Contact:

Re: Password to post

Post by KevC »

It's far simpler to use groups though.
If you want them to post, you put them in the group. If you don't, you take them out the group. Built in, no coding needed.
-:|:- Support Request Template -:|:-
Image
"Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb"
User avatar
warmweer
Jr. Extension Validator
Posts: 11268
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium
Contact:

Re: Password to post

Post by warmweer »

slawcio wrote: Wed Oct 05, 2022 12:29 pm Yes thanks but i need the password:) Probably i need to modify posting.php in files ?
More than that, e.g. The password has to be saved in the database, preferably hashed, retrieved and compared to the user_entered password.

Added: as KevC: confirmed using groups is the logical way (out of the box).
Perhaps if you can explain why you want a password requirement for just posting in various forums, a different solution may come up (I doubt it though).
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
slawcio
Registered User
Posts: 6
Joined: Tue Oct 04, 2022 4:47 pm
Name: Maciek Walczak
Contact:

Re: Password to post

Post by slawcio »

I want to that only guests with password ll be able to post or start new topic. But forum must be visible to all, bots etc. Password ll be know to group of 100-200 people.
User avatar
KevC
Support Team Member
Support Team Member
Posts: 72374
Joined: Fri Jun 04, 2004 10:44 am
Location: Oxford, UK
Contact:

Re: Password to post

Post by KevC »

That's a really crucial bit of information that you left out. You ought to edit your original post and add in that it's for guests.
-:|:- Support Request Template -:|:-
Image
"Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb"
Post Reply

Return to “Extension Requests”