[TYPO3-german]  lz_gallery - rootline?
    Basti 
    sebastian.schmal at gmx.de
       
    Sat Jan  8 01:03:18 CET 2011
    
    
  
Hallo Liste,
ich verwende für meine normale Rootline auch noch tt_news:
# ----------------------
# Rootline
# ----------------------
lib.breadCrumb = COA
lib.breadCrumb {
   10 = HMENU
   10 {
     special = rootline
     special.range = 1 | -1
     1 = TMENU
     1 {
       noBlur = 1
       expAll = 1
       wrap = |
       NO {
         doNotLinkIt = |*| 0 |*| 1
         #allWrap = |*| | |*| |
         allWrap = | > ||*|| ||*||
       }
     }
   }
}
temp.rootline = COA
temp.rootline {
   wrap = <p>Sie befinden sich hier: |</p>
   10 < lib.breadCrumb
   20 = RECORDS
   20 {
     tables = tt_news
     source.data = GPvar: tx_ttnews | tt_news
     conf.tt_news = COA
     conf.tt_news.20 = TEXT
     conf.tt_news.20.field = title
     conf.tt_news.20.wrap =  > |
   }
}
Funktioniert soweit alles super und wird auch angezeigt.
Nun wollte ich das gleiche für die Galerie bauen und habe in die 
Datenbank geschaut:
tabelle:
tx_lzgallery_galleries
Feld:
title
hab an sowas in der Art gedacht:
   30 = RECORDS
   30 {
     tables = tx_lzgallery_galleries
     source.data = GPvar: tx_lzgallery | tx_lzgallery_galleries
     conf.tx_lzgallery = COA
     conf.tx_lzgallery.20 = TEXT
     conf.tx_lzgallery.20.field = title
     conf.tx_lzgallery.20.wrap =  > |
   }
Funktioniert nicht wirklich.. vllt. weiß jemand wie es richtig aussehen 
muss :)
Danke Euch!
Basti
-- 
------------------------------------------
TYPO3 - TIPS - ANLEITUNGEN - NEWS
unter: http://blog.ingeniumdesign.de/
TYPO3 Agentur Wiesbaden - Frankfurt
unter: http://www.ingeniumdesign.de/
------------------------------------------
    
    
More information about the TYPO3-german
mailing list