Allow only Topic Author and Moderators (or other groups) to Reply - I've searched!!

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
seven8time
Registered User
Posts: 2
Joined: Fri Dec 11, 2020 4:43 am

Allow only Topic Author and Moderators (or other groups) to Reply - I've searched!!

Post by seven8time »

Hello,

I've searched for hours now and tried many old plugins and methods, but nothing really does what I need. Hopefully this already exists.

I run a forum for Troubleshooting, Q&A, etc. I'd like to have certain forums with this behavior:

A registered member can post a new topic "How do I do ____?" or whatever question they have.
Only the Author of the topic can reply to it, as well as Moderators or a "Helpers" group that I made.
All members and guests can view all topics in this forum - but again can only reply to topics they started.

This is important because for troubleshooting, we need to stay on topic and reduce any "joke" posts or bad advice. In other forums I'm a member of, someone posts a question, and people who don't know what they're talking about give bad answers, or it starts going off-topic and the problem never gets solved.

By limiting reply permissions to the Author only and a designated group of people who can reply, the Helpers can reply and ask questions, and only the Author can reply to answer those additional questions. This keeps the thread on topic and keeps others from getting involved. This also prevents people with a similar topic from hijacking the post, requiring that they start their own, focused topic.

I know there is a plugin for only showing Author's own posts, but I want everyone to be able to see all threads, as we may link to them in the future, and they could also just look around and may find their question already posted and answered.

So really it seems I'd need additional permissions in the ACP > Permissions > Forum Permissions area. Other forum platforms have this and refer to it as "Only OP Can Reply" or "Can Reply to Own Threads" or "Can Reply to Others' Threads."

Reading old requests and solutions for this type of feature had questions like "well why make a thread if only the author can reply to it and no one else?" The difference here is that Moderators or other Groups can reply to it as well. Just not other registered/normal users.

Any help would be appreciated. phpBB seems like a great platform and I'd like to stick to it if possible. But I do know of another solution with this available as a plugin if this can't be done.

Thanks!
User avatar
KevC
Support Team Member
Support Team Member
Posts: 72650
Joined: Fri Jun 04, 2004 10:44 am
Location: Oxford, UK

Re: Allow only Topic Author and Moderators (or other groups) to Reply - I've searched!!

Post by KevC »

I'm not a coder but I can see that being an enormously complicated setup to code. Even the existing extensions that do similar things have been in progress for months and years but yours requires that the OP permissions change once they have started a topic and that those reply permissions only apply to the topic they started and no others. Permissions are all set up to be forum based not topic based. That (I think) would require an enormous rewrite of the permissions system........just for you. But I'm happy to be wrong, just don't want you to get your hopes up unnecessarily.
-:|:- Support Request Template -:|:-
Image
"Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb"
seven8time
Registered User
Posts: 2
Joined: Fri Dec 11, 2020 4:43 am

Re: Allow only Topic Author and Moderators (or other groups) to Reply - I've searched!!

Post by seven8time »

I see. Well it’s been wished for since 2008 or so, and other platforms can do it. I wouldn’t think permissions need to change once they make a topic - they can’t post anything else except a new topic or something they started at all times.

I would guess there’d have to be some sort of “flag” that just sees who started the thread and allows replying or not.

I’m not sure how phpBB is designed of course so I don’t know how difficult it may be. But it seems I’d have to use another platform for this function.

Ill look around a bit more but I’m pretty sure I’ve exhausted all searching. I’ve found an old plugin for phpBB that does exactly what I want but the contents don’t match recent plugins so I’m guessing it’s too old.

Thanks for the insight :)
User avatar
obfuscated
Registered User
Posts: 71
Joined: Tue Dec 17, 2019 5:20 pm

Re: Allow only Topic Author and Moderators (or other groups) to Reply - I've searched!!

Post by obfuscated »

I have a custom extention that allows the author of a post or moderator to set which groups of user can reply or exclude certain users or groups from replying.
User avatar
andares
Registered User
Posts: 98
Joined: Sat Feb 28, 2009 5:53 pm
Location: Spain
Name: Pedro

Re: Allow only Topic Author and Moderators (or other groups) to Reply - I've searched!!

Post by andares »

There are one extension for this:

https://www.phpbb.com/customise/db/exte ... erstopics/

I'm not sure if it works with the latest version, if a case you can try with the development version that is in github:

https://github.com/brunoais/readOthersTopics
Sorry for my bad English, I use a translator...
Spanish phpBB Support at https://www.phpbb-es.com
User avatar
obfuscated
Registered User
Posts: 71
Joined: Tue Dec 17, 2019 5:20 pm

Re: Allow only Topic Author and Moderators (or other groups) to Reply - I've searched!!

Post by obfuscated »

andares wrote: Wed May 05, 2021 3:55 pm There are one extension for this:

https://www.phpbb.com/customise/db/exte ... erstopics/

I'm not sure if it works with the latest version, if a case you can try with the development version that is in github:

https://github.com/brunoais/readOthersTopics
This ext appears to control who can "read" a topic whereas the OP is asking for one that limits who can "reply" to a topic.
User avatar
Ted1982
Registered User
Posts: 26
Joined: Sat Feb 08, 2020 1:41 pm
Location: The Netherlands

Re: Allow only Topic Author and Moderators (or other groups) to Reply - I've searched!!

Post by Ted1982 »

obfuscated wrote: Wed May 05, 2021 3:52 am I have a custom extention that allows the author of a post or moderator to set which groups of user can reply or exclude certain users or groups from replying.
May I ask which custom extension do you use? I am also looking for such a function to add to my forum.
User avatar
obfuscated
Registered User
Posts: 71
Joined: Tue Dec 17, 2019 5:20 pm

Re: Allow only Topic Author and Moderators (or other groups) to Reply - I've searched!!

Post by obfuscated »

Ted1982 wrote: Thu Dec 30, 2021 4:56 pm
obfuscated wrote: Wed May 05, 2021 3:52 am I have a custom extention that allows the author of a post or moderator to set which groups of user can reply or exclude certain users or groups from replying.
May I ask which custom extension do you use? I am also looking for such a function to add to my forum.
One that is not publicly available but if you want I can send it to you... PM me
User avatar
Ted1982
Registered User
Posts: 26
Joined: Sat Feb 08, 2020 1:41 pm
Location: The Netherlands

Re: Allow only Topic Author and Moderators (or other groups) to Reply - I've searched!!

Post by Ted1982 »

I forgot to comment here, but I sent a PM to you.

Thanks, and the best wishes for 2022.
PAA-Ad-Min
Registered User
Posts: 1
Joined: Wed Sep 18, 2019 4:39 pm

Re: Allow only Topic Author and Moderators (or other groups) to Reply - I've searched!!

Post by PAA-Ad-Min »

I run a mess of a board that was started in 2008.

The posts and topics are all over the place and I would love to be able to get it into some order, but I think the start is using some mod to limit posts to one particular topic.

If that mod would work, please let me know!
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6826
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James

Re: Allow only Topic Author and Moderators (or other groups) to Reply - I've searched!!

Post by HiFiKabin »

PAA-Ad-Min wrote: Mon Jul 18, 2022 7:08 pm<snip>
If that mod would work, please let me know!
This extension will do nothing to solve your existing problem. I suggest that you open a topic in [3.3.x] Support Forum setting out your problem, what you hope to achieve and filling out the Support Request Template which will enable us to assist you better.
User avatar
Marek Muc
Registered User
Posts: 150
Joined: Tue Sep 04, 2018 2:59 pm
Location: Warsaw, Poland

Re: Allow only Topic Author and Moderators (or other groups) to Reply - I've searched!!

Post by Marek Muc »

Return to “Extension Requests”