This plugin is work fine ;
How it works ?
Those are levels of q2a;
QA_USER_LEVEL_BASIC => 'Registered+',
QA_USER_LEVEL_APPROVED => 'Approved+',
QA_USER_LEVEL_EXPERT => 'Expert+',
QA_USER_LEVEL_EDITOR => 'Editor+',
QA_USER_LEVEL_MODERATOR => 'Moderator+',
QA_USER_LEVEL_ADMIN => 'Admin+',
QA_USER_LEVEL_SUPER => 'Super Admin',
You assign level to category , after this people who has level for access can post/view.
But
If we can seperate this viewing and posting in to section it will be more efficient.What I mean?
During assignin category it must has those two options.
- Assign ( level) for view
- Asign (level) for posting
Exampe1;
#Anounsment category
- Assign ( Anyone ) for view
- Asign (Admin) for posting
That means only admin can post and anyone can see them
Exanple2;
#Controlling category
- Assign ( Admin ) for view
- Asign (Anyone) for posting
This means only admin can see / control it.It will be more efficient feature check posted question on that category before preposting.
Also we can use this category for preposting questions (hiding Ask question button from home and give users spesific link to for posting (like example.com/ask?cat=1 )
So, is this difficult to do this ?