Can't see custom input format fields
joachim - June 24, 2008 - 12:21
| Project: | Date |
| Version: | 5.x-2.x-dev |
| Component: | Date CCK Field |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Custom input format options aren't showing in the CCK options.
I see 'Input format' but after that there's 'Years back and forward'.
There is an item in HTML source with the right id, 'edit-input-format-custom', but it's only this:
<input type="hidden" name="input_format_custom" id="edit-input-format-custom" value="" />
#1
Weird, that shouldn't be hidden. I'll investigate.
#2
OK, found it. I ended up hiding the custom format for the date popup widget because there are only a limited set of formats that will work in that popup, so almost anything you typed in there would not work. I forgot that I did that.
You should be able to set a custom input format for any other widget type.
Do you see a missing option for something that ought to be a valid format for the date popup module? If so, I can add it to the list.
#3
Automatically closed -- issue fixed for two weeks with no activity.