[quote="DDDEEEAAANNN"]ik heb dit gedaan:
http://www.phpbb.com/kb/article.php?article_id=13
de eerste fix, maar als ik nu inlog zie je wel alle catogieren staan, en hoeveel topics. maar als je op dat deel klikt zie je geen topics :S? we hebben ook geen members meer :S???[/quoe]
probeer de manual fix A. Maar nu zit ik bij:
Code: Selecteer alles
INSERT INTO phpbb_themes_name (themes_id, tr_color1_name, tr_color2_name, tr_color3_name, tr_class1_name, tr_class2_name, tr_class3_name, th_color1_name, th_color2_name, th_color3_name, th_class1_name, th_class2_name, th_class3_name, td_color1_name, td_color2_name, td_color3_name, td_class1_name, td_class2_name, td_class3_name, fontface1_name, fontface2_name, fontface3_name, fontsize1_name, fontsize2_name, fontsize3_name, fontcolor1_name, fontcolor2_name, fontcolor3_name, span_class1_name, span_class2_name, span_class3_name) VALUES ('ID_NUMBER_HERE', 'The lightest row colour', 'The medium row color', 'The darkest row colour', '', '', '', 'Border round the whole page', 'Outer table border', 'Inner table border', 'Silver gradient picture', 'Blue gradient picture', 'Fade-out gradient on index', 'Background for quote boxes', 'All white areas', '', 'Background for topic posts', '2nd background for topic posts', '', 'Main fonts', 'Additional topic title font', 'Form fonts', 'Smallest font size', 'Medium font size', 'Normal font size (post body etc)', 'Quote & copyright text', 'Code text colour', 'Main table header text colour', '', '', '');
UPDATE phpbb_config SET config_value = 'ID_NUMBER_HERE' WHERE config_name = 'default_style';
UPDATE phpbb_config SET config_value = '1' WHERE config_name = 'override_user_style';
er staat bij: Note where ID_NUMBER_HERE is. Replace the previous ID number generated where that text is in the first two queries.
:S? wat betekent het, waar kan ik het vinden, en hoe moet ik het invoeren???