Active
Project:
node privacy byrole
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
17 Nov 2010 at 19:23 UTC
Updated:
31 Aug 2023 at 15:51 UTC
There doesn't appear to be an option to select where one would want this option to appear in the User Interface when editing a node. This option is available for other field types in the Content Type, Manage Fields.
Thank you.
Comments
Comment #1
darrellduane commentedThe trick to placing the location of teh View/Edit Permissions field on the node/{nid}/edit or node/add/{nodetype} page is to edit the weight value in teh content_node_field_instance table. It seems that the weight of this field is 0, so set all of the weights for the fields you want above this item to be negative, and everything else should be positive.
I've turned this into a Feature request for a bar/field to be placed into the Edit tab of the content types to allow for moving the View/Edit Permissions field around easily.