Visitor authorization for reading questions

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
ipig
Posts: 22
Joined: Tue Jun 22, 2004 4:35 pm

Visitor authorization for reading questions

Post by ipig »

Hi, Thorsten,

do you think following new functional requirment is interesting? :oops:

categorize visitors into 3 groups:
1. visitor no account in the user database
2. user register in user database
3. power user user with more authorization

Then, for each question in the database, there is an additional flag:
authorized user group

if it's set to visitor, then everybody can read it;
if it's set to user, only user and power user can read it;
if it's set to power user, only power user can read it;

a visitor can become a user after registration;
an user can become power user if he/she:
pass a certain period of time or
post a certain amount of questions or
answer a certain amount of questions.

i think this feature maybe helpful to some commercial consulting websites.

best regards
Thorsten
Posts: 15739
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

this is on my todo list quite some time so expect such a feature in the near future. :)

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
testeruk
Posts: 1
Joined: Tue Oct 05, 2004 10:11 pm
Location: UK

Viewer authorisation to read question

Post by testeruk »

Taken on board that's this is on your todo list, we would also find this very useful.

It would allow faqs for end-users and some that you might want only technical staff to see [i think in the trade we call them noddies and experts, well from MY side of the fence anyway!]

Keep up the good work! Useful software, good response time.
Post Reply