[RFC] New Forum permission for viewing other users' topics

Note: We are moving the topics of this forum and it will be deleted at some point

Publish your own request for comments/change or patches for the next version of phpBB. Discuss the contributions and proposals of others. Upcoming releases are 3.2/Rhea and 3.3.
User avatar
brunoais
Registered User
Posts: 964
Joined: Fri Dec 18, 2009 3:55 pm

Re: [RFC] New Forum permission for viewing other users' topics

Post by brunoais »

It's started and quite advanced.
It's currently waiting for more feedback.

User avatar
Pony99CA
Registered User
Posts: 986
Joined: Sun Feb 08, 2009 2:35 am
Location: Hollister, CA
Contact:

Re: [RFC] New Forum permission for viewing other users' topics

Post by Pony99CA »

brunoais wrote:It's started and quite advanced.
It's currently waiting for more feedback.
What kind of feedback? Actual reviewing or testing of the code or +1 feedback? If the latter, it's been requested many times on phpBB.com; if reviewing testing is required, doesn't that require a Pull Request?

Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.

User avatar
brunoais
Registered User
Posts: 964
Joined: Fri Dec 18, 2009 3:55 pm

Re: [RFC] New Forum permission for viewing other users' topics

Post by brunoais »

Eh... It actually has a PR.
https://github.com/phpbb/phpbb3/pull/795

Lockybalboa
Registered User
Posts: 1
Joined: Wed Apr 16, 2014 8:29 pm

Re: [RFC] New Forum permission for viewing other users' topics

Post by Lockybalboa »

Im sorry to hardcore necro this thread, but was this ever finished?

User avatar
brunoais
Registered User
Posts: 964
Joined: Fri Dec 18, 2009 3:55 pm

Re: [RFC] New Forum permission for viewing other users' topics

Post by brunoais »

Lockybalboa wrote:Im sorry to hardcore necro this thread, but was this ever finished?
Don't worry about the necro. You are right to ask about it.
https://tracker.phpbb.com/browse/PHPBB3-10623
I got a lot of rl work and I wasn't getting any answers to it so I had placed this on hold. Recently I got some more time back so I'm back working on it trying to get it back on track.

User avatar
Mess
Registered User
Posts: 199
Joined: Wed Jun 13, 2012 10:14 am

Re: [RFC] New Forum permission for viewing other users' topics

Post by Mess »

Sounds good brunoais, id use it on my main board at least.

User avatar
nickvergessen
Former Team Member
Posts: 733
Joined: Sun Oct 07, 2007 11:54 am
Location: Stuttgart, Germany
Contact:

Re: [RFC] New Forum permission for viewing other users' topics

Post by nickvergessen »

The lag of answers by me is caused by the fact, that I still don't think it should be a core feature but an extension instead.
https://tracker.phpbb.com/browse/PHPBB3 ... ment-37327
Member of the Development-TeamNo Support via PM

User avatar
Darkness_demoN
Registered User
Posts: 89
Joined: Mon Jul 29, 2013 1:48 pm
Contact:

Re: [RFC] New Forum permission for viewing other users' topics

Post by Darkness_demoN »

brunoais wrote:Introduction
A feature many forums deliver (specially paid ones) which is a permission to allow the user who created the topic to view it.
With this permission, the user can only view the topics in that forum that he created himself (he's the author or the 1st post. Something like me in this topic ;) ).
According to my small investigation:
  • When a user wants to protest something, sometimes it's better not to show the topic itself to the public depending the way the conversation is going.
  • When the moderators/administration wants to isolate a post to discuss it, it's better not to allow other people than the poster (in order to justify the post, for example) to view the isolated post (sometimes things get really nasty :twisted: ).
  • Sometimes the forum admins likes to have a system where the user can have private support without intervention of other users and when it's solved, the topic is moved and other users may come and discuss the result. (this is rare but still does exist)
Proposal
Add a new permission under
Can read forum
for this feature.

How the permission works:
if can read forum is no OR never -> This option should he hidden using javascript. Any option selected will take no effect.
if can read forum is Yes -> This option should be available. The meanings are:
Yes -> It works exactly like the system is now. The Yes will be used as the default for the current roles.
No OR never -> The user can only see the topics in which he is the author

Name the option
I don't know which name is better for this option.
  1. Can read topics started by others
  2. Can view other users' topics
  3. Can view topics started by other members
Acording to a small discussion, #3 seems the best option. If you find an even better one, propose away :)


Source of data: Recently, a pull for 1 month in a private sub-forum in a forum. 68% -> yes 10% -> no 22% -> I don't use it but I believe it is useful.
[EDIT: Fixed some syntax mistakes and a missing bold]

EDIT: Due to the "spirit" of the permissions system, this option, when set to yes should allow something more then then set to no.
Any more comments?
+1 I will be very happy to see that in action :) And i will use it allot too :)

User avatar
Pony99CA
Registered User
Posts: 986
Joined: Sun Feb 08, 2009 2:35 am
Location: Hollister, CA
Contact:

Re: [RFC] New Forum permission for viewing other users' topics

Post by Pony99CA »

nickvergessen wrote:The lag of answers by me is caused by the fact, that I still don't think it should be a core feature but an extension instead.
https://tracker.phpbb.com/browse/PHPBB3 ... ment-37327
Why shouldn't this be a core feature? It has numerous applications, it definitely fits in well as a board feature (not like CMS or Calendars, for example), plus it's been requested many times. By any criterion that I can think of, it should be in the core.

Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.

User avatar
Mess
Registered User
Posts: 199
Joined: Wed Jun 13, 2012 10:14 am

Re: [RFC] New Forum permission for viewing other users' topics

Post by Mess »

I agree with Steve. This should definately be in the core.

Post Reply