问题标签 [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.

0 投票
2 回答
2649 浏览

typo3 - 错字链接的 FLUX 配置

如何在我的 FLUX Flexform 配置(后端)中使用错字链接字段

主要部分:

这是我使用 FLUID Powered TYPO3 的第一步,我不知道?谢谢你的帮助。我需要这个输入字段和“正常”输出的链接向导:<a href="mylink" class="xy" />

在此处输入图像描述

0 投票
1 回答
1250 浏览

typo3 - v:link:typolink with aditionalParams to set language via flux.field.select

I try to create a Content Element to create links to other languages. I think this is possible with just a content element and I do not need a own view helper for this.

What I have so far:

This works but I have 2 problems I can't solve yet:

1. additionalParams

Right now the select items have the values like &L=1. I had to do it this way cause I was not able to add the &L= directly in the typolink configuration. What I would like to have is something like that:

With this I could have just the ID in the select-items. Is this possible and if so, how?

2. select items Query

The documentation says it is possible to fill the items of the flux:field.select with a query. But I can not find any example. What I would like to have is all the languages configured in typo3 in this select-box. Is this possible and if so, how?

0 投票
1 回答
547 浏览

overriding - Typoscript:使用typolink覆盖数据

我正在尝试设置页面的规范 url。如果单个字段 (tx_metaseo_canonicalurl) 未设置,则 url 页面应由错字链接确定。

我试过这个,但它不工作:

}

0 投票
3 回答
1460 浏览

typo3 - Typoscript:如何为 RTE 中的所有链接添加参数?

我想为用户在 RTE 中输入的所有链接添加一个参数。

我最初的想法是这样做:

例如:

变成

听起来不错——只要链接还没有查询字符串!在那种情况下,我显然会在 URL 中加上两个问号

例如:

变成

有什么方法可以使用正确的语法添加我的参数,具体取决于 URL 是否已经有查询字符串?谢谢!

0 投票
2 回答
856 浏览

typo3 - TYPO3 7.6.12 调用字符串上的成员函数 getPage_noCheck()

我不知道为什么我的扩展程序会引发此错误。因为dd_googlesitemap等其他扩展程序以与我相同的方式使用它,并且此扩展程序不会引发此错误。

我的$pageId参数做错了什么:

这是错误输出:

这是第6364 行的方法detectLinkTypeFromLinkParameter

为什么我会收到此错误?

0 投票
2 回答
1838 浏览

typo3 - TYPO3 7.6 用打字稿typolink 和目标链接文件?

有人也有这个问题:我有一个 Typoscript 代码,它生成一个指向 Fileressource 的链接。如果我target = _blank在前端添加没有任何变化。如果我链接页面target = _blank正在工作。

所以我认为我的 Typoscript 很好,我可以链接到文件。如果我链接到一个页面target = _blank是有效的。但似乎不可能有一个指向文件资源的错字链接target = _blank。我也尝试过 extTarget 并没有发生任何事情。

0 投票
1 回答
1423 浏览

typo3 - 使用 nav_title 而不是标题作为链接文本生成错字链接

如何将 TYPO3 7.6 / 8.7 配置为使用 nav_title 代替/在标题之前使用 Fluid_styled_content 生成页面链接?

目前我正在使用

在我的流体模板中。(https://fluidtypo3.org/viewhelpers/vhs/master/Link/TypolinkViewHelper.html

这会使用 page.title 字段为我生成一个翻译后的页面链接。我需要在那里输出 page.nav_title 字段。

使用css_styled_content(而不是fluid_styled_content)我可以访问/输出TS中的值

(这在 HMENU / TMENU 中工作类似......)

0 投票
1 回答
537 浏览

typoscript - TYPO3 Menu creates two anchor per link

The following TypoScript creates two anchor tags per li tag.

#xA;

The HTML result is:

#xA;

The reason for building the menu with cObject wrap is, that TYPO3 doesn't output external links when the page type is actually an external link. Instead it shows an internal link to the page, which then redirects to the external link.

And with a simple typolink it doesn't add the url scheme to the link. Thats why I came up with this solution.

The Question is: How to get rid of the first tag, which is senseless and wrong. :-)

0 投票
2 回答
179 浏览

ssl - 在代理后面使用 SSL 跨域的 Typolink

我的 TYPO3 中有两个页面树,我在它们之间进行链接。两个网站都使用 SSL/TLS 加密进行前端交付,因此应该只生成相对链接(如果在同一个域上)或链接到我的第二个域(它确实如此,但只使用 http 而不是 https)。

现在原因似乎很清楚了:我从来没有告诉 TYPO3 只生成 https 链接。问题是:首先我将如何做到这一点?

我遇到了合作的可能性,config.absRelPrefix但这在跨域链接时不起作用。

0 投票
2 回答
2945 浏览

typo3 - 从 ckeditor 插入的 TYPO3 内部链接未“转换”

从后端插入的 TYPO3 内部链接没有“转换”,它们保持相同的格式,例如,内部链接将在前端显示如下:<a href="t3://page?uid=2">internal link test</a> 我是使用 TYPO3 8.7.8 和自定义 ckeditor 配置的初学者。我还用我自己的插件扩展了 ckeditor。我怎样才能找到造成这种情况的原因?

编辑 1:
似乎没有任何带有前缀的链接"t3://"有效。是否有可能没有调用 LinkService?