Seite 2 von 2

Verfasst: 23.02.2007 17:28
von Miriam
Try this:

Code: Alles auswählen

UPDATE phpbb_config SET config_value = 1 WHERE config_name = 'default_style';
and this also:

Code: Alles auswählen

REPLACE INTO phpbb_themes (themes_id, template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (1, 'subSilver', 'subSilver', 'subSilver.css', '', 'E5E5E5', '000000', '006699', '5493B4', '', 'DD6900', 'EFEFEF', 'DEE3E7', 'D1D7DC', '', '', '', '98AAB1', '006699', 'FFFFFF', 'cellpic1.gif', 'cellpic3.gif', 'cellpic2.jpg', 'FAFAFA', 'FFFFFF', '', 'row1', 'row2', '', 'Verdana, Arial, Helvetica, sans-serif', 'Trebuchet MS', 'Courier, \'Courier New\', sans-serif', 10, 11, 12, '444444', '006600', 'FFA34F', '', '', '');

REPLACE 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 (1, 'Die hellste Zeilen-Farbe', 'Die mittlere Zeilen-Farbe', 'Die dunkelste Zeilen-Farbe', '', '', '', 'Rahmen um die ganze Seite', 'Rahmen der äußeren Tabelle', 'Rahmen der inneren Tabelle', 'Silbernes Verlaufbild', 'Blaues Verlaufbild', 'Übergangsbild auf der Hauptseite', 'Hintergrund für Zitate', 'Alle weissen Flächen', '', 'Hintergrund für Themenbeiträge #1', 'Hintergrund für Themenbeiträge #2', '', 'Hauptschriften', 'Zusätzliche Schrift für die Thementitel', 'Formularschriften', 'Kleinste Schriftgröße', 'Mittlere Schriftgröße', 'Standard-Schriftgröße', 'Zitat- und Copyrighthinweis', 'Schriftfarbe für code-BBCode', 'Textfarbe der Haupttabelle', '', '', '');

Verfasst: 23.02.2007 17:35
von FunKing
ATARI hat geschrieben:ja install und contrib ordner musst halt löschen.
und wieso postet du überhaupt hier wenn du kein deutsch sprichst?

phpbb.com wäre wohl eher deine anlaufstelle. ^^
schon mal daran gedacht, das der Threadautor kein deutsch kann?

Verfasst: 23.02.2007 18:55
von ATARI
Ne du da wär ich jetzt gar nicht drauf gekommen.
Danke dass du mich drauf aufmerksam gemacht hast

Verfasst: 26.02.2007 09:50
von Crazyalbo

Verfasst: 26.02.2007 13:07
von Miriam
Did you already delete the directories install and contrib?

What about the query that I posted in a former posting? Did you run the query within phpMyAdmin (or the database frontend, that you use)? :roll: