Hallo,
ich möchte im cal Modul Organizerloader gerne Felder aus tt_address nutzen. Nun 
habe ich folgendes gebastelt.

Im Setup des Templates
plugin.tx_cal_controller{
 module.organizerloader {
   organizer_first = TEXT
   organizer_first {
     # inject the value from the DB
     current = 1
     # or use a special field from the DB
     field = first_name
   }
   organizer_last = TEXT
   organizer_last {
     # inject the value from the DB
     current = 1
     # or use a special field from the DB
     field = last_name
   }
 }

und in modul_organizerloader.tmpl
<!-- ###NAME_DATA_LOOP### start -->
###COMPANY###<br />###TITLE### ###ORGANIZER_FIRST### ###ORGANIZER_LAST###
<!-- ###NAME_DATA_LOOP### end -->

Company und Title werden korrekt ausgegeben, aber Vor- und Nachname nicht.

Wo liegt der Fehler?

Danke und viele Grüße
Michael
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an