Feature #2084
Missing possibility to add an event from the day view
| Status: | Closed | Start: | 05/11/2011 | ||
|---|---|---|---|---|---|
| Priority: | Normal | Due date: | |||
| Assigned to: | % Done: | 80% |
|||
| Category: | Configuration | ||||
| Target version: | 1.4.2 |
Description
typo3 4.5.2/ snapshot (cal-1_4-dev-r3050) / standard-Templates
It's not possible to enter an event from the day view. It's only possible from the month view.
History
Updated by Thomas Kowtsch 9 months ago
- Category changed from Frontend Output to Configuration
- Status changed from New to Needs Feedback
- % Done changed from 0 to 50
You can simply add the ###CREATE_EVENT_LINK### marker whereever you want - for example in newDay.tmpl somewhere around line 37
Is this what you're looking for?
Updated by Pierre Nya 9 months ago
Thanks Thomas. Now i have the + symbol on the day view. Only problem is that the time where i click is not taken into account. I still have "&tx_cal_controller[gettime]=0000" in the url.
Updated by Pierre Nya 9 months ago
Found out it's coz of two lines in class.tx_cal_new_timeview.php: 395 and 396. Commenting the two lines adds the actual time to the parameter. Still looking for a solution to get the hour clicked. Look at 2085
Updated by Mario Matzulla 9 months ago
- % Done changed from 50 to 80
added this feature in r3064 -> this is only possible for the day view. In week view we can not distinguish between the different days!
Updated by Pierre Nya 9 months ago
The + symbol is there but the time and time where i clicked is not taken into account. I always get 01.01.1970 and the actual time.
Updated by Mario Matzulla 8 months ago
- Assigned to set to Mario Matzulla
Hi Pierre,
can you confirm your bug with the latest svn version - b/c I can not :(
Updated by Pierre Nya 8 months ago
Thanks Mario. It works fine now. I've noticed that forTodayAndFuture.group in only taken in account in the month view. On the day view, i still cannot enter an event for the actual day.
Updated by Thomas Kowtsch 6 months ago
- Status changed from Needs Feedback to Closed
Closing this for now, Pierre - can you file a separate feature request for 1.5 if required?