Die TYPO3 Mailingliste - nicht fragen: lesen!
This is a discussion on [TYPO3] Help: tt_news backpid not going to monthly archive (usingrealurl) within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Hello list, I'm using realurl and tt_news on my web site. My frontpage shows a latest list of news. ...
|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
Hello list,
I'm using realurl and tt_news on my web site. My frontpage shows a latest list of news. The problem is that single-news page shows the back pid of the the monthly archive and I want it to be the home page, or alternatively the complete archive. Details follow. I appreciate your help. Thank you. Example single news url: http://www.smachado.com/news-single/...ts-page-added/ Example back url: http://www.smachado.com/home/archive/2006/september/ My tt_news constants: plugin.tt_news.archiveTypoLink.parameter = 50 plugin.tt_news.useHRDates = 1 # this is the home page plugin.tt_news.backPid = 2 My tt_news setup: plugin.tt_news { dontUseBackPid = 1 useHRDatesSingle = 1 useHRDatesSingleWithoutDay = 0 } My realurl setup: $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array( 'init' => array( 'enableCHashCache' => 1, 'appendMissingSlash' => 'ifNotFile', 'enableUrlDecodeCache' => 1, 'enableUrlEncodeCache' => 1, 'respectSimulateStaticURLs' => 0, 'postVarSet_failureMode'=>'redirect_goodUpperDir', ), 'redirects_regex' => array ( ), 'preVars' => array( array( 'GETvar' => 'no_cache', 'valueMap' => array( 'no_cache' => 1, ), 'noMatch' => 'bypass', ), array( 'GETvar' => 'L', 'valueMap' => array( 'en' => '0', 'pt' => '1', ), 'noMatch' => 'bypass', ), ), 'pagePath' => array( 'type' => 'user', 'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main', 'spaceCharacter' => '-', 'languageGetVar' => 'L', 'expireDays' => 7, 'rootpage_id' => 1, ), 'postVarSets' => array( '_DEFAULT' => array( // news archive parameters 'archive' => array( array( 'GETvar' => 'tx_ttnews[year]' , ), array( 'GETvar' => 'tx_ttnews[month]' , 'valueMap' => array( 'january' => '01', 'february' => '02', 'march' => '03', 'april' => '04', 'may' => '05', 'june' => '06', 'july' => '07', 'august' => '08', 'september' => '09', 'october' => '10', 'november' => '11', 'december' => '12', ) ), array( 'GETvar' => 'tx_ttnews[day]' , ), ), // news pagebrowser 'browse' => array( array( 'GETvar' => 'tx_ttnews[pointer]', ), ), // news categories 'select_category' => array ( array( 'GETvar' => 'tx_ttnews[cat]', ), ), // news articles and searchwords 'article' => array( array( 'GETvar' => 'tx_ttnews[tt_news]', 'lookUpTable' => array( 'table' => 'tt_news', 'id_field' => 'uid', 'alias_field' => 'title', 'addWhereClause' => ' AND NOT deleted', 'useUniqueCache' => 1, 'useUniqueCache_conf' => array( 'strtolower' => 1, 'spaceCharacter' => '-', ), ), ), array( 'GETvar' => 'tx_ttnews[swords]', ), ), ), ), 'fileName' => array( //'defaultToHTMLsuffixOnPrev'=>1, 'index' => array( 'rss.xml' => array( 'keyValues' => array( 'type' => 100, ), ), 'rss091.xml' => array( 'keyValues' => array( 'type' => 101, ), ), 'rdf.xml' => array( 'keyValues' => array( 'type' => 102, ), ), 'atom.xml' => array( 'keyValues' => array( 'type' => 103, ), ), ), ), ); -- Sérgio Machado | www.smachado.com PLAY WEZZLES!!! | www.smachado.com/wezzles _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3-shop] backPID in Single view | Karsten | typo3-project-tt-products@lists.netfielders.de | 8 | 21.02.2008 14:09 |
| [TYPO3-ttnews] Archive Menu | Paul Vetch | typo3-project-tt-news@lists.netfielders.de | 2 | 05.06.2007 01:34 |
| [TYPO3-ttnews] Archive Date not showing in BE | Remco Zwaan | typo3-project-tt-news@lists.netfielders.de | 1 | 03.04.2007 22:03 |
| [TYPO3] tt_news archive date as page title? | Julian [JRK Software] | typo3-english@lists.netfielders.de | 2 | 12.02.2007 13:13 |
| [TYPO3-german] tt_news Archive Date und Hide im Backend weg | Stefan Rothenbuehler | typo3-german@lists.netfielders.de | 0 | 17.01.2007 15:21 |