I attached a screen shot or two as well.
Basically this gives admin the ability to add an intro message to the fieldset in the registering page.
Also it sets the option should the fieldset be collapsed by default. But I need to finish that since it sent the intro field out of the fieldset.

Comments

yurtboy’s picture

Note the attached screenshots
infowindow is the window the admin can type the message in.
frontview is where it appears on the registration page.

Soren Jones’s picture

Thank you! I'm sorry that I haven't had a chance to look at this yet, but I will.

yurtboy’s picture

I added one more line cause for some reason the user when they edited say their password or theme would then lose the roles..
ln 223
Validation

case 'validate':
      if ((variable_get('apply_for_role_register', 0) == 2) && (empty($edit['rid'])) && user_is_anonymous() ) {

I added the user_is_anonymous() so it does not mess with the user if they are already a member of the site.

Soren Jones’s picture

Version: 6.x-1.7 »
Soren Jones’s picture

Title: Would like to offer patch to add features Intro windows and later collapse option for fieldset » add features intro windows and collapse option for fieldset
Status: Active » Needs review
jnicola’s picture

Version: » 6.x-1.x-dev
Issue summary: View changes
Status: Needs review » Closed (won't fix)

custom intro message not associated with this module in the registration page is a whole nother ball of wax not associated with the purpose of this module.