From a quick grep of the DRUPAL 6 user relationship code, I can see there's no code that deals with the user_relationships_allow_auto_approve flag, asside from where you set it to 1 or 0.
With that said....how are the users supposed to configure this option to auto-magically approve relationships.
Perhaps I'm missing something, but I've looked pretty hard.
Comments
Comment #1
alex.k commentedA fix has been committed - a combination of a typo that prevented the form from showing up in the user profile, and lack of checking for the preference when processing a relationship request. If you can try the -dev release when it's updated and test the feature, it would be great.
Thanks for reporting.