0

I have a content type named Properties, users can create the content types I have file cck field in the content type (properties), now I want to add the attachments to the or edit the attachments field only in a block or panel for the particular property.

Not showing all the fields when user try to edit the content type.

I have heard that this is possible in panels using contexts.

Thanks in advance

Darren
  • 68,902
  • 24
  • 138
  • 144

2 Answers2

0

Not sure I understand what you want here, but it sounds like you want to change the visibility/editability of fields based on role and display.

To change the visibility and/or editibility based on role, use something like this http://drupal.org/project/field_permissions

To change it based on display, use the "display fields" tab on the content type edit form.

Jason Smith
  • 398
  • 3
  • 9
0

I think this is what you are looking for

http://drupal.org/project/editablefields

junedkazi
  • 519
  • 7
  • 18