stehe momentan ziemlich auf dem Schlauch....
Habe die "Ratings for topics" MOD installiert, nur leider erhalte ich folgenden Fehler wenn ich versuche mich in eine Kategorie meines Forums zu klicken:
Parse error: syntax error, unexpected T_DOUBLE_ARROW in C:\xampp\htdocs\joomla1561full\phpbb302\viewforum.php on line 667
Hier die entsprechenden Zeilen:
Code: Alles auswählen
Zeile 666 //MOD Ratings for topics
Zeile 667 ,'RATING_ICONS' => get_rating_img($row['topic_rating'], $row['topic_rating_total_votes']),
Zeile 668 'TOPIC_RATING' => $row['topic_rating'],
Zeile 669 'TOPIC_RATING_TOTAL_VOTES' => $row['topic_rating_total_votes']
Zeile 670 //END MOD