tt-news

TYPO3 6.1.7 news details urls with parameters get thrown to 404 page

不问归期 提交于 2020-01-17 02:43:05
问题 I have the following problem on a TYPO3 6.1.7 installation: on the news details page, when trying to add some parameters to the url, i get thrown to the 404 page . So if i have a url of type : [my_site]/typo3_6.1.7/examples/tt-news/news-details/?tx_ttnews[tt_news]=3&cHash=9011f9244c0a445bc1409ee0ef137d54 and i try to add any parameter after cHash (for example some_param=123), it goes to the 404 page with a 404 redirect code. We would need this functionality for accessing the news details page

php script is parsing content from RTE (tt_news) but internal links are not appearing as speaking url

纵然是瞬间 提交于 2019-12-11 02:03:12
问题 I have a news article with internal links. In the RTE I see links like http://www.yourdomain.com/?id=3 in the html text mode. The problem is that this link also appears on the frontend. RealURL should convert this link to something like http://www.yourdomain.com/products/ The content of RTE is currently parsed like this $parseObj = t3lib_div::makeInstance('t3lib_parsehtml_proc'); $txt = $parseObj->TS_links_rte($result['bodytext']); $txt = $parseObj->TS_transform_rte($txt); I read that I

tt_news and RealURL: shorten URL of news article

自古美人都是妖i 提交于 2019-12-08 05:36:17
Currently the URL for a news article looks like www.domain.com/path/to/page/news/news-detail/article/articlename Is there a way to shorten this URL? E.g. missing out article or news-detail? In the RealUrl-Configuration there is the array article but I don't know if I can change this for example to news-detail ... Do you have some ideas? I'm using Typo3 4.5.5, realurl 1.11.2 and tt_news 3.0.1. If you want to exclude the keywords indicating a new part of the rewritten url, use fixedPostVars : 'fixedPostVars' => array( '123' =>array( array( 'GETvar' => 'tx_ttnews[tt_news]', 'lookUpTable' => array

tt_news and RealURL: shorten URL of news article

混江龙づ霸主 提交于 2019-12-08 03:47:29
问题 Currently the URL for a news article looks like www.domain.com/path/to/page/news/news-detail/article/articlename Is there a way to shorten this URL? E.g. missing out article or news-detail? In the RealUrl-Configuration there is the array article but I don't know if I can change this for example to news-detail ... Do you have some ideas? I'm using Typo3 4.5.5, realurl 1.11.2 and tt_news 3.0.1. 回答1: If you want to exclude the keywords indicating a new part of the rewritten url, use