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:&nbsp;|</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 = &nbsp;&gt;&nbsp;|
  }
}


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 = &nbsp;&gt;&nbsp;|
  }

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/

------------------------------------------
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an