TYPO3: tt_news LIST and SINGLE at the same page
The following TS code enables the feature of showing the tt_news list and the tt_news single view at the same page.
- # Clear the code field
- # Prevent indexing of the LIST view
- config.index_enable = 0
- [globalVar = GP:tx_ttnews|swords = ]
- # Do nothing (reverse hack)
- [else]
- # Set code to SEARCH if swords (search is done) exists
- [end]
- [globalVar = GP:tx_ttnews|tt_news > 0]
- # Set code to SINGLE, if the GETvar tx_ttnews[tt_news] exists
- # Enable indexing of the SINGLE view
- config.index_enable = 1
- [global]
Related Articles:
- TYPO3: Setting up secondary language
- TYPO3: Changing the tt_news template markup
- TYPO3: Add tt_news LATEST as TypoScript Object
- TYPO3: Setting XHTML 1.1 DOCTYPE
- TYPO3: Making a simple menu as an unordered list in XHTML
- TYPO3/TypoScript: How to add Page Updated Timestamp
- TYPO3: Copyright Notice with Automatic Year Update and Secondary Language Support
- TYPO3: XHTML Valid 3 Level Menu in Typoscript
- TYPO3: How to make a path/breadcrumb in typoscript
code = list tt_news language • tt_news list und single eine seite • globalvar = gp:tx_ttnews search • tt_news single page • tt_news single browser • tt_news latest without single • tt_news list • tt news last news in single view • tt_news template single • index_enable typo3 • typo3 ttnews list search view problem • tt_news single und list auf einer seite • tt_news on same page • ts code to display single news with tt_news in typo3 • globalvar gp • typo3 globalvar else • tt_news 3 0 single and list • globalvar typo3 error • tt_news single letzter artikel • tt_news latest more single • tt_news single as tooltip • tt_news google calendar • tt_news single und list auf einer seite ausblenden • typo3 tt_news list und single auf einer seite • tt_news list links • tt_news 3 0 list and single auf der gleichen seite • tt_news swords • tt_news display swords • typo3 tt_news list and single one page • typo3 single view und list view • tt_news list and single at the same page • typo3 news list oder single • typo3 set globalvar • globalvar tt_news • list and single at the same page • typo3 user gp • tt_news facebook like • tt_news single show recent • [globalvar = gp:tx_ • typo3 latest und list at the same page • typo3 globalvar else else • tt_news first single • typo3 tt_news show latest on single • [globalvar = gp: • typo3 tt_news list and latest same page • • files: tt_news single • tt_news single list • typoscript code = single not working • typo3 tt_news if single • tt_news singleview maxwidth • like button in tt_news • two tt_news one page • typo3 tt_news list und latest auf einer seite • tt_news maxwidth • tt_news browseresults prev • single view at the same page where the list is • set gp:tx_ttnews • typo3 indexing tt_news single view • tt_news single and list in the same page • timtab_embeddedvideo tt_news single • code = list tt_news language • tt_news list und single eine seite • globalvar = gp:tx_ttnews search • tt_news single page • tt_news single browser • tt_news latest without single • tt_news list • tt news last news in single view • tt_news template single • index_enable typo3 • typo3 ttnews list search view problem • tt_news single und list auf einer seite • tt_news on same page • ts code to display single news with tt_news in typo3 • globalvar gp • typo3 globalvar else • tt_news 3 0 single and list • globalvar typo3 error • tt_news single letzter artikel • tt_news latest more single • (15.9241 ms)






about 3 years ago
Thanks, great tip.
about 2 years ago
Thanks a lot, saved me a lot of work!