By Nda on
Hi,
I'm somewhat new to drupal. In the last month I finished my first pretty basic drupal 5.6 site. Now I'm working on a intranet site which requires some more control over permissions. I came from PostNuke where I could easily control who can post items and where but I can't seem to find such control in Drupal.
I need to have a few categories which I think I can archieve with the Taxonomy module but then I need to control which roles are allowed to write stories in those categories. As of now it seems I can only control wether roles can write stories or not.
Am I missing something or is this something that's not (yet) implemented in Drupal?
Kind regards,
Dennis
Comments
It's not in Drupal core, but
It's not in Drupal core, but there's module that will probably do what you need, at least for Drupal 5. It seems to not have been ported to Drupal 6 yet.
http://drupal.org/project/taxonomy_access
That's really disappointing
That's really disappointing for such a great cms. However, if the module will be upgraded soon it doesn't have to be a showstopper.
Thanks for your reply.