Title: Rating Box
Author: De Mos
Published: <strong>15 juni 2016</strong>
Last modified: 16 juni 2016

---

Plugins zoeken

![](https://s.w.org/plugins/geopattern-icon/rating-box_ffffff.svg)

# rating-box

 Door [De Mos](https://profiles.wordpress.org/demoswebsites/)

 * [Details](https://nl.wordpress.org/plugins/rating-box/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/rating-box/#reviews)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/rating-box/#developers)

 [Ondersteuning](https://wordpress.org/support/plugin/rating-box/)

## Beschrijving

Deze plugin is gesloten sinds 16 juni 2016 en is niet beschikbaar om te downloaden.
Reden: Onbekend.

## Beoordelingen

![](https://secure.gravatar.com/avatar/a53b3adaadac3e7175eb3c48b29378aafee8cd26210f6a2b15f85f4f7d573a1b?
s=60&d=retro&r=g)

### 󠀁[Division by zero](https://wordpress.org/support/topic/division-by-zero-10/)󠁿

 [dawidxx7](https://profiles.wordpress.org/dawidxx7/) 6 januari 2017 1 reactie

At a file wp-content/plugins/rating-box/includes/site.php there is an error in 60th
line. There is an if: if( is_object($row) ){ $star_value = round(intval($row->total)/
intval($row->count),0); } When the intval($row->count) equals zero then the "division
by zero" error appears in posts where the ratingbox is included. I have changed 
the code like that: if( is_object($row) && intval($row->count) != 0){ $star_value
= round(intval($row->total)/intval($row->count),0); } and there is no problem now.

 [ Lees 1 beoordeling ](https://wordpress.org/support/plugin/rating-box/reviews/)

## Bijdragers & ontwikkelaars

“Rating Box” is open source software. De volgende personen hebben bijgedragen aan
deze plugin.

Bijdragers

 *   [ De Mos ](https://profiles.wordpress.org/demoswebsites/)

[Vertaal “Rating Box” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/rating-box)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/rating-box/), haal de
[SVN repository](https://plugins.svn.wordpress.org/rating-box/) op, of abonneer 
je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/rating-box/) via
[RSS](https://plugins.trac.wordpress.org/log/rating-box/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versie **1.0.0**
 *  Laatst geüpdatet **10 jaar geleden**
 *  Actieve installaties **N/A**
 *  WordPress versie ** 3.5 of nieuwer **
 *  Getest t/m **4.5.33**
 *  Taal
 * [English (US)](https://wordpress.org/plugins/rating-box/)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/rating-box/advanced/)