[TYPO3-calendar] yearview and title for allday events

Mario Matzulla mario at matzullas.de
Thu Jan 12 20:11:02 CET 2012


Hi Ryan,

Am 12.01.12 11:00, schrieb Ryan Kristensen:
> Hi.
>
> I have a problem with the year view. It doesn’t seem to print the title
> for the allday events. Regular event with start and end time works fine.
>
> In a default installation (1.4.2 with Typo3 4.5.10) this is the
> year-view output for one day with an allday event:
>
> <td class="day weekday3 withEventDay monthOff"><span><a
> href="index.php?id=4&amp;tx_cal_controller%5Byear%5D=2012&amp;tx_cal_controller%5Bmonth%5D=02&amp;tx_cal_controller%5Bday%5D=01&amp;cHash=28f2f5870ce1b0c744f069ecd12b0b6a"
> title="Day View" class="url">1</a> <span class="popup"><ul>
> </ul></span></span></td>
>
> And this is the output for a regular event:
>
> <td class="day weekday4 withEventDay monthOff"><span><a
> href="index.php?id=4&amp;tx_cal_controller%5Byear%5D=2012&amp;tx_cal_controller%5Bmonth%5D=02&amp;tx_cal_controller%5Bday%5D=02&amp;cHash=3da5df36255515f0fd6953462a670823"
> title="Day View" class="url">2</a> <span class="popup"><ul>
> <li>Test</li>
> </ul></span></span></td>
>
> An example can be found here:
> http://typo3.ryankristensen.com/index.php?id=4
> the 1st of february is an allday event.
>
> How do I make it write the title (<li>###TITLE###</li>) for allday
> events in year-view?

Please have a look at the TEMPLATE_PHPICALENDAR_EVENT_YEAR_ALLDAY 
subpart of the event_model.tmpl. Second, please check the 
year.event.alldayTitle typoscript configuration

Regards,
Mario
>
> Regards,
> Ryan



More information about the TYPO3-project-calendar mailing list