Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This module aims at ajaxifying any entity form (creation, edition and deletion).
It can be used for various use-case, like ajaxifying the comment process, adding a complete ajax wall, mass-submiting or creating / editing via AJAX...
Enable the relation and node_access_relation modules.
Create a new Relation Type.
Check 'Directional Relation' to set access controls.
Set the Source Bundle as a user and the Target Bundle as a node type.
Set the node access permissions for the target node bundle as desired and save the relation type.
Source users or users with access to the source node type should now have access to target node bundles based on the node access permissions.
Additional linked relations where the target node bundle used above is the source can now be created with permissions inherited through node_access_relation.