Drupal:隐藏和显示节点中的 cck 字段

发布于 2024-11-07 04:54:30 字数 142 浏览 0 评论 0原文

当您在节点中选择组合框选项时,是否可以隐藏 cck 字段并显示其他 cck 字段?

例如:组合框选项:1 个字段,2 个字段

如果我选择 1 个字段,则我的表单有一个文本字段 如果我选择 2 个字段,我的表单将有一个文本区域和一个图像字段

It is possiblle to hide cck fields and show other cck field when you choose a combobox opcion in a node?

For example: combobox opcions: 1 field, 2 fields

If I select 1 field, my form has a text field
If I select 2 fields, my form has a text area and a imagefield

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

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

发布评论

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

评论(2

旧竹 2024-11-14 04:54:30

您始终可以使用条件字段模块。安装模块后,您可以这样使用它:

  1. 在内容类型中,添加一个选择框,并在允许的值区域中添加“1 个字段”和“2 个字段”
  2. 创建一个文本字段,您应该看到一个标题为“条件字段”的字段集设置”,打开它并选择“1 个字段”
  3. 执行类似的过程来创建文本区域和图像字段,但在条件字段设置中选择“2 个字段”。

现在,在创建内容类型时,更改选择框的值时将在表单上显示不同的字段。

更多信息:
屏幕截图示例
条件字段文档

You can always use the Conditional Fields module. After installing the module, you can use it as such:

  1. In your content type, add a select box and in allowed values area add "1 field" and "2 fields"
  2. Create a text field, you should see a fieldset titled "Conditional fields settings", open that and choose "1 field"
  3. Do a similar process to create a textarea and imagefield but choose "2 fields" in the conditional fields settings.

Now when creating a content type, when changing the value of the select box will show different fields on the form.

More information:
Example Screenshots
Documentation for Conditional Fields

香草可樂 2024-11-14 04:54:30

查看显示套件模块。执行此操作的简单方法是为每个视图创建一个构建模式并启用“在节点页面上切换构建模式”选项 - 然后您可以覆盖构建模式选择器的文本值。

Check out the Display Suite module. The easy way to do this is create a build mode for each view and enable the "switch build modes on node page" option - then you can override the text values of the build mode selector.

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