Hi Dave
I tried inserting the following after the code you mentioned
'lookUpTable' => array(
'table' => 'tx_wecstaffdirectory_info',
'id_field' => 'uid',
'alias_field' => 'name',
'addWhereClause' => ' AND NOT deleted',
'useUniqueCache' => 1,
'useUniqueCache_conf' => array(
'strtolower' => 1,
'spaceCharacter' => '-',
),
),
But when I click on the "staff" page to have all staff listet, I get the details of the first person with uid 1. It does not list the staff, it goes directly to showing the details.
Do you know what I have done wrong?
Søren