When someone clicks the join button on a site I want them to be added as a collaborator rather than a consumer, any help with this would be appreciated.
Install Firebug in Firefox or us Developer Tools in Chrome. Click the join button and watch for XHR requests to Alfresco. The call will be to a web script to add the user. Locate the web script and look at the code for the web script and modify as required.