Drupal 五星级评级

发布于 2024-11-14 06:10:14 字数 183 浏览 4 评论 0 原文

我想要一些关于在 drupal 中使用五星级评级模块的建议。需求是这样的:

客户可以根据服务、工作质量、总体评分等对制造商进行评分。但我不确定如何使用五星级模块集成此功能?有什么想法吗?

编辑 - 1

我的意思是,我可以通过 drupals 五星级评级模块实现此功能吗?!或者我应该开发自己的另一个模块?!

I want some suggestion regarding the usage of fivestar rating module in drupal. The requirement is like this:

A customer can rate a manufacturer according to service, quality of work, overall score etc. But I am not sure as to how can I integrate this functionality using fivestar module? any ideas?!

EDIT - 1

What I meant was that, can I achieve this functionality through drupals fivestar rating module?! or should I develop another module of my own?!

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

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

发布评论

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

评论(1

梦回旧景 2024-11-21 06:10:14

假设“制造商”是一种内容类型或用户,可以在下面看到一种快速而简单的方法:

  1. 创建一个名为“评论”或“制造商评论”等的新内容类型
  2. 将节点引用/用户引用字段添加到内容类型(取决于制造商的类型),以便客户可以将他们的评论链接到特定制造商
  3. 将五星级评级字段添加到每个标准(服务、质量、总分等)的评论内容类型中

现在,您的评论内容类型你可以随心所欲地使用(使用视图模块等)

编辑:要使用节点引用/用户引用字段,您需要具有CCK 模块已安装并启用。关于节点参考字段的详细描述/信息来源可以在http://pras.net.np/blogs/guide-cck-nodereference

您可能还想查看节点评论模块自定义审核模块Fivestar 创建自定义审核流程。有关使用这些模块创建自定义审核流程的更多信息,请参阅 Fivestar 文档

Assuming "manufacturer" is a content type or a user a quick and simple way can be seen below:

  1. Create a new content type called something like "review" or manufacturer review", etc
  2. Add a node reference/user reference field to the content type (depending on the manufacturer's type) so that customers can link their review to a specific manufacturer
  3. Add Fivestar Rating fields to the review content type for each of your criteria (service, quality, overall score, etc)

Now you a content type of reviews that you can use however you like (with Views module, etc).

EDIT: To use a node reference/user reference field, you will need to have the CCK module installed and enabled. A good description/source of info on the node reference field can be found at http://pras.net.np/blogs/guide-cck-nodereference

You may also want to take a look at the Node comments module or the Custom review module to integrate with Fivestar to create a custom review process. For more information about creating a custom review process with these modules, see Fivestar's Documentation.

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