typo3,tt_news:多个单视图页面

发布于 2024-12-02 19:47:29 字数 768 浏览 1 评论 0原文

我有一个包含新闻和新闻稿的网站。两者都使用 tt_news。 我希望这些页面有不同的单一视图。

现在,新闻稿页面上的新闻帖子链接到新闻页面单一视图。

按页面网址: http://ucms- Russia.gluteus.se/about-us/ press-about-us/

新闻页面链接网址: http://ucms- Russia.gluteus.se/news/news-post/ 668/

新闻页面网址: http://ucms-Russia.gluteus.se/news/

我想要新闻页面链接url 看起来像这样: http://ucms- Russia.gluteus。 se/about-us/press-about-us/press-post/668/

I have a site that has news and press releases. Both using tt_news.
I want these pages to have different single views.

As it is now the news posts on the press release page links to the news page single view.

Press page url:
http://ucms-russia.gluteus.se/about-us/press-about-us/

Press page link url:
http://ucms-russia.gluteus.se/news/news-post/668/

News page url:
http://ucms-russia.gluteus.se/news/

I want the press page link url to look like this:
http://ucms-russia.gluteus.se/about-us/press-about-us/press-post/668/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟雨扶苏 2024-12-09 19:47:29

我设法找到解决方案。

我将其添加到列出新闻帖子的页面的模板设置中

plugin.tt_news {
    # page with single view
        singlePid = 518
    # page with list view
        backPid = 517
}

I manage to find a solution.

I added this into a template setup for the page that listed the press posts

plugin.tt_news {
    # page with single view
        singlePid = 518
    # page with list view
        backPid = 517
}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文