Great module!

Do you have any plans of porting to Drupal 7?

Thanks

Comments

moskito’s picture

subscribing

witchcraft’s picture

Status: Active » Needs work
StatusFileSize
new27.42 KB

well 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/vppr you 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.

witchcraft’s picture

StatusFileSize
new41.28 KB

i messed up with the upload , sorry.

joglin’s picture

StatusFileSize
new2.04 KB

Completely rewritten for D7.
Good module, thanks.

joglin’s picture

StatusFileSize
new2 KB
new10.6 KB

I 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"

joachim’s picture

StatusFileSize
new12.36 KB

The 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.

joachim’s picture

Status: Needs work » Needs review
StatusFileSize
new12.96 KB

And 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.

ronino’s picture

I 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...

andi-d’s picture

Thanks the Modul from #5 works.
We hope there will be soon an official d7 release

boobaa’s picture

Assigned: Unassigned » boobaa

Trying to have a look into this in a week or so.

boobaa’s picture

Version: 6.x-1.0 » 7.x-1.x-dev
Status: Needs review » Needs work

Thanks @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.

boobaa’s picture

Status: Needs work » Fixed

Okay, let's finish with this issue: upgrade path from D6 has just been committed.

maico de jong’s picture

I 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

boobaa’s picture

Assigned: boobaa » Unassigned

First 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.

joachim’s picture

Any 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.