Closed (outdated)
Project:
Links Package
Version:
6.x-1.x-dev
Component:
Code: links_related.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2009 at 15:17 UTC
Updated:
15 Feb 2022 at 12:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ghing commentedI've created a patch adding this basic functionality. To do this I implemented links_related_perm() in order to add the permission "add related links". I then modifed links_related_form_alter() to check for this permission before adding the related links form to the node add/edit form (form id NODE_TYPE_node_form).
Comment #2
ghing commentedI updated my patch to eliminate an error message that occurred when a user without the 'add related links' permission saved a node.
Comment #3
avpadernoI am closing this issue, as Drupal 6 is now not supported.