如何在 Drupal 的节点页面中使用令牌?
我知道可以使用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看令牌过滤器模块。它将允许您在节点主体字段中使用令牌。
从模块页面:
有关使用此模块的说明,请参阅 README.txt
Check out the Token Filter module. It will allow you to use tokens within your node body field.
From the module page:
For instructions on using this module, see the README.txt
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).