instructions settings

hedac - July 21, 2009 - 18:29
Project:Apply for role
Version:6.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Description

feature request: in settings.. to be able to add a description or instructions that would appear in the Apply for role page.. so users can read and understand the instructions before apply for role.

#1

hedac - July 21, 2009 - 19:28

also if selected the option to include apply for role in registration page... the description should have to appear there too. Or even better: an alternative description available for that.

#2

BenK - August 24, 2009 - 00:58

+1 for this feature

#3

julianna - September 29, 2009 - 21:33

I also think this would be helpful. It would be useful as an HTML-friendly text area, so that we can link to a page about the accounts, or just provide the information directly in the field.

#4

julianna - September 29, 2009 - 21:45

Here's a temporary workaround:

1. Open apply_for_role.module
2. Find '#title' => variable_get('apply_for_role_multiple', 0) ? t('Select a role or roles') : t('Select a role'),
3. Add a line break after this text
4. Add the following (watch the comma at the end!):

    '#description' => t('Enter the help text you want to show here. This will display under the list of selectable roles. Make sure you keep the quotes.'),

5. Reupload the file.

#5

bmblack - December 4, 2009 - 20:19

This method works for me if the user is logged in and chooses to apply for a role. It does not work however when a user is applying for a role upon registration. The text does not show up below the roles on the registration form.

Any suggestions?

AttachmentSize
registration.jpg 75.38 KB
 
 

Drupal is a registered trademark of Dries Buytaert.