如何在 Drupal 的节点页面中使用令牌?

发布于 2024-11-13 09:24:59 字数 87 浏览 1 评论 0原文

我知道可以使用tokens(token模块)来填充token。

但是对于我的文章(节点类型页面),我如何使用令牌以便我的网站名称等可以自动替换?

I know that tokens (token module) can be used to fill in tokens.

But for my articles (of node type page) how can I use tokens so that my site's name etc. can replaced automatically?

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

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

发布评论

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

评论(2

仲春光 2024-11-20 09:24:59

查看令牌过滤器模块。它将允许您在节点主体字段中使用令牌。

从模块页面:

在使用该输入过滤器的文本中,您可以使用替换标记
[token global site-name] 等。您可以使用全局上下文、用户上下文和任何
可用的自定义上下文。您需要为任何现有的启用令牌过滤器
首先过滤类型。

有关使用此模块的说明,请参阅 README.txt

Check out the Token Filter module. It will allow you to use tokens within your node body field.

From the module page:

In the text where you use that input filter you can use substitution tokens with
[token global site-name] etc. You can use the global context, the user context and any
custom context available. You need to enable the Token Filter for any of your existing
filter types first.

For instructions on using this module, see the README.txt

坏尐絯℡ 2024-11-20 09:24:59

Drupal 7

安装并启用令牌过滤器模块并启用“替换令牌”过滤器,例如完整 HTML 文本格式。

为了进行测试,可以编辑任何节点,然后只需输入 [site:name] 即可查看是否有效。

如需帮助,请以管理员身份转到“帮助”->“令牌”,您将找到可以使用的所有令牌 (/admin/help/token)。

Drupal 7

Install and enable Token Filter module and enable 'Replace tokens' filter e.g. for Full HTML text format.

For testing may edit any node and just type [site:name] to see if that works.

For Help, as admin go to Help->Token and you will find all the tokens you can use (/admin/help/token).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文