Snippets-logo-small
  • TYPO3 Typoscript
  • TYPO3 TSConfig
  • TYPO3 Install Tool
  • TYPO3 allg
  • Git
  • Javascript - JQuery
  • Unix
  • css
  • regular expressions
  • php
  • SQL
  • Ruby on Rails
  • root template
  • mainconfig
  • Navigation
  • impressum tan3
  • conditions
  • tt_content
  • +ext indexed search
  • +ext lumogooglemap
  • +ext realurl
  • +ext sr_language_menu
  • +ext tt_news
  • +ext felogin
  • https
  • Fancybox
  • rss feed
  • scriptmerger
  • Teaserbild aus dem Feld Dateien
  • Standard Mailformular
  • Standard Suche
  • Inhaltselement(e) per Typoscript...
  • logo verlinken
  • Sitemap
  • Bilderbreiten definieren
  • RTE
  • logout button
  • Abfragen
  • meta
  • Anzahl CEs ermitteln
  • Google Tags
  • Socialbuttons (Facebook, Twitter)

Inhaltselement(e) per Typoscript einbinden

  • Mehrere Inhaltselemente per Typoscript einbinden (so gemacht auf www.arbeitsmedizin-rogall.de) 

    1
    2
    3
    4
    5
    6
    7
    8
    9
    
    lib.address = CONTENT
    lib.address {
        table = tt_content
        select {
                pidInList = 120        
                uidInList = 123,124
            orderBy = uid desc          
        }
    }
    
    by olli
  •  

    1
    2
    3
    4
    5
    6
    7
    8
    
    lib.footer = COA
    lib.footer {
      10 = RECORDS
      10 {
        tables = tt_content
        source = 1018   
      }
    }
    by stefan
  • Alle Inhaltselemente der Seite 144 aus der Spalte "normal" 

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    
    lib.marginContent = CONTENT
    lib.marginContent {
      table = tt_content
      select {
        pidInList = 144
        orderBy = sorting
        where = colPos=0
      }
      wrap = <div class="blah">|</div>
    }
    by olli
This site is made by tan3