Option to Suppress User Profile Field Comments
SiteMaster.Serv... - June 11, 2009 - 05:51
| Project: | Form Block |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Can you consider adding a tick-box to activate/suppress the comments displayed with User Profile Fields.
For a clean/lean registration form block, these should not be shown.
It currently requires customising the theme to "suppress" (zero-size) these (don't want to touch the code for maintainability)
Thanks

#1
I'd recommend looking into hook_form_alter, or using CSS to clean this up, as it's a bit detailed to put into a general purpose module.