[TYPO3-german] Re: tx_news (G. Ringer): Frage zu List und Detailansicht auf einer (mehrerer) Seite(n)

Martin martinstockffm at googlemail.com
Mon Aug 19 22:18:03 CEST 2013


Selbst das hier klappt auch nicht:

lib.news = USER
lib.news {
                userFunc = tx_extbase_core_bootstrap->run
                pluginName = Pi1
                extensionName = News
                controller = News
                settings =< plugin.tx_news.settings
                persistence =< plugin.tx_news.persistence
                view =< plugin.tx_news.view
}

lib.news_detail < lib.news
lib.news_detail {
                action = detail
                switchableControllerActions.News.1 = detail
}

lib.news_list < lib.news
lib.news_list {
                action = list
  
  switchableControllerActions {

    News {

      1 = list

    }

  }

  settings < plugin.tx_news.settings

  settings {

    categories = 2

    limit = 30

    detailPid = 

    startingpoint = 11

    

  }
  
        
  
  
}



[globalVar = GP:tx_news_pi1|news > 0]
        page.10.marks.content < lib.news_detail
[else]
        page.10.marks.content < lib.news_list
[end]



More information about the TYPO3-german mailing list