Download & Extend

add features intro windows and collapse option for fieldset

Project:Apply for role
Component:Code
Category:feature request
Priority:normal
Assigned:yurtboy
Status:needs review

Issue Summary

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.

AttachmentSize
infowindow.png4.57 KB
frontview.png11.37 KB
apply_for_role.admin_.inc_.patch2.09 KB
apply_for_role.install.patch416 bytes
apply_for_role.module.patch1.13 KB

Comments

#1

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

#2

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

#3

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.

#4

Version:6.x-1.7»

#5

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
nobody click here