Mit dem kleinen Code unter euren postVars macht ihr WT Directory SEO-Freundlich.
..
..
'postVarSets' => array (
'_DEFAULT' => array (
// WT Directory
'index' => array(
array(
'GETvar' => '',
),
),
'info' => array(
array(
'GETvar' => 'tx_wtdirectory_pi1[show]',
'lookUpTable' => array (
'table' => 'tt_address',
'id_field' => 'uid',
'alias_field' => 'name',
'addWhereClause' => ' AND NOT deleted',
'useUniqueCache' => 1,
'useUniqueCache_conf' => array (
'strtolower' => 1,
'spaceCharacter' => '_',
),
),
),
array(
'GETvar' => 'tx_wtdirectory_pi1[catfilter]',
),
array(
'GETvar' => 'tx_wtdirectory_pi1[filter][name]',
),
),
'a-z' => array(
array(
'GETvar' => 'tx_wtdirectory_pi1[filter][last_name]',
'valueMap' => array(
'a'=>'a%',
'b'=>'b%',
'c'=>'c%',
'd'=>'d%',
'e'=>'e%',
'f'=>'f%',
'g'=>'g%',
'h'=>'h%',
'i'=>'i%',
'j'=>'j%',
'k'=>'k%',
'l'=>'l%',
'm'=>'m%',
'n'=>'n%',
'o'=>'o%',
'p'=>'p%',
'q'=>'q%',
'r'=>'r%',
's'=>'s%',
't'=>'t%',
'u'=>'u%',
'v'=>'v%',
'w'=>'w%',
'x'=>'x%',
'y'=>'y%',
'z'=>'z%',
),
),
array(
'GETvar' => 'tx_wtdirectory_pi1[pointer]',
),
),
// WT Directory : END
),
),
..
..
#updatet: 04-07-2011