Hi,
I am going to create an article based site for internal use
my requirement goes like this

Any authenticated user can post the article. i am having different categories like php,mysql,apache etc.
The articles posted under php will go to php expert,and so on..

+Articles
--php
--mysql
--apache

and the expert can able to review and publish this ,so all users can see this.

currently i am confused with the way how to create this ..
any help will be appreciated honestly.

Comments

sp_key’s picture

Create a content type called article (or rename one of the existing types) and set it up as 'Not published' by default.
Create 3 taxonomy terms (php, mysql, apache) and let authenticated users select the right category for their article.
Grant permissions to authenticated users and provide a link to users to create an article.

Create a new user role called expert and give permissions to publish but not create articles.

Use Triggers and Actions to set up an email notification sent to 'experts', every time an article is saved. (You might need the Rules module instead of Triggers and Actions).

nandyec28’s picture

Hi sp_key,

I am going in your way ......... really its working fine for me......
Thanks once again.

Now i have one more requirement like only managers can see their respective articles.. like PHP managers can see php articles only..

and i need to manager level folder like only manager can see the contents..

plz reply i am waiting......
plz........

thanks in advance..
plz reply..

rightchoice2c_me’s picture

try this
http://drupal.org/project/nodeaccess
or you can check these modules too..
Simple Access,
Taxonomy Access,
TAC_Lite,
and even Menu_Per_Role.

nandyec28’s picture

Hi all,
Really I am getting all the things I wanted . I am really excited with the things going on here..

Thank you all..