关于新的 Drupal 网站指南

发布于 2024-10-21 19:04:39 字数 168 浏览 2 评论 0 原文

我是 Drupal 的新手,希望从事新的 drupal 项目(Drupal 6)。这是一个测验网站,一个有多个选项的测验,每个测验都有一个论坛主题。

创建新测验时将自动创建论坛主题。

我该如何继续进行 CCK?任何人都可以帮我提供线索或任何建议的模块吗?

谢谢, 艾德文:)

I'm new to Drupal and wish to work on new drupal project (Drupal 6). It's a quiz website, a quiz with multiple options and a forum topic for each quiz.

The forum topic will be created automatically at the time new quiz is created.

How can I proceed with CCK? Can anyone help me with clue or any module to suggest?

Thanks,
Edvin :)

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

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

发布评论

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

评论(1

难如初 2024-10-28 19:04:39

您可以使用测验模块规则模块来实现您的目标。测验模块可与许多其他模块配合使用,例如 CCK视图用户点等。

  1. 下载并安装测验模块规则模块 开始。
  2. 从那里,为事件“保存新内容后”创建规则。
  3. 添加条件:“内容具有类型”来检查测验内容类型。
  4. 添加操作:“添加新内容”。并在要使用的内容类型下选择“论坛主题”,并填写您认为合适的其他选项。

有关使用规则模块的更多信息,请参阅此链接:http://drupal.org/node/298476

要了解有关 Drupal 的更多信息,您可能还需要阅读 http://drupal.org/node/298476 org/documentation" rel="nofollow">文档

You can use the Quiz Module and the Rules Module to accomplish your goals. The Quiz Module works with many other modules such as CCK, Views, Userpoints, and more.

  1. Download and install both the Quiz Module and Rules Module to get started.
  2. From there, create a rule for the event "After Saving New Content".
  3. Add the condition: "Content has type" to check for the quiz content type.
  4. Add the action: "Add new content". and choose "Forum topic" under Content type to be used and fill in the other options as you see fit.

For more information on using the Rules Module see this link: http://drupal.org/node/298476

To learn more about Drupal you may also want to read the Documentation

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