Drupal 内容类型的动态字段

发布于 2024-09-14 13:27:48 字数 683 浏览 2 评论 0原文

我有一个产品,我希望它有许多可变的属性,所以我用分类法做到了,
现在我有一个包含“价格、颜色、形状”的列表,
我如何让用户从中选择例如,在“添加产品”页面中让他写一种颜色?

更新

我发现了一个名为分类字段的东西。
这几乎正​​是我正在寻找的。
它让我有一个分类列表,我将其用作属性
甚至允许用户创建新的。
缺少一件事 - 我希望为每个属性创建一个文本字段
用户选择。
例如:
属性:颜色 值: 白色
因此属性 Color 是一个分类字段,其值只是
为其创建的空文本字段(我不能只添加一个文本字段,因为
属性的数量是动态的)

已解决

在新的CCK Beta 版本中有一个团体
类型称为“MutliGroup”,它正是我想要的。
事实证明这个问题已经被讨论了很多,而且似乎
他们正在将其添加到新的 CCK3 中,这将是稳定的
在 Drupal7 上

I have a product, and I want it to have many changeable attributes so I did it with Taxonomy,
now I have a list that holds "price, color, shape",
how do I let a user choose from it within the "add product" page and let him write a color for instance?

UPDATE

I found something called Taxonomy Field.
That is almost exactly what I'm looking for.
It lets me have a list of taxonomy which I use as attributes
and even lets the user create new ones.
One thing is missing - I want a text field to be created for each attribute
the user chooses.

for example:
Attribute: Color     Value: White
so the attribute Color is a Taxonomy field and the value is simply
an empty text field created for it (I can't just add a text field because
the number of attributes is dynamic)

SOLVED

In the new Beta version of CCK there's a group
type that's called "MutliGroup" that does exactly what I wanted.
Turns out this issue has been discussed a lot and it seems
that they are adding it to the new CCK3 which would be stable
on Drupal7

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

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

发布评论

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

评论(1

时光暖心i 2024-09-21 13:27:48

糟糕,一个完整的答案,然后我重读了评论并丢失了我的帖子。

这个答案归结为CCK 文本和数字的自动完成小部件,这仍然是一个需要了解的简洁模块。

对于您用动态字段可用性描述的那种层次结构,听起来您想要某种 javascripty 层次选择机制。例如,分层选择

Drat, a whole answer then I reread the comments and lost my post.

That answer boiled down to Autocomplete Widgets for CCK Text and Number, which is still a neat module to know about.

For the sort of hierarchical structure you describe with dynamic field availability, it sounds like you want some sort of javascripty hierarchical selection mechanism. Like, say Hierarchical Select.

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