[TYPO3-german] Cal Base Diverse Problematiken / Fragen

Carsten Schwab typo3 at kotelett-club.de
Wed Nov 19 12:23:52 CET 2014


Hallo Paul,
Die Ausgabe für Eventview (aber auch alle anderen) konfigurierst Du in
cal über TS.

Um die Labels zu entfernen einfach die entsprechenden Stellen entfernen,
z.B. so:

plugin.tx_cal_controller {
  view {
    event.event {
      # @description  Content object for the event title
      title = TEXT
      title {
        current = 1
        dataWrap = <h2 class="summary">|</h2>
      }
      dateFormat = %d. %B
      timeFormat = %H:%M
      # @description  Content object for the event start date
      startdate = TEXT
      startdate  {
        current = 1
        dataWrap = |
      }
      # @description  Content object for the event end date
      enddate = TEXT
      enddate {
        current = 1
        noTrimWrap = |<span class="date-hyphen"> –&nbsp;</span>||
        required = 1
        dataWrap = |
      }
      starttime = TEXT
      starttime {
        current = 1
        dataWrap = <span class="cal-starttime">|&nbsp;h</span>
      }
      endtime = TEXT
      endtime {
        current = 1
        dataWrap = <span>–&nbsp;|&nbsp;h</span>
      }
      # @description  Content object for event description
      description =< tt_content.text.20
      description {
        field = description
        required = 1
        dataWrap = <p class="caldescr"></p><div class="description"> |</div>
      }
    }
  }
}

Im TSOB findest Du die entsprechenden Stellen, die Labels stehen immer
zwischen %%% und nochmals %%%.

Gruß


Carsten



More information about the TYPO3-german mailing list