Attached is a gzip file that contains a complete port of the event module for drupal 5.0 rc1.
| Comment | File | Size | Author |
|---|---|---|---|
| event-5.0-rc1.tar.gz | 172.52 KB | swood |
Attached is a gzip file that contains a complete port of the event module for drupal 5.0 rc1.
| Comment | File | Size | Author |
|---|---|---|---|
| event-5.0-rc1.tar.gz | 172.52 KB | swood |
Comments
Comment #1
t.a. barnhart commentedi know i'm mixing versions here, but i'm desperate. i tried Event 5.0rc1 with D5.0, and got mixed results.
the calendar works.
the supplied Event content type works
i cannot make my own content type that works with it. the "use with calendar views" buttons are there, but when you try to create an event, you do not get the date/time selectors.
i can use the generic Event for a while, but CCK-based events are necessary.
pretty please with sugar on top. thanks.
Comment #2
massimoi commentedI've found two small bugs in rc1:
The month and hour select list are RESET on Edit (in 24hrs format) because of PHP date() settings.
You should replace the following lines of event.module
line 1437 should read: $hour_format = t('G'); //replace 'H' with 'G'
line 1454 should read: '#default_value' => _event_date('n', $timestamp, $offset) //replace 'm' with 'n'
Comment #3
sunPatch seems to need work.
Comment #4
sunhttp://drupal.org/node/93988 has been marked as duplicate of this issue.
Comment #5
sunMarking as duplicate of http://drupal.org/node/109982.
Sorry for spamming. Event issue queue is quite messed up.