further form block customization needed , guests should really see limited options (you can do that with filter module but thats a temporary solution - not so safe )
also ability to customize HTML Markup produced [ input id's, title's e.t.c ]
still in -dev????
Comments
Comment #1
gkatsanos commentedCould i theme Form Block ? [not style it with CSS]
Comment #2
mikey_p commentedSpecifically, do you want a theme function that you can override just for each block? Normal form theme techniques should apply.
See http://drupal.org/node/112358 perhaps?
Or do you want to use hook_form_alter on the form?
Let us know what you are trying to change.
Comment #3
gkatsanos commentedI want to be able to change
<input type , (i.e. default buttons to images ) , add title="..." , onblur=".." , onfocus="..." , to them , remove labels.. things like that!Comment #4
gkatsanos commentedi just saw that i hadnt enclosed to code tags the input html stuff and they didnt appear in my message!!!:( and i was waiting for an anwer. lol! need some sleep. hope i didnt lose you guys
Comment #5
gkatsanos commentedANYONE PLEASE???
Comment #6
mikey_p commentedWell in terms of changing buttons to images, I would recommend doing this via CSS. Anything with removing labels or such would best be accomplished with a helper module implementing hook_form_alter, if what you need to do isn't viable via CSS.
http://api.drupal.org/api/function/hook_form_alter/6 or http://api.drupal.org/api/function/hook_form_alter/5
Hope this helps.
Comment #7
gkatsanos commentedI see what you mean but i find it a bit disturbing that i should know the API and PHP in order to change some simple markup :(
it seems a real pain in the *** ! i hate this stuff is hardcoded
Comment #8
mikey_p commented