[TYPO3-calendar] yearview and title for allday events

Ryan Kristensen ryankristensen at hotmail.invalid
Thu Jan 12 11:00:11 CET 2012


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?

Regards,
Ryan


More information about the TYPO3-project-calendar mailing list