es sind nur zwei Fehler in der EM Installation:
der erste ist ja oben schon gepostet worden:
Code: Alles auswählen
SUCHE
WHERE f.cat_id = c.cat_id
GROUP BY c.cat_id, c.cat_title, c.cat_order
ORDER BY c.cat_order";
AND f.title_is_link = 0
ERSETZE MIT
WHERE f.cat_id = c.cat_id
GROUP BY c.cat_id, c.cat_title, c.cat_order
ORDER BY c.cat_order
AND f.title_is_link = 0 ";
Der zweite ist
Code: Alles auswählen
SUCHE
$sql = "SELECT *
FROM " . FORUMS_TABLE . "
ORDER BY cat_id, forum_order";
WHERE title_is_link = 0
ERSETZE MIT
$sql = "SELECT *
FROM " . FORUMS_TABLE . "
ORDER BY cat_id, forum_order
WHERE title_is_link = 0";
Dann sollte es gehen.
phpBB 2.0.19 + CH Mod 2.1.4 + Recent Posts 1.0.0 + Edit Store + Rebuild Search 2.2.2 + Modify Profil 1.2.2