Drupal五星级模块
我有一个餐厅网站,我在其中显示菜肴页面;顾客可以对我餐厅的每道菜进行评分。
我使用 Drupal 7、Fivestar 和 投票 API。我可以对每道菜进行评分,但我想要的是一个窗口,让对某道菜投了最多票的顾客可以给厨师写下“谢谢”信息。
我可以用五星来做吗?您有什么建议吗?
I have a restaurant site where I display dish pages; customers can rate every dish in my restaurant.
I use Drupal 7,Fivestar and Voting API. I can rate every dish, but what I want is a window where a customer who gave the maximum vote to a dish can write a "thank you" message to the chef.
Can I do it with Fivestar? Do you have any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 Drupal 6,Fivestar 附带“Fivestar Comments”,当用户发表评论时会显示评级小部件;评论的评级将影响其父内容。
这是您可以使用 Fivestar 模块实现的最佳效果,并且无需编写任何自定义代码。
If you are using Drupal 6, Fivestar comes with "Fivestar Comments" that displays a rating widget when a user posts a comment; the rating of the comment will affect its parent content.
This is the best you can do with the Fivestar module, and without to write any custom code.