Closed (fixed)
Project:
Apply for role
Version:
7.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Reporter:
Created:
21 Jul 2009 at 18:29 UTC
Updated:
23 Nov 2014 at 06:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
hedac commentedalso 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.
Comment #2
BenK commented+1 for this feature
Comment #3
julianna commentedI 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.
Comment #4
julianna commentedHere'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!):
5. Reupload the file.
Comment #5
bmblack commentedThis 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?
Comment #6
browlands commentedI think it would be helpful to allow a description next to each role available also, so: -
For example ...
Comment #7
browlands commentedalso see #577362: Add description column to roles page
Comment #8
jnicola commentedMakes sense to add this as a feature request in 7.x
Comment #9
jnicola commentedThis seems easy enough to implement, and we can have some default text there to begin with. Seems sensible enough that I think I can add this all in some time.
Comment #10
jnicola commentedI've pushed a resolution for this to the dev branch.
Essentially, there is now a text area you can fill out in the administrative settings, and it sets a value. If the value is present, it adds text in a wrapped element at the top of the form. Due to the way this module is structured, the description is there for both block and page display of the application.