我想要一些关于在 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?!
发布评论
评论(1)
假设“制造商”是一种内容类型或用户,可以在下面看到一种快速而简单的方法:
现在,您的评论内容类型你可以随心所欲地使用(使用视图模块等)
编辑:要使用节点引用/用户引用字段,您需要具有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:
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.