[Typo3-dev] advCalendar - Categories and timescope
Leendert Brouwer [Netcreators]
leendert at netcreators.nl
Mon Sep 13 17:03:33 CEST 2004
Hi Dirk,
"Dirk Heitzmann" <typo3.dirk at c-wd.de> wrote in message
news:mailman.109.1095086256.17241.typo3-dev at lists.netfielders.de...
>Hi list
>your users wanna use the advCalendar with many Categories.
>
>The Problem is, ...
>1. if you choose a category in the current month and you go back=
> one month, typo3 'lost' the category.
>2. if you are looking at the month before i.e. and choose a category,=
> typo3 shows only this category, but only of the current month.
Here's a quick hack if you need it immediately.
Add this to the getLinkUrl() function in the plugin class (before the
while-loop).
$queryString["tx_advCalendar_pi1[category]"] =
($_GET['tx_advCalendar_pi1']['category'] ?
$_GET['tx_advCalendar_pi1']['category'] : "");
I believe I already contacted the calendar authors once, but I didn't get a
response. Maybe it's time someone takes over the extension to make bugfixes
like this.
regards,
Leendert
More information about the TYPO3-dev
mailing list