Closed (works as designed)
Project:
Field Permissions
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2010 at 12:14 UTC
Updated:
17 Nov 2015 at 10:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
markus_petrux commentedThis module deals only with CCK fields, so it cannot help you protect the title, sadly.
You could solve this issue with a small custom module that sets the '#access' attribute of the title element to FALSE from hook_form_alter() when the proper conditions success. I'm afraid, this is out of the scope of this module.
Comment #3
joelstein commentedAny chance we can revisit this as a feature for D7? We have several situations where the title should not be editable by certain users. Though the title is not a "field" in the "fields api" sense, it's presented as such on the node form, and it would be nice to use the same interface that we use for the rest of the fields.
Comment #4
robloachMaybe something with http://drupal.org/project/auto_nodetitle ?
Comment #5
pmkanse commentedHi All,
Its too late to reply, but its better than never ;-).
Please follow the link for the module
http://drupalcode.org/sandbox/pmkanse/1717288.git/commit/bf4b3185991348d...
Using this you can set permission as per user role to edit the title.
Hope this is helpful.
Cheers!!!
Comment #6
lohithsunchu commentedThank you @pmkanse , it worked.
Comment #7
arpitr commentedthanks @pmkanse for the module. I wonder why this module is still in sandbox and is there a reason to create it as separate module instead of patching field_permissions module
Comment #8
arpitr commentedComment #9
sirtetThe title module is another solution to this.
https://www.drupal.org/project/title
Comment #10
ryantollefson commentedThanks for the tip sirtet - converting the title field worked great for my needs.
Comment #11
1kenthomas commentedWas the title perms module ever rolled into a release? Might be better than the Title module solution (Wikitools also offer a solution, by an 'admin title' perm).
Marking "works as designed" from the perspective of Field Perms.
Comment #12
Anil Reddy Vallur commentedHi pmkanse
I have referred your module to set the permissions for administering the node title. I am getting an invalid argument warning, screenshot of which is attached.
Did you mean 'administering the node title' means editable node title?