Active
Project:
Content Construction Kit (CCK)
Version:
6.x-2.0-beta
Component:
General
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2008 at 06:17 UTC
Updated:
17 May 2011 at 13:06 UTC
Is it possible in any way to rearrange the help text feature on the individual CCK field so that it in certain cases is shown above and not below the input field? This would be of great help in case of long selection boxes.
Regards,
Svend
Comments
Comment #1
karens commentedCleaning out old issues to prepare for a D6 release, sorry this didn't get handled earlier.
The help text uses the Drupal standard -- below the input field. You can change it the same way you change anything else in Drupal, but overriding the theme for the form.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
coderintherye commentedJust wanted to add to this discussion that the theme function one would use to override this is the theme_form_element function in D5. I wish KarenS had mentioned that in her response.
The API Doc for this function is found at http://api.drupal.org/api/function/theme_form_element/5
Hope that saves someone else a couple hours of searching.
Comment #4
schure commentedWhat function do you have to override in D7? Thanks!
Comment #5
schure commentedYou can use a #markup element to put some text wherever you want. (Thought that's a little advanced.)
Here is the reference
http://api.drupal.org/api/drupal/developer--topics--forms_api_reference....