[TYPO3-english] COOLURI 1.0.23 and CAL

Joe Berger joe.berger at gmx.de
Wed Apr 13 12:08:59 CEST 2011


Hi,

With the newest version COOLURI I get the following problem:


Instead of 

veranstaltungen/ort/3.html?tx_cal_controller[getdate]=20110413"

I get 

veranstaltungen/ort/3.html?tx_cal_controller[getdate]=20120413"

And the print link gets an unwanted attachement

<div id="print_link"><a
href="home.html?type=98&tx_cal_controller[getdate]=20120405"
target="_blank">Druckversion</a></div>

instead of

<div id="print_link"><a href="home.html?type=98"
target="_blank">Druckversion</a></div>

.

With COOLURI 2.0.21 this problem doesn't exist.


Here is my configuration:

 (...)
  <uriparts>
  (...)
	<part after="-">
		<parameter>tx_cal_controller[year]</parameter>
	</part>
	<part after="-">
		<parameter>tx_cal_controller[month]</parameter>
	</part>
	<part>
		<parameter>tx_cal_controller[day]</parameter>
	</part>
	<part>
		<parameter>tx_cal_controller[category]</parameter>
		<lookindb>
			<to>SELECT title FROM tx_cal_category WHERE uid=$1</to>
			<translatetoif>
				<match>^[0-9]+$</match>
			</translatetoif>
			<urlize>1</urlize>
		</lookindb>
	</part>
	<part>
		<parameter>tx_cal_controller[uid]</parameter>
		<lookindb>
			<to>SELECT title FROM tx_cal_event WHERE uid=$1</to>
			<translatetoif>
				<match>^[0-9]+$</match>
			</translatetoif>
			<urlize>1</urlize>
		</lookindb>
	</part>
	<part>
		<parameter>tx_cal_controller[location]</parameter>
		<lookindb>
			<to>SELECT name FROM tx_cal_location WHERE uid=$1</to>
			<translatetoif>
				<match>^[0-9]+$</match>
			</translatetoif>
			<urlize>1</urlize>
		</lookindb>
	</part>
  </uriparts>
    
  <predefinedparts>
  (...)
	<part>
		<parameter>tx_cal_controller[view]</parameter>
	</part>
	<part>
		<parameter>tx_cal_controller[lastview]</parameter>
	</part>	
	<part>
		<parameter>tx_cal_controller[type]</parameter>
	</part>
</predefinedparts>
  
(...)



Thanks for any hints.

Kind regards

Thomas


More information about the TYPO3-english mailing list