[TYPO3-german] cal mit Feldern aus tt_address füllen

Michael Wolfsteiner mische.socialnet at lobolmo.de
Wed Jun 18 18:40:43 CEST 2014


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


More information about the TYPO3-german mailing list