[TYPO3-english] realUrl - tx_news [OverwriteDemand][categories] with realUrl not working

Georg Ringer typo3 at ringerge.org
Mon Sep 30 06:09:24 CEST 2013


Hi,

it works now on my page
-------
			'category' => array(
				array(
					'GETvar' => 'tx_news_pi1[overwriteDemand][categories]',
					'lookUpTable' => array(
						'table' => 'tx_news_domain_model_category',
						'id_field' => 'uid',
						'alias_field' => 'title',
						'addWhereClause' => ' AND NOT deleted',
						'useUniqueCache' => 1,
						'useUniqueCache_conf' => array(
							'strtolower' => 1,
							'spaceCharacter' => '-',
						),
					),
				),
			),
---------------

Georg


More information about the TYPO3-english mailing list