I'm not sure if anyone else would like this feature, but I figured I would post it and see. I have a site where I want to have a user able to update taxonomy, but they won't understand what taxonomy_hide is and why it is happening. I don't really want them to even see anything confusing. The permissions are joined though.
I can provide a patch (as I have already made the necessary changes in my own copy) if needed.
Cheers,
Stephanie
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 320996.patch | 1.07 KB | futuresoon |
Comments
Comment #1
brmassa commentedStephanie,
i like this idea and i would like to see your patch, yes!
regards,
massa
Comment #2
ssherriff commentedSorry, my current CVS client doesn't do patches for the free version, and I only use CVS for a handful of Drupal projects, so the best I can do for now is put in the code.
This is the hook_perm function, I just put it above the hook_menu function:
Then in the hook menu function I changed this line:
to this:
That's it!
Comment #3
futuresoon commentedhere's a patch for this if anybody wants it