[Typo3-UG Italy] js ticker

Paolo Nugnes paolonu
Thu Nov 4 14:30:25 CET 2004


Ciao ragazzi,

sono impazzito per una settimana a cercare di integrare l'estensione 
cmjsticker nel mio template ma non c'è verso. Mentre inserendolo da Web>Page 
funziona a meraviglia.

Ho messo un typoscript object path da templavoila chiamato lib.scrollingnews 
e poi, nel setup:
-----------------------------------------------
lib.scrollingnews =< plugin.tx_cmjstickernews_pi1
lib.scrollingnews {
  tickerStyle = horizontal
  tickerClass = ticker
  tickerBgcolor = #ffffff
  tickerWidth = 400
  tickerHeight = 15
  tickerSpeed = 2
  tickerTarget = _top
}

# Default PAGE object:
page = PAGE
page.typeNum = 0
page.10 = USER
page.10 {
    userFunc = tx_templavoila_pi1->main_page
}
page.20 = USER
page.20 {
    userFunc = tx_cmjstickernews_pi1->make_ticker    # I even tried
"make_ticker_inline" but with no success

    # prefix for direct tt_news item links
    # set up a news details page (code=SINGLE) with an extension template
    # that sets the correct backPID value to a news overview page!
    # tickerItemLinkPrefix =
http://your.domain.tld/newsfeeddetail.html?tt_news=

    # select news from these tt_news sysfolders, default=all
    newsPidList = 2

    # which news categories to show, default=all
    #newsCatList = 1,2,3,5

    # how many items are shown, default=all
    newsItemCount = 5

    # SQL sorting by tt_news field name, default=no ordering
    #newsItemOrderBy = crdate DESC
}
-----------------------------------------------
ma sembra non funzionare affatto.

Nell'html viene inserito un marker di inizio e fine plugin ma con niente 
all'interno.

Avete suggerimenti da darmi?

Grazie
Paolo 





More information about the TYPO3-UG-italy mailing list