Kleines Problem mit Style ???
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
- Mahony
- Ehemaliges Teammitglied
- Beiträge: 12179
- Registriert: 17.11.2005 22:33
- Wohnort: Ostfildern Kemnat
- Kontaktdaten:
Hallo
Die Datei http://www.kfz-forum.info/templates/fia ... leblue.cfg ist vorhanden. Scheinbar sind aber andere Dateien nicht vorhanden. Zum Beispiel ist die index.htm nicht vorhanden.
Edit: Die index.html ist vorhanden.
Ich empfehle dir den Style auf subSilver umzustellen (mit phpmyadmin) und dann das Template noch einmal neu zu installieren.
Du hast doch hoffentlich nicht den Ordner subSilver gelöscht? Falls ja, lade ihn wieder hoch.
Grüße: Mahony
Die Datei http://www.kfz-forum.info/templates/fia ... leblue.cfg ist vorhanden. Scheinbar sind aber andere Dateien nicht vorhanden. Zum Beispiel ist die index.htm nicht vorhanden.
Edit: Die index.html ist vorhanden.
Ich empfehle dir den Style auf subSilver umzustellen (mit phpmyadmin) und dann das Template noch einmal neu zu installieren.
Du hast doch hoffentlich nicht den Ordner subSilver gelöscht? Falls ja, lade ihn wieder hoch.
Grüße: Mahony
Taekwondo in Berlin
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
-
- Mitglied
- Beiträge: 23
- Registriert: 12.11.2006 15:55
- Wohnort: Stuttgart
- Kontaktdaten:
@area 57
Habe die cfg.datei überschrieben und text ist drin :
<?php
//
// ** Configuration file for the fiappleblue template **
//
// $Id: fiappleblue.cfg,v 1.11 2002/02/04 18:31:15 psotfx Exp $
//
// Specify images sizes MODification by Daz - 19/02/03
//
// Please note that to enable support of different languages
// the {LANG} place holder is available. This will be replaced
// with xxx where xxx is the users selected language. If
// that language isn't available it will default to english.
// Therefore you MUST ensure you have at least a english
// directory if you choose to localise your template
//
//
// Do not alter this line!
//
define(TEMPLATE_CONFIG, TRUE);
$current_template_images = $current_template_path . "/images";
$topic_iw = '56';
$topic_ih = '23';
$post_iw = '80';
$post_ih = '20';
$icon_iw = '24';
$icon_ih = '23';
$folder_iw = '40';
$folder_ih = '30';
$images['icon_quote'] = "$current_template_images/{LANG}/icon_quote.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_edit'] = "$current_template_images/{LANG}/icon_edit.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_search'] = "$current_template_images/{LANG}/icon_search.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_profile'] = "$current_template_images/{LANG}/icon_profile.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_pm'] = "$current_template_images/{LANG}/icon_pm.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_email'] = "$current_template_images/{LANG}/icon_email.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_delpost'] = "$current_template_images/{LANG}/icon_delete.gif\" width=\"$icon_iw\" height=\"$icon_ih";
$images['icon_ip'] = "$current_template_images/{LANG}/icon_ip.gif\" width=\"$icon_iw\" height=\"$icon_ih";
$images['icon_www'] = "$current_template_images/{LANG}/icon_www.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_icq'] = "$current_template_images/{LANG}/icon_icq_add.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_aim'] = "$current_template_images/{LANG}/icon_aim.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_yim'] = "$current_template_images/{LANG}/icon_yim.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_msnm'] = "$current_template_images/{LANG}/icon_msnm.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_minipost'] = "$current_template_images/icon_minipost.gif\" width=\"12\" height=\"9";
$images['icon_gotopost'] = "$current_template_images/icon_minipost.gif\" width=\"12\" height=\"9";
$images['icon_minipost_new'] = "$current_template_images/icon_minipost_new.gif\" width=\"12\" height=\"9";
$images['icon_latest_reply'] = "$current_template_images/icon_latest_reply.gif\" width=\"18\" height=\"9";
$images['icon_newest_reply'] = "$current_template_images/icon_newest_reply.gif\" width=\"18\" height=\"9";
$images['forum'] = "$current_template_images/folder.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['forum_new'] = "$current_template_images/folder_new.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['forum_locked'] = "$current_template_images/folder_lock.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['folder'] = "$current_template_images/folder.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['folder_new'] = "$current_template_images/folder_new.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['folder_hot'] = "$current_template_images/folder_hot.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['folder_hot_new'] = "$current_template_images/folder_new_hot.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['folder_locked'] = "$current_template_images/folder_lock.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['folder_locked_new'] = "$current_template_images/folder_lock_new.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['folder_sticky'] = "$current_template_images/folder_sticky.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['folder_sticky_new'] = "$current_template_images/folder_sticky_new.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['folder_announce'] = "$current_template_images/folder_announce.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['folder_announce_new'] = "$current_template_images/folder_announce_new.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['post_new'] = "$current_template_images/{LANG}/post.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['post_locked'] = "$current_template_images/{LANG}/reply-locked.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['reply_new'] = "$current_template_images/{LANG}/reply.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['reply_locked'] = "$current_template_images/{LANG}/reply-locked.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['pm_inbox'] = "$current_template_images/msg_inbox.gif\" width=\"26\" height=\"24";
$images['pm_outbox'] = "$current_template_images/msg_outbox.gif\" width=\"26\" height=\"24";
$images['pm_savebox'] = "$current_template_images/msg_savebox.gif\" width=\"26\" height=\"24";
$images['pm_sentbox'] = "$current_template_images/msg_sentbox.gif\" width=\"26\" height=\"24";
$images['pm_readmsg'] = "$current_template_images/folder.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['pm_unreadmsg'] = "$current_template_images/folder_new.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['pm_replymsg'] = "$current_template_images/{LANG}/reply.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['pm_postmsg'] = "$current_template_images/{LANG}/msg_newpost.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['pm_quotemsg'] = "$current_template_images/{LANG}/icon_quote.gif\" width=\"$topic_iw\" height=\"$icon_ih";
$images['pm_editmsg'] = "$current_template_images/{LANG}/icon_edit.gif\" width=\"$topic_iw\" height=\"$icon_ih";
$images['pm_new_msg'] = "";
$images['pm_no_new_msg'] = "";
$images['topic_watch'] = "";
$images['topic_un_watch'] = "";
$images['topic_mod_lock'] = "$current_template_images/topic_lock.gif\" width=\"$icon_iw\" height=\"$icon_ih";
$images['topic_mod_unlock'] = "$current_template_images/topic_unlock.gif\" width=\"$icon_iw\" height=\"$icon_ih";
$images['topic_mod_split'] = "$current_template_images/topic_split.gif\" width=\"$icon_iw\" height=\"$icon_ih";
$images['topic_mod_move'] = "$current_template_images/topic_move.gif\" width=\"$icon_iw\" height=\"$icon_ih";
$images['topic_mod_delete'] = "$current_template_images/topic_delete.gif\" width=\"$icon_iw\" height=\"$icon_ih";
$images['voting_graphic'][0] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][1] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][2] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][3] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][4] = "$current_template_images/voting_bar.gif";
//
// Vote graphic length defines the maximum length of a vote result
// graphic, ie. 100% = this length
//
$board_config['vote_graphic_length'] = 205;
$board_config['privmsg_graphic_length'] = 175;
?>
@Mahony
wollte ja in PhpMyAdmin das Forum wieder auf SubSilver umstellen aber das funtzt auch nicht weil bei mir schon überall eine 1 steht wo eine 1 stehen muss.
Habe die cfg.datei überschrieben und text ist drin :
<?php
//
// ** Configuration file for the fiappleblue template **
//
// $Id: fiappleblue.cfg,v 1.11 2002/02/04 18:31:15 psotfx Exp $
//
// Specify images sizes MODification by Daz - 19/02/03
//
// Please note that to enable support of different languages
// the {LANG} place holder is available. This will be replaced
// with xxx where xxx is the users selected language. If
// that language isn't available it will default to english.
// Therefore you MUST ensure you have at least a english
// directory if you choose to localise your template
//
//
// Do not alter this line!
//
define(TEMPLATE_CONFIG, TRUE);
$current_template_images = $current_template_path . "/images";
$topic_iw = '56';
$topic_ih = '23';
$post_iw = '80';
$post_ih = '20';
$icon_iw = '24';
$icon_ih = '23';
$folder_iw = '40';
$folder_ih = '30';
$images['icon_quote'] = "$current_template_images/{LANG}/icon_quote.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_edit'] = "$current_template_images/{LANG}/icon_edit.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_search'] = "$current_template_images/{LANG}/icon_search.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_profile'] = "$current_template_images/{LANG}/icon_profile.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_pm'] = "$current_template_images/{LANG}/icon_pm.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_email'] = "$current_template_images/{LANG}/icon_email.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_delpost'] = "$current_template_images/{LANG}/icon_delete.gif\" width=\"$icon_iw\" height=\"$icon_ih";
$images['icon_ip'] = "$current_template_images/{LANG}/icon_ip.gif\" width=\"$icon_iw\" height=\"$icon_ih";
$images['icon_www'] = "$current_template_images/{LANG}/icon_www.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_icq'] = "$current_template_images/{LANG}/icon_icq_add.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_aim'] = "$current_template_images/{LANG}/icon_aim.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_yim'] = "$current_template_images/{LANG}/icon_yim.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_msnm'] = "$current_template_images/{LANG}/icon_msnm.gif\" width=\"$topic_iw\" height=\"$topic_ih";
$images['icon_minipost'] = "$current_template_images/icon_minipost.gif\" width=\"12\" height=\"9";
$images['icon_gotopost'] = "$current_template_images/icon_minipost.gif\" width=\"12\" height=\"9";
$images['icon_minipost_new'] = "$current_template_images/icon_minipost_new.gif\" width=\"12\" height=\"9";
$images['icon_latest_reply'] = "$current_template_images/icon_latest_reply.gif\" width=\"18\" height=\"9";
$images['icon_newest_reply'] = "$current_template_images/icon_newest_reply.gif\" width=\"18\" height=\"9";
$images['forum'] = "$current_template_images/folder.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['forum_new'] = "$current_template_images/folder_new.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['forum_locked'] = "$current_template_images/folder_lock.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['folder'] = "$current_template_images/folder.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['folder_new'] = "$current_template_images/folder_new.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['folder_hot'] = "$current_template_images/folder_hot.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['folder_hot_new'] = "$current_template_images/folder_new_hot.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['folder_locked'] = "$current_template_images/folder_lock.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['folder_locked_new'] = "$current_template_images/folder_lock_new.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['folder_sticky'] = "$current_template_images/folder_sticky.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['folder_sticky_new'] = "$current_template_images/folder_sticky_new.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['folder_announce'] = "$current_template_images/folder_announce.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['folder_announce_new'] = "$current_template_images/folder_announce_new.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['post_new'] = "$current_template_images/{LANG}/post.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['post_locked'] = "$current_template_images/{LANG}/reply-locked.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['reply_new'] = "$current_template_images/{LANG}/reply.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['reply_locked'] = "$current_template_images/{LANG}/reply-locked.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['pm_inbox'] = "$current_template_images/msg_inbox.gif\" width=\"26\" height=\"24";
$images['pm_outbox'] = "$current_template_images/msg_outbox.gif\" width=\"26\" height=\"24";
$images['pm_savebox'] = "$current_template_images/msg_savebox.gif\" width=\"26\" height=\"24";
$images['pm_sentbox'] = "$current_template_images/msg_sentbox.gif\" width=\"26\" height=\"24";
$images['pm_readmsg'] = "$current_template_images/folder.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['pm_unreadmsg'] = "$current_template_images/folder_new.gif\" width=\"$folder_iw\" height=\"$folder_ih";
$images['pm_replymsg'] = "$current_template_images/{LANG}/reply.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['pm_postmsg'] = "$current_template_images/{LANG}/msg_newpost.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['pm_quotemsg'] = "$current_template_images/{LANG}/icon_quote.gif\" width=\"$topic_iw\" height=\"$icon_ih";
$images['pm_editmsg'] = "$current_template_images/{LANG}/icon_edit.gif\" width=\"$topic_iw\" height=\"$icon_ih";
$images['pm_new_msg'] = "";
$images['pm_no_new_msg'] = "";
$images['topic_watch'] = "";
$images['topic_un_watch'] = "";
$images['topic_mod_lock'] = "$current_template_images/topic_lock.gif\" width=\"$icon_iw\" height=\"$icon_ih";
$images['topic_mod_unlock'] = "$current_template_images/topic_unlock.gif\" width=\"$icon_iw\" height=\"$icon_ih";
$images['topic_mod_split'] = "$current_template_images/topic_split.gif\" width=\"$icon_iw\" height=\"$icon_ih";
$images['topic_mod_move'] = "$current_template_images/topic_move.gif\" width=\"$icon_iw\" height=\"$icon_ih";
$images['topic_mod_delete'] = "$current_template_images/topic_delete.gif\" width=\"$icon_iw\" height=\"$icon_ih";
$images['voting_graphic'][0] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][1] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][2] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][3] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][4] = "$current_template_images/voting_bar.gif";
//
// Vote graphic length defines the maximum length of a vote result
// graphic, ie. 100% = this length
//
$board_config['vote_graphic_length'] = 205;
$board_config['privmsg_graphic_length'] = 175;
?>
@Mahony
wollte ja in PhpMyAdmin das Forum wieder auf SubSilver umstellen aber das funtzt auch nicht weil bei mir schon überall eine 1 steht wo eine 1 stehen muss.
Hi ...
schau mal bitte mit phpmyadmin in die Tabelle phpbb_themes.
Dann gehst du auf "Anzeigen" ... was steht denn da alles drin für das Template fiappleblue?
Sind da irgendwo Unterstriche zu sehen?
Markus
schau mal bitte mit phpmyadmin in die Tabelle phpbb_themes.
Dann gehst du auf "Anzeigen" ... was steht denn da alles drin für das Template fiappleblue?
Sind da irgendwo Unterstriche zu sehen?
Markus
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
-
- Mitglied
- Beiträge: 23
- Registriert: 12.11.2006 15:55
- Wohnort: Stuttgart
- Kontaktdaten:
@Markus67
Ja da waren Unterstriche
Ich wusste nicht das ich auch da schauen muss!!!
Es geht jezt wieder ich komme ins Forum rein sieht zwar sehr Merkwürdig aus!!! www.kfz-forum.info Aber damit möchte ich euch nicht auch noch Strapazieren werde das über die Suchfunktion verusuchen hinzubekommen.
Kann jezt mein Forum ja wieder wenn es nicht klappt Problemlos auf SubSilver umstellen.
Danke für euere Gedult und Hilfe !!!
Gruss , Dominik






Ich wusste nicht das ich auch da schauen muss!!!
Es geht jezt wieder ich komme ins Forum rein sieht zwar sehr Merkwürdig aus!!! www.kfz-forum.info Aber damit möchte ich euch nicht auch noch Strapazieren werde das über die Suchfunktion verusuchen hinzubekommen.
Kann jezt mein Forum ja wieder wenn es nicht klappt Problemlos auf SubSilver umstellen.
Danke für euere Gedult und Hilfe !!!
Gruss , Dominik
Hi ...
schau bitte nochmal in die Tabelle ... eventuell sind beim Dateinamen vom Stylesheet auch noch Unterstriche drin. Die kannst du dann auch entfernen
Markus
schau bitte nochmal in die Tabelle ... eventuell sind beim Dateinamen vom Stylesheet auch noch Unterstriche drin. Die kannst du dann auch entfernen

Markus
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
-
- Mitglied
- Beiträge: 23
- Registriert: 12.11.2006 15:55
- Wohnort: Stuttgart
- Kontaktdaten:
Da sind keine Unterstrichriche mehr aber da fehlt überall der Text bei der fiappleblue datei ich habe mal ein paar Screenshozs gemacht ist vieleicht einfacher aber erkennt man schlecht.
Geht Normal von Links nach rechts jezt eben von oben nach unten...
http://www.cars-technik.de/bildeins.JPG
http://www.cars-technik.de/bildzwei.JPG
http://www.cars-technik.de/bilddrei.JPG
http://www.cars-technik.de/bildvier.JPG
denke das da der Text fehlt.
Gruss,Dominik
Geht Normal von Links nach rechts jezt eben von oben nach unten...
http://www.cars-technik.de/bildeins.JPG
http://www.cars-technik.de/bildzwei.JPG
http://www.cars-technik.de/bilddrei.JPG
http://www.cars-technik.de/bildvier.JPG
denke das da der Text fehlt.
Gruss,Dominik
Hi ...
große Bilder bitte nur verlinken
Schau mal bitte nach ob die Stylesheets aktiviert sind
KB:css_aktivieren
Falls nicht ... änder das mal bitte.
Markus
große Bilder bitte nur verlinken

Schau mal bitte nach ob die Stylesheets aktiviert sind
KB:css_aktivieren
Falls nicht ... änder das mal bitte.
Markus
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
-
- Mitglied
- Beiträge: 2
- Registriert: 26.03.2007 20:32
Hey Leute ich bitte um hilfe...
Ich habe so ca das gleich Prob: Bei mir kommt folgendes:
Aber was mich viel mehr interessiert... wie komme ich denn nun wieder ohne das ich auf das Forum zugreifen kann auf mein altes Style? So kann ja nun leider keiner aufs Forum zugreifen.
Ich habe aber leider auch kein phpmyadmin... also bitte erklärt es mir wenn ich es mit einen FTP Progi mach.
Ich danke euch schonmal
Ich habe so ca das gleich Prob: Bei mir kommt folgendes:
Ich hatte nein Style... in dem Style wollte ich den Header verändern... ich habe meinen alten Style in nen neues verzeichnet gepackt und dann dort alles so unbenannt das es eben SEoD heist und den neune Header hat... Aber irgendwie will der jetzt nicht so recht...phpBB : Kritischer Fehler
Could not open SEoD template config file
DEBUG MODE
Line : 513
File : functions.php
Aber was mich viel mehr interessiert... wie komme ich denn nun wieder ohne das ich auf das Forum zugreifen kann auf mein altes Style? So kann ja nun leider keiner aufs Forum zugreifen.
Ich habe aber leider auch kein phpmyadmin... also bitte erklärt es mir wenn ich es mit einen FTP Progi mach.
Ich danke euch schonmal