zunächst einmal ein Link zu: KB:knigge ... liest mal das rund um Topic Bumping...
dann zu deiner Frage.
In der mysql_basic.sql bist du Gold richtig.
Code: Alles auswählen
INSERT INTO phpbb_forums (forum_id, forum_name, forum_desc, cat_id, forum_order, forum_posts, forum_topics, forum_last_post_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_announce, auth_sticky, auth_pollcreate, auth_vote, auth_attachments) VALUES (1, 'Test Forum 1', 'Ein Test-Forum.', 1, 10, 1, 1, 1, 0, 0, 1, 1, 1, 1, 3, 3, 1, 1, 3);
Code: Alles auswählen
INSERT INTO phpbb_forums (forum_id, forum_name, forum_desc, cat_id, forum_order, forum_posts, forum_topics, forum_last_post_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_announce, auth_sticky, auth_pollcreate, auth_vote, auth_attachments) VALUES (1, 'News', 'News-Forum', 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 3, 3, 1, 1, 3);
INSERT INTO phpbb_forums (forum_id, forum_name, forum_desc, cat_id, forum_order, forum_posts, forum_topics, forum_last_post_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_announce, auth_sticky, auth_pollcreate, auth_vote, auth_attachments) VALUES (2, 'Help-Bereich', 'Hilfe-Forum', 1, 2, 0, 0, 0, 0, 0, 1, 1, 1, 1, 3, 3, 1, 1, 3);
INSERT INTO phpbb_forums (forum_id, forum_name, forum_desc, cat_id, forum_order, forum_posts, forum_topics, forum_last_post_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_announce, auth_sticky, auth_pollcreate, auth_vote, auth_attachments) VALUES (3, 'Spiele & Spass (Fun-Ecke)', 'Spass-Forum', 2, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 3, 3, 1, 1, 3);
INSERT INTO phpbb_forums (forum_id, forum_name, forum_desc, cat_id, forum_order, forum_posts, forum_topics, forum_last_post_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_announce, auth_sticky, auth_pollcreate, auth_vote, auth_attachments) VALUES (4, 'Sonstiges', 'Reste-Forum', 2, 2, 0, 0, 0, 0, 0, 1, 1, 1, 1, 3, 3, 1, 1, 3);
INSERT INTO phpbb_forums (forum_id, forum_name, forum_desc, cat_id, forum_order, forum_posts, forum_topics, forum_last_post_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_announce, auth_sticky, auth_pollcreate, auth_vote, auth_attachments) VALUES (5, 'Link's & Partner-Sites', 'Links & Partner-Forum', 2, 3, 0, 0, 0, 0, 0, 1, 1, 1, 1, 3, 3, 1, 1, 3);
Das solls dann schon gewesen sein. Vlt änderst du noch die Forenbeschreibungen. So, wie ich die jetzt gesetzt habe, ist dir das sicher ncht ganz recht.
Versuch es einfach mal und sag bescheid, obs klappt oder nicht.