Hello,

I am building a community website. I have different type of users (roles) that have different rights.
I am trying to use blogs. I need three diferent ones, for three different roles.

By reading documents found on this website, I created a taxonomy 'blog' to tidy the different articles in the different blogs.
It works preatty well. I have a node called blog entry and I choose the right term for the article to go in the rihgt blog.
Then, I do links to the blogs in different blocks which appears if you have enought rights.

My problem is that I don't know how to restrict people on the choise of the term.
Exemple :
. I have 3 levels of roles
. level 1 can only post an article in the first blog (term 1 of the taxonomy)
. level 2 can post an article in the first and second blog (terms 1 & 2 of the taxonomy)
. level 3 can post an article in any blog (terms 1, 2 & 3 of the taxonomy)

Do you know how I can do that ?

Thank you.
Matthieu.

Comments

Emiliano’s picture

Hello Matthieu,

I believe you'll find what you need here: http://drupal.org/project/taxonomy_access

Cheers,
Emiliano.
http://www.novayork.com

Matthieu’s picture

Thank you very much, that's exactly what I was looking for !
I didn't think that it could be a module.

Thank you.
Matthieu.