There should be a way to alert admins when users apply for roles either through:
- Email Notification
- Message Appearing on Header section
Currently the only way is to check Manage Role applications manually. For a big site, this will be difficult.
Comments
Comment #1
Soren Jones commentedOne solution would be to install Drupal-6-compatible actions and then create an action for the trigger "When a user submits an application for a role".
Comment #2
tborrome commentedThank you!!! that worked! (I marked it as fixed)
Mind if I ask a quick followup question on Actions - do you know what variable i should use to get the site URL?
i tried %site_url, $siteurl, %url, couldn't get it...
thanks again!