问题标签 [tx-news]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
typo3 - 某些页面在不是默认语言时非常慢
当我请求另一种语言的页面时,服务器响应非常慢。在 defaultLanguage 中它很快。
只有配置了多语言(单树)的页面速度很慢。但目前内容是 defaultLanguage 的 1:1 副本。而且只有具有 tx_news 插件列表视图的页面很慢。
我该如何调试呢?是什么原因造成的?
typo3 - More than one resource for tx_news TYPO3
i have more then one news resource folder in my typo3. My question: Can i use all of them in tx_news?
I want to build a news summary page of all these folders.
Thank you for your help!
Owi
typo3 - tx_news starttime 和 endtime 不起作用
我使用 tx_news 2.3.0 发布文章。我们在页面上做了一些更改(但 tx_news 没有更新),从那时起,news-article 的 starttime 和 endtime 表现得很奇怪:
似乎一切正常,延迟约 18 天。因此,如果我将 starttime 设置为 NOW,则文章将在 18 天内发布。如果我将其设置为 NOW-18DAYs,它将在今天发布。与结束时间相同。如果我将 endtime 设置为 NOW-19DAYs,那么文章就会发布。如果我将其设置为 NOW-17DAYs,则不再发布该文章。
我检查了服务器上的日期。当我使用开始时间和结束时间时,正常内容也会正确发布。同样在后端,文章上有一个小时钟,它是正确的(没有奇怪的延迟)。那会是什么?
typo3 - 在布局中创建 tx_news 搜索表单
我想在每个页面上创建 tx_news 搜索表单。所以我尝试将其放入布局中:
问题是,{search}
当网站上没有搜索插件时,它没有定义。
当有一个搜索插件{search}
看起来像这样:
我是否能够以某种方式直接在布局中创建它,或者在每个页面上都有搜索表单的最佳方式是什么?
translate - TYPO3 CMS:tx_news:如何更改列表视图中的标签?
--
你好!
我使用 TYPO3 CMS 6.2.9 和多功能新闻系统 (tx_news)。对于我的用户(编辑),我只允许在我的特定 sys 文件夹中添加新的新闻记录。这是我的 sys 文件夹的 pageTSconfig:
有用。
但是我如何翻译标签,例如德语: List-View for my Editor 中的“Artikel”和“Nachrichten-Tag”。我在分机中找不到这些字符串。新闻文件夹(typo3config/ext/news)。在这种情况下,我不会将 tx_news 用于 NEWS,因此不会混淆我的后端用户(编辑器);)
我在谈论这个列表视图:
我可以通过 TCEFORM 翻译所有其他标签
但不是列表视图中的标签。
谢谢你的帮助。
typo3 - Tx_News_ViewHelpers 生成指向相同错字的另一个站点的链接3
我想创建一个指向新闻详细信息页面的链接,但是这个新闻详细信息页面位于另一个 URL 上(两个页面都在同一个typo3-installation 中)。
例如,我在 www.domain 1 .com 上列出新闻文章,详细页面的链接应为 www.domain 2 .com/article/123(article/123 就是 RealURL 构建链接的方式)。
现在链接是在 News/Partials/List/Item.html 中使用此代码生成的
但这会生成一个指向:www.domain 1 .com/article/123 的链接。
最好是新闻查看器自动确定新闻文章的来源(新闻容器的位置),但如果我可以手动说出它应该采用哪个 URL,那也很好。
typo3 - News 3.0.1 - custom templates
Since I upgraded to Typo3 6.+, I've had a lot of hard times to get my custom templates/partials to work under a custom extension extended from News 3.0.1.
Of course I ran through the documentation : http://docs.typo3.org/typo3cms/extensions/news/stable/singlehtml/#changing-paths-of-the-template
But I don't get it, I tried to use the typoscript from the documentation into my setup and constants, but I can't get it to work --> the default templates/partials from ext:news are the ones that show up all the time.
Here is my Configuration (setup) :
This code worked for me in the past with previous versions of News and Typo3, now I just don't get it.
Any help of some sort would be very much appreciated. Thank you.
typo3 - how to sort articles randomly in tx_news?
I search a way to randomize the order of tx_news article.
Is it possible without changing the NewsRepository.php?
If not, what would be the best way to add a random order?
typo3 - 如何在 Typoscript 中获取页面类别(并与 tx_news 一起使用)
我想读出页面的系统类别以进一步与 tx_news 一起使用(显示与页面具有相同类别的新闻 - 因为 tx_news 正在使用系统类别)。
我正在寻找一个本机解决方案,希望通过 getText,类似于:
plugin.tx_news.settings.categories.data = page:categories
但这似乎还不存在
另外,我尝试使用 sys_category_records_mm 来简化查询,其中包含该案例所需的所有信息,但 TYPO3 抱怨“$TCA 数组中没有条目”:
所以这很好,但这是不允许的。