CCK字段输出静态html内的值
我有一个内容类型,我需要填充预先输入的合同文本
示例:在名称字段中,他们将输入他们的名字,节点上的输出将是
此合同适用于“无论输入什么”姓名字段”等等等等,因为这是一份合同。
我需要对每个字段执行此操作,如果他们不在字段中输入某些内容,则不会显示,就像 cck 仅显示输入或必需的字段一样。
I have a content type that i need to populate a pre-typed contract text
example: in the name field it will they will type their name and the output on the node will be
This contract is for "whatever-was-put-in-name-field" and blah blah blah because this is a contract.
i need this to be done for each field and if they don't type something in a field it doesn't show, just like how cck shows only the fields thats typed in or required.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用 Contemplate 模块。您可以键入文本,然后只需调用 CCK 字段的标记值。
http://drupal.org/project/contemplate
Try using the Contemplate module. You can type out text and then just call token values for the CCK fields.
http://drupal.org/project/contemplate
了解如何为节点类型和CCK 字段 并选择适合您要求的方式。
Read how to create templates for node types and CCK fields and choose the way that fits your requirements.