Kiyoh Rating
This module integrates Kiyoh ratings into your Drupal site by fetching them from the Kiyoh XML feed. It provides a block to display ratings and an inline option for custom placement, but offers minimal styling and HTML.
A Kiyoh rating module designed to help you with getting the ratings from the Kiyoh XML Feed.
There is a block available that you can place on your website, this block always makes usage of the kiyoh-rating-big template. This module provides no styling and just a little HTML.
The inline version only works with the theme render hook, here is a code example in a preprocess hook:
$variables['kiyoh_rating'] = [
'#theme' => 'kiyoh_rating_inline',
'#kiyoh_hash' => 'your_hash',
];
Depends on
Dependencies of the latest stable release
- block Drupal core
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 8.x-1.0 | Stable | 9–11 | May 28, 2025 |