Topic restriction permission enabled by default - Topic Restriction
Topic restriction permission enabled by default
I like the extension but it was a real pain to change it to Yes for all the non default roles I created.
Would you mind to set it as Yes by default for all existing groups, Rich?
Would you mind to set it as Yes by default for all existing groups, Rich?
-
- Registered User
- Posts: 342
- Joined: Wed Jul 16, 2014 11:25 am
Re: Topic restriction permission enabled by default
It is a forum based permission, not a user based permission and all regular roles (not groups, but rather group forum roles) in the forum are already set to yes.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22092
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: Topic restriction permission enabled by default
Not in my case: I had to switch it to Yes for forum roles I created.
-
- Registered User
- Posts: 342
- Joined: Wed Jul 16, 2014 11:25 am
Re: Topic restriction permission enabled by default
Mauron wrote:Not in my case: I had to switch it to Yes for forum roles I created.
Well of course, there is no way for the system to know what custom roles you have made.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22092
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: Topic restriction permission enabled by default
Try:
uninstall the extension and delete the data. Find this line in the migrations\v_100.php file
and change it to this
re-enable the extension in the ACP.
uninstall the extension and delete the data. Find this line in the migrations\v_100.php file
array('permission.add', array('f_topic_view', false)),
and change it to this
array('permission.add', array('f_topic_view')),
re-enable the extension in the ACP.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22092
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: Topic restriction permission enabled by default
I'm sorry but when I opened this thread I already enabled manually the permission where needed; moreover, I installed it on a live board so I could not test that anyway.
Yes, I know you'd like the reports to get way earlier but unfortunately I'm not using my test board anymore.
Yes, I know you'd like the reports to get way earlier but unfortunately I'm not using my test board anymore.
-
- Registered User
- Posts: 342
- Joined: Wed Jul 16, 2014 11:25 am
Re: Topic restriction permission enabled by default
Then there is nothing left for me to do.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22092
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: Topic restriction permission enabled by default
Wonder if this extension would work with auto-groups? Will try it out when I get home!
-
- Registered User
- Posts: 260
- Joined: Tue Jun 09, 2015 8:32 pm
- Name: Ed
Re: Topic restriction permission enabled by default
Is there a way to make it to where the topic titles aren't viewable either, so the forum itself says you aren't authorized?
-
- Registered User
- Posts: 5
- Joined: Sun Sep 25, 2016 8:06 pm
Re: Topic restriction permission enabled by default
That is already part of phpBB. You just don't give them the ability to view the forum.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22092
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: Topic restriction permission enabled by default
You do not have access to the topics in this forum. Please login to view the posts.
As soon as I enabled this extension it forbid viewing of topics for all guests in every board by default. If it is permission based it should not do anything until the permission is set.
Admin has to go through every board permission to change it rather than setting the permission for the boards it is intended for.
As soon as I enabled this extension it forbid viewing of topics for all guests in every board by default. If it is permission based it should not do anything until the permission is set.
Admin has to go through every board permission to change it rather than setting the permission for the boards it is intended for.
-
- Registered User
- Posts: 128
- Joined: Fri Nov 09, 2018 2:03 pm
- Location: Uk and sometimes Japan
- Name: andy duggan
Re: Topic restriction permission enabled by default
Actually no, the extension doesn't default to no. One has to actually set the permission.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22092
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr