Rights to submit articles and read existing articles nothing else

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Anagastes
Posts: 7
Joined: Fri Feb 28, 2020 2:50 pm

Rights to submit articles and read existing articles nothing else

Post by Anagastes »

As described in the title, I try to set the rights in phpmyfaq so that there is a group that can submit new articles.

They should also be allowed to read existing articles. But they should not be able to edit them.

Also they should not be able to publish the articles. Only the group of moderators will be allowed to do that later.

But this does not work. Does it work with phpmyfaq at all?
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Rights to submit articles and read existing articles nothing else

Post by Thorsten »

Hi,

yes, that should work. Could you please provide more information what you configured?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Anagastes
Posts: 7
Joined: Fri Feb 28, 2020 2:50 pm

Re: Rights to submit articles and read existing articles nothing else

Post by Anagastes »

Thorsten wrote: Fri Feb 28, 2020 7:26 pm Hi,

yes, that should work. Could you please provide more information what you configured?

bye
Thorsten
I am currently a bit overwhelmed with phpmyfaq (so many settings). I will try to explain.

There are currently two users with the following rights.

- admin (can do everything)
- Test (cannot do anything)

Two groups and the following rights.

- Moderator (can do everything)
- Submit (add FAQ, read FAQs, read categories, read sections, read news)

But the user "Test" currently only sees the item "Create FAQ" in phpmyfaq.

Am I doing something wrong? On request I will gladly give access to my test installation via PM.
Screenshot_20200229_155958.png
You do not have the required permissions to view the files attached to this post.
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Rights to submit articles and read existing articles nothing else

Post by Thorsten »

Hi,

in which group is the user "Test"? In the group "Submit"?

If yes, it looks correct.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Anagastes
Posts: 7
Joined: Fri Feb 28, 2020 2:50 pm

Re: Rights to submit articles and read existing articles nothing else

Post by Anagastes »

Thorsten wrote: Sun Mar 01, 2020 6:24 pm Hi,

in which group is the user "Test"? In the group "Submit"?

If yes, it looks correct.

bye
Thorsten

Yes, the user "Test" is in the group "Submit".

But he should also be able to read existing articles in the backend.

Do I have a mistake in thinking? Because that way he can't even search or find his submitted articles. :shock:
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Rights to submit articles and read existing articles nothing else

Post by Thorsten »

Hi,

you are right, there's a bug. I'll fix it.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Rights to submit articles and read existing articles nothing else

Post by Thorsten »

Hi,

I tried to reproduce your issue but no luck. Do you have more information for me?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Anagastes
Posts: 7
Joined: Fri Feb 28, 2020 2:50 pm

Re: Rights to submit articles and read existing articles nothing else

Post by Anagastes »

Thorsten wrote: Sun Mar 08, 2020 9:57 am Hi,

I tried to reproduce your issue but no luck. Do you have more information for me?

bye
Thorsten
I can give you the logins of the two accs on my test installation (via PM), then you can look at it directly.

Would that be OK?
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Rights to submit articles and read existing articles nothing else

Post by Thorsten »

Hi,

if it's possible, yes!

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Anagastes
Posts: 7
Joined: Fri Feb 28, 2020 2:50 pm

Re: Rights to submit articles and read existing articles nothing else

Post by Anagastes »

Thorsten wrote: Mon Mar 09, 2020 12:37 pm Hi,

if it's possible, yes!

bye
Thorsten
Hey, I was careful to ask if you found anything weird.

PM I already sent you. :)
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Rights to submit articles and read existing articles nothing else

Post by Thorsten »

Hi,

I'm checking your issue right now.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Rights to submit articles and read existing articles nothing else

Post by Thorsten »

Hi,

you forgot to add the permission to edit FAQs. The read permissions are only for the frontend. I added the permission to edit and now the user can see and edit FAQs.
Bildschirmfoto 2020-03-12 um 20.23.12.png
bye
Thorsten
You do not have the required permissions to view the files attached to this post.
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Anagastes
Posts: 7
Joined: Fri Feb 28, 2020 2:50 pm

Re: Rights to submit articles and read existing articles nothing else

Post by Anagastes »

Thorsten wrote: Thu Mar 12, 2020 8:24 pm Hi,

you forgot to add the permission to edit FAQs. The read permissions are only for the frontend. I added the permission to edit and now the user can see and edit FAQs.

Bildschirmfoto 2020-03-12 um 20.23.12.png

bye
Thorsten
Yes, I understand.

But then the user can also edit the posts that were created by the admin/moderator, if I see that correctly.

So a "separate" area where he can create/edit etc. and only his stuff is currently not possible?
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Rights to submit articles and read existing articles nothing else

Post by Thorsten »

Hi,

you are right, that's not possible right now.But it's planned for v3.1: https://github.com/thorsten/phpMyFAQ/issues/1072

Is that the feature you need?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Anagastes
Posts: 7
Joined: Fri Feb 28, 2020 2:50 pm

Re: Rights to submit articles and read existing articles nothing else

Post by Anagastes »

Thorsten wrote: Fri Mar 13, 2020 2:45 pm Hi,

you are right, that's not possible right now.But it's planned for v3.1: https://github.com/thorsten/phpMyFAQ/issues/1072

Is that the feature you need?

bye
Thorsten
Yeah, that would be perfect.

Because then you can make groups within an organization that only deal with a certain topic area.

Then I am eagerly waiting for 3.1!

And thousand thanks for your commitment. I will leave a donation next time. :)
Post Reply