This is an improvement proposal. In the hope it wil be useful.
The plugin has a counter.
See the number of votes next to the stars.
In this case (4). Next case (5). And so on.
The plugin has NOT a counter
Code: see file rating.php
line 93
<?php echo $img; ?>
becomes
<?php echo $img . '<span class="text-muted"> (' . $rcount . ')</span>'; ?>
To avoid a misunderstanding (4) has nothing to do with the number of stars.
At some point, for example, after 140 votes, the counter will indicate (140).
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-04-15 19:21:17 |
Closed_By | ⇒ | richard67 |
Vote 5
looks like the user should give 5 stars. I would say that the info(4)
is enough as user know that 5 comes after 4 ;-)