I would like to find a way to allow a certain role to add/edit/delete terms from a vocabulary, but only that vocabulary.
In other words, I don't want to allow the users in that role to create new vocabs, delete vocabs, or any such things, just organize and add/remove terms in a defined vocabulary.
Is there any way?
Luke
Hi Luke,
I think the following module does exactly what you need:
http://drupal.org/project/taxonomy_delegate
http://drupal.org/project/taxonomy_delegateBest,
Shai
On Wed, Feb 17, 2010 at 10:04 PM, Luke drupal@lists.tacticus.com wrote:
I would like to find a way to allow a certain role to add/edit/delete terms from a vocabulary, but only that vocabulary.
In other words, I don't want to allow the users in that role to create new vocabs, delete vocabs, or any such things, just organize and add/remove terms in a defined vocabulary.
Is there any way?
Luke
[ Drupal support list | http://lists.drupal.org/ ]
On Wed, 17 Feb 2010, Shai Gluskin wrote:
I think the following module does exactly what you need:
It looks like it should. Hasn't been updated in a year (dev) or two (stable), but the description looks perfect, thanks!
Luke
On Thu, 18 Feb 2010, Luke wrote:
On Wed, 17 Feb 2010, Shai Gluskin wrote:
I think the following module does exactly what you need:
It looks like it should. Hasn't been updated in a year (dev) or two (stable), but the description looks perfect, thanks!
[For allowing a role to add, edit, and delete terms, in only a designated vocabulary(ies).]
For the archive: the development version from early 2009 works perfectly in D6 so far. Solved a long standing need.
Thanks
Luke
On Thu, Feb 18, 2010 at 11:34 AM, Luke drupal@lists.tacticus.com wrote:
I would like to find a way to allow a certain role to add/edit/delete terms from a vocabulary, but only that vocabulary.
In other words, I don't want to allow the users in that role to create new vocabs, delete vocabs, or any such things, just organize and add/remove terms in a defined vocabulary.
Is there any way?
Luke
[ Drupal support list | http://lists.drupal.org/ ]
I haven't tried but from project page of http://drupal.org/project/vocabperms
Assign permissions to vocabularies by user role.
The core taxonomy system allows vocabularies to be assigned to node types. This module extends that by allowing the *editing and/or display of the vocabulary to be controlled by user role*.
On Thu, 18 Feb 2010, Dipen wrote:
On Thu, Feb 18, 2010 at 11:34 AM, Luke drupal@lists.tacticus.com wrote:
I would like to find a way to allow a certain role to add/edit/delete terms from a vocabulary, but only that vocabulary.
In other words, I don't want to allow the users in that role to create new vocabs, delete vocabs, or any such things, just organize and add/remove terms in a defined vocabulary.
Is there any way?
I haven't tried but from project page of http://drupal.org/project/vocabperms
That looks promising. Sadly, however, there does not appear to be a D6 version.
Luke
On Thu, Feb 18, 2010 at 11:56 AM, Luke drupal@lists.tacticus.com wrote:
On Thu, 18 Feb 2010, Dipen wrote:
On Thu, Feb 18, 2010 at 11:34 AM, Luke drupal@lists.tacticus.com
wrote:
I would like to find a way to allow a certain role to add/edit/delete terms from a vocabulary, but only that vocabulary.
In other words, I don't want to allow the users in that role to create
new
vocabs, delete vocabs, or any such things, just organize and add/remove terms in a defined vocabulary.
Is there any way?
I haven't tried but from project page of http://drupal.org/project/vocabperms
That looks promising. Sadly, however, there does not appear to be a D6 version.
Luke
[ Drupal support list | http://lists.drupal.org/ ]
Silly me :) I didnt even scroll down.
On Thu, 18 Feb 2010, Dipen wrote:
In other words, I don't want to allow the users in that role to create
new
vocabs, delete vocabs, or any such things, just organize and add/remove terms in a defined vocabulary.
That looks promising. Sadly, however, there does not appear to be a D6 version.
Silly me :) I didnt even scroll down.
I appreciate your response anyway.
It looks like http://drupal.org/project/taxonomy_delegate is going to do the trick (assuming the dev version works--last updated over a year ago).
Thanks
Luke