[Typo3] Address Directory - problem with country field

Torsten Schrade schradt at uni-mainz.de
Fri Feb 4 07:52:09 CET 2005


Hi Jogvan,				

that's because none of these fields are used by the sp_directory php class. Unfortunately there is no summary at the beginning of directory.tmpl which markers correspond to which fields in tt_address. Here they are:

###NAME###
###DESCRIPTION###
###STREET###
###ZIP###
###CITY###
###PHONE###
###MOBILE###
###FAX###
###WWW###
###EMAIL###
###IMAGE###

So neither country, company or title fields are implemented in class.tx.spdirectory_pi1.php. If you want to use them you will have to add them manually with a marker of your choice to the arrays in this class (it's in /ext/sp_directory/pi1/class.tx_spdirectory_pi1.php).

Good luck,

- Torsten Schrade (schrade)
					



More information about the TYPO3-english mailing list