问题标签 [typolink]
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.
https - TYPO3 强制内部链接跨域页面在新闻中使用 https
我的 TYPO3 网站有多个域,这些域具有从内部新闻到另一个域中的另一个页面的链接。
到第 1 页的链接News A
工作得很好,但是当从新闻 B 链接到Page 2
orPage 3
时,url 生成正确,但方案总是http
:
示例News A
:
<a href="/Page-1.html">Page 1</a>
示例News B
:<a href="http://domain-b/Page-2.html">Page 2</a>
有没有办法将 url 生成配置为在链接到给定域中的任何内容时始终使用 https 作为方案?我怀疑这必须为 tx_news 中的链接渲染完成?
solr - how to construct this solr parameters with uri.typolink
how does it work if i want to construct following structure with Typo3's Fluid uri.typolink viewhelper:
this is the viewhelper and data should go inside additionaParams, if im not wrong.
{f:uri.typolink(parameter: 2881, addQueryString: 1, additionalParams: 'structureGoesHere')}
example:
output:
decoded:
im stuck the hard way... just using typo3 for the first time trying to wrap my head arround everything, any help is much appreciated.
further explanation: (typo3, fluid, solr) you might ask yourself why do i need this specific structure... we reworked our solr facet architecture - first we used "top nav" buttons were we filtered results per page config - now we replaced this approach with facets for the counter of the specific facets in the top nav - so now we have to pass the correct facet as parameter to know which results to display on reload (ajaxify does not work in this situation, its just for the side menu). this is were the uri.typolink approach finds use.
php - 禁用链接生成以翻译没有翻译的页面 - TYPO3 9
我有一个网站,只应翻译一部分(默认为英语 - 德语)。但是在此页面上,菜单中还显示了指向仅默认语言版本的页面的链接。这些指向未翻译页面的链接不应获得活动翻译的基本信息。这有可能吗?
例子:
我必须页(A 和 B)。页面“A”只有默认语言(德语)的版本。“B”有德语和英语版本。如果页面“B”以英文呈现,则指向页面“A”的链接将包含该语言的基本 slug(fi“en”)。但这将导致 404 或带有德语文本的“英文页面”。
我已经尝试将语言后备配置用于语言,但这似乎对链接构建器没有影响。
typo3 - 扩展 TypoLink 函数以根据 pId 附加 GET 参数
我可以扩展 TypoLink 生成函数,每次生成 TypoLink 时,它都会检查某个 targetpId,然后将当前页面的 id 作为 GEt 参数附加。例如:
我目前不知道从哪里开始,我可以尝试覆盖哪个类/方法来包含这种行为。
typo3 - Fluid Typolink ViewHelper 忽略附加参数属性
我想通过 f:link.typolink-ViewHelper 创建一个指向带有参数的外部页面的链接。ViewHelper 创建链接但没有我的参数。我使用了 TYPO3 文档中的一个示例(https://docs.typo3.org/other/typo3/view-helper-reference/9.5/en-us/typo3/fluid/latest/Link/Typolink.html)。我正在使用 TYPO3 9.5。我需要一些进一步的配置吗?
typo3 - 检查带有错字链接的链接页面是否隐藏
<f:link.typolink parameter="{mylink">
链接到内部页面 - 当此页面在后端隐藏/不可见时,没有设置。
这打破了我的html:
代替
我明白了
有没有办法检查链接页面是否可见/不隐藏?
typo3 - 打字链接到详细信息页面
我将 Solr Search 与 TYPO3 9x 一起使用,并在其上编制自定义内容 (sf_books) 的索引。
当我在搜索表单中键入书名并单击任何建议时,链接将重定向到列表页书而不是书详细信息页面。
这是我的 TS 设置:
typo3 - 特定目标 uid 的typo3 错字链接附加参数
我正在寻找一种方法来使以下代码取决于为哪个 uid 创建链接。具体来说,我只想为链接到具有 uid 13 的页面的错字链接添加附加参数。
它可能应该与case
or一起使用if
,但我被卡住了。
typo3 - 有时不会生成排版链接
有时,使用typolink
viewhelper 不会生成指向页面的正常链接,如下所示:
不改变TYPO3中的任何东西,而只是清除缓存,解决了问题,并且再次生成链接没有问题。
有趣的部分是,在一个页面上只有一个页面的链接不会生成,但其他作品。示例:在第 3 页上,没有生成到第 4 页的所有链接,但到第 5 页的链接运行良好。
这种现象是不可重现的,它只是时不时发生。我在 TYPO3 日志中看不到任何错误。
任何建议,如何调试?