ported this module to D6, cleaned up the coding style (trailing spaces mostly) while I was at it
u can find it at http://www.seutje.be/mine/title_perms-6.x-1.x-dev.tar.gz
I'll try and make a patch to head, but something tells me this module is abandoned
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | title_perms.zip | 7.83 KB | pverrier |
| #1 | title_perms.d6.patch | 22.97 KB | spiderman |
Comments
Comment #1
spidermanFound a use for this module, and decided to roll a patch against the DRUPAL-5 release, even though (as noted above) it appears to be abandoned.
It should be noted that the title editing restrictions fails if you are using the content_profile module, but a small tweak to the logic in the hook_form_alter fixes this nicely:
Comment #2
spidermanComment #3
not_Dries_Buytaert commentedThis topic is also being discussed and a workaround proposed here: http://drupal.org/node/264767#comment-2359690
Comment #4
seutje commentedsome1 pointed out to me that there are a few security issues in the port I posted (although I think they were already in the D5 version)
I'll try fix them and post a new version when I can
Comment #5
reinis.berzins commentedI installed your file: http://www.seutje.be/mine/title_perms-6.x-1.x-dev.tar.gz, but from the main site administration page (admin/by-module) there is only one link to the "Permissions page" (admin/user/permissions#module-title_perms) where you can't find any title editing permissions at all, because you haven't yet enabled them on the missing link page: admin/settings/title_perms.
Comment #6
joachim commentedQuite a few problems in the D5 version that should be addressed for the D6 port:
These variable names aren't namespace-safe.
I don't even know what this variable is for!
On D6 we can check the form for presence of the node which is much cleaner than digging in arg().
I've requested to take over this module so I can get a D6 version finished :)
Comment #7
pverrier commentedI had the same need for Drupal 6. I started with seutje version (thanks!) and made some changes.
Here's the result. Hope it helps someone with the same needs.