开发者

implement the star rating in drupal without using the fivestar module

开发者 https://www.devze.com 2023-02-09 06:44 出处:网络
Is there any other way to implement a star rating system in drupal without the use of the fivestar 开发者_如何学JAVAmodule?Using Google or any other search engine you may find a jQuery plugin to handl

Is there any other way to implement a star rating system in drupal without the use of the fivestar 开发者_如何学JAVAmodule?


Using Google or any other search engine you may find a jQuery plugin to handle the client-side of stars rating. But they will always need something server-side to retrieve and store the score of your rated things. So you will have to create a custom module ton handle this part. The Voting API module may help you there. But as its name implies, this is just an API for others module to build on.

If your issue is actually that you are not happy with the looks and feels of the fivestar module, you may solve it by using themeing and by providing your own widget set.

0

精彩评论

暂无评论...
验证码 换一张
取 消