[TYPO3-english] wec_staffdirectory realurl select department to view

Michel den Dulk micheldendulk at gmail.com
Tue Oct 12 11:46:11 CEST 2010


Hello,
For the real configuration i have the names correctly resolved, what was 
in the manual. But when i use the "Show Department Selector" then the 
Department is nog shown in the url, does anyone know what real code i 
have to insert?
This is what i have for the names:
'653' => array (
	        array (
	            'GETvar' => 'tx_wecstaffdirectory_pi1[curstaff]',
	            'lookUpTable' => array(
	                 'table' => 'tx_wecstaffdirectory_info',
	                 'id_field' => 'uid',
	                 'alias_field' => 'full_name',
		       	 'addWhereClause' => ' AND NOT deleted',
			 'useUniqueCache' => 1,
			 'useUniqueCache_conf' => array(
				'strtolower' => 0,
				'spaceCharacter' => '_',
		          ),
		      ),
	      	    ),
		),
Greetings,
Michel


More information about the TYPO3-english mailing list