Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

TypoScript - funzt nicht

Empfohlene Antworten

Hallo Leute,

ich versuche mir gerade Typo3 mit allem drum und dran beizubringen.

Da habe ich gerade ein Problem mit der Version 4.3 von Typo3 und dem TypoScript

seite = PAGE

seite {

  typeNum = 0

  stylesheet = fileadmin/style.css

  meta.AUTHOR = Anton Mueller

  meta.DESCRIPTION = Hier steht die Beschreibung


  10 = TEMPLATE

  10.template= FILE

  10.template.file = fileadmin/vorlage.html

  10.workOnSubpart = DOKUMENT

  10.marks {

  	TRAILER = IMAGE

  	TRAILER.file  =	GIFBUILDER

  	TRAILER.file{

  		XY=797,110

  		backColor = #B0C0D0

  		10 = TEXT

  		10.text.field = title

  		10.fontSize = 100

  		10.fontFile = fileadmin/fonts/arialbi.ttf

  		10.fontColor = #FFFFFF

  		10.niceText = 1

  		10.offset = 10,95

		}

	}

}
Es funzt das Text-selber- machen nicht! Ich komme da nicht weiter. Also diese Stelle
10 = TEXT

  		10.text.field = title

  		10.fontSize = 100

  		10.fontFile = fileadmin/fonts/arialbi.ttf

  		10.fontColor = #FFFFFF

  		10.niceText = 1

  		10.offset = 10,95

Kann mir jemand da vielelicht helfen?

Danke im Vorraus.

KIlling_CHiller.

Bearbeitet von killing_chiller

Die 10 wurde bereits von dir für TEMPLATE verwendet, kann daher nicht noch einmal innerhalb von GIFBUILDER verwendet werden (wenn doch überschreibt sie in diesem Fall TEMPLATE). Da der Text nach dem Einbinden des Templates ausgeführt werden soll, benutze beim zweiten Mal eine Zahl größer als 10, also z. B. 20:

20 = TEXT

  		20.text.field = title

  		20.fontSize = 100

  		20.fontFile = fileadmin/fonts/arialbi.ttf

  		20.fontColor = #FFFFFF

  		20.niceText = 1

  		20.offset = 10,95

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.