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 branch introduces some important SQL optimizations, which drastically reduce the number of database records required for sites with a large number of terms and roles. The admin interface has been updated to allow you to keep your access rules lean and mean.
The changes should ease administration, make some queries faster, and have certainly made the code simpler. The important stuff seems to be working, but please test your rules carefully and report any anomalies (include a simple example of an access scheme which doesn't behave as expected so that we can replicate).
Wrapped the "(unsubscribe)"-text with the function t() around line 349, for easy localization of the string
Added functionality to hook_user and hook_og to remove the user role info from og_users_roles table if the user is either unsubscribed from group or deleted from site.
Added the external link option.
Added a class field for every link.
Added weight to alinks.
Added an internal check, so if an alink points to the current page the text is not replaced by the link.
Added confirmation messages to add and edit form.