Nodeprofile Privacy (http://drupal.org/project/nodeprofile_privacy) allows users to hide Nodeprofile fields (http://drupal.org/project/nodeprofile). Because Nodeprofile fields are CCK widgets it is possible to use the Link field as a Nodeprofile field. But even though "Allow users to show/hide this field" is checked in the configuration of the confiiguration of the Link field, the privacy checkbox is not rendered in the Nodeprofile form.
This patch makes the function theme_link_widget_form also to render the privacy field.
| Comment | File | Size | Author |
|---|---|---|---|
| link_nodeprofile.patch | 417 bytes | smitty |
Comments
Comment #1
quicksketchThanks, looks like a trivial fix. This only applies to the Drupal 5 version as this code has been removed in Drupal 6. Committed to 5.x branch.