Posted by hedac on July 21, 2009 at 6:29pm
| Project: | Apply for role |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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.
Comments
#1
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
+1 for this feature
#3
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
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
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?
#6
I think it would be helpful to allow a description next to each role available also, so: -
For example ...
#7
also see #577362: Add description column to roles page