In den nächsten zwei Monaten wird ein noch ein weiteres Update erscheinen, in dem die Funktionen erweitert werden.
Sollten spezielle wünsche bestehen, oder jemand Anregungen haben, würde ich mich über eine kleine Mitteilung freuen.

Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 605: Division by zero
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4398: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3503)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4400: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3503)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4401: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3503)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4402: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3503)
Code: Alles auswählen
$starsum = $starcalc/$feed;
Code: Alles auswählen
if ($starcalc > 0)
{
$starsum = $starcalc/$feed;
}
else
{
$starsum = "Noch nicht bewertet";
}
Man kann die Sterne an eine beliebige Position setzten.