hiding cck field "date"
Micha1111 - February 1, 2008 - 14:56
| Project: | Formfilter |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Micha1111 |
| Status: | patch (code needs work) |
Description
I tried to hide a cck field "date" (select lists for day / month / year) .
So I checked the three checkboxes Hide day , Hide month , Hide year.
But after saving, only the select list for day is hidden.

#1
I just ran into this too - adding 'date_combo' to formfilter_supported_types() seems to do the trick (although it displays "Hide 0" rather than "Hide fieldname".
#2
Might as well put in a patch...
#3
The patch didn't work for me. Any idea why?