ich würde gerne folgendes geändert haben an dieser Stelle in der function.php:
Code: Alles auswählen
case 'postcount':
case 'topiccount':
$sql = "SELECT SUM(forum_topics) AS topic_total, SUM(forum_posts) AS
post_total
FROM " . FORUMS_TABLE;
break;
Wie schreib ich das in sql ?
Danke für die Hilfe schon mal im Voraus[/code]