Drupal 6 模块用于向注释中添加类似 CCK 的字段?
我需要允许网站用户向节点添加结构化评论。 Drupal 6 是否有任何稳定的模块可以让我做到这一点?我正在考虑能够将类似 CCK 的字段添加到评论类型中。在理想情况下,管理员能够逐个节点地更改/更改所提出的问题,但这不是必需的。如果可能的话,我们正在寻求一个简单的解决方案。
I'm needing to allow users of a site to add structured comments to nodes. Are there any stable modules out there for Drupal 6 that will enable me to do this? I'm thinking along the lines of being able to add CCK-like fields to the comment type. In an ideal situation the administrator would be able to alter/change the questions being asked on a node-by-node basis, but not necessary. We're after a simple solution if possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能需要检查节点评论模块。它允许您使用节点作为注释,从而可以在其中使用 CCK 字段。
不过,目前维护的 2.0 版本仍处于测试阶段。
You might want to check the Node comments module. It allows you to use nodes as comments, which makes it possible to use CCK fields in them.
The currently maintained 2.0 version is still in beta, though.
您必须等待 Drupal-7 with fields in core 才能提供类似的功能。目前没有模块/补丁等允许您执行类似的操作。
如果您真的愿意,您可以从头开始创建一个模块,但这本身就是一个很大的挑战。
You'll have to wait for Drupal-7 with fields in core before something like that is available. Currently there is no module/patch etc. that allows you to do something like that.
If you really want to, you could create a module from scratch, but that would be quite a challenge in itself.