Closed (fixed)
Project:
Vocabulary Permissions Per Role
Version:
7.x-1.x-dev
Component:
Vocabulary Permissions Per Role
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2011 at 15:14 UTC
Updated:
13 Sep 2012 at 12:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
moskito commentedsubscribing
Comment #2
witchcraft commentedwell i have a good start point for the port , i have used module coder for this .
there is minor errors but it works .
enable the module than go to
admin/config/vppryou will see the first minor error its not shown the lable of the role . (i think its cuz the theme).whan you chack the box to aplly some role the role can add/edit Vocabulary & terms
there is a git file with patch in this so ples welcome to fix the minor problems .
i am not a coder & this is my best for now.
Comment #3
witchcraft commentedi messed up with the upload , sorry.
Comment #4
joglin commentedCompletely rewritten for D7.
Good module, thanks.
Comment #5
joglin commentedI have removed some bugs from #4
I am attaching patch rolled from git and complete module for D7
Permission can be setting from admin/people/permissions.
Note: permissions "Administer %vocabulary vocabulary terms" override taxonomy permissions "Edit terms in %vocabulary" and "Delete terms from %vocabulary"
Comment #6
joachim commentedThe latest patch doesn't apply -- not sure why, as the module's not had any changes since that comment was posted. Weird.
Anyway, here's the contents of the zipfile as a patch against 6.x-1.x.
Comment #7
joachim commentedAnd here's an updated patch with a few further changes:
- code style and whitespace
- removed .install file, as we have no need of the hook_uninstall().
- added docblocks where needed
- added list of module files to .info file.
Comment #8
ronino commentedI installed the D7 port from #5 and so far it works great. After searching for hours on how to restrict a given role's access to administering terms only instead of complete vocabularies, this module is it. It would be great to have an official D7 version...
Comment #9
andi-d commentedThanks the Modul from #5 works.
We hope there will be soon an official d7 release
Comment #10
boobaaTrying to have a look into this in a week or so.
Comment #11
boobaaThanks @joachim; your patch has just been committed to 7.x-1.x and a dev release is being created.
Anyway, I don't want to close this issue now, as there is no upgrade path from D6 yet.
Comment #12
boobaaOkay, let's finish with this issue: upgrade path from D6 has just been committed.
Comment #13
maico de jongI tried this module (latest dev) but didn't work for me.
Even with permissions set for certain roles users get a permission denied error.
After searching for another module i came accross the Taxonomy Access Fix module, seems to do the job for me and somehow is a duplicate of this module? Different approach, same result..
http://drupal.org/project/taxonomy_access_fix
Comment #14
boobaaFirst of all, please open new issues for different topics.
Secondly, after having a quick glimpse over Taxonomy Access Fix module, it seems that VPPR tries to deal with all CRUD, while TAF tries to deal with only C (adding new terms).
Thirdly, I would be interested in your particular use case which is handled perfectly by TAF, and couldn't be handled by VPPR for you. But again: this is another topic, which deserves another issue; this one is about porting VPPR to D7 which is finished by now.
Comment #15
joachim commentedAny chance of an alpha release of this? I've got my patch running on a client site, and it would be great to get it onto a fixed release.