Seite 1 von 1
[ERLEDIGT]Neue php seite mit Forum Style
Verfasst: 03.05.2008 13:06
von DenizZz
Hallo,
wie kann ich mit diesem
Style eine eigene Seite erstellen.
Das Navigations menu sollte bleiben.
Verfasst: 03.05.2008 14:47
von Boecki91
Indem du dich einfach an die Vorgaben hälst:
http://olympuswiki.naderman.de/Adding_pages
Verfasst: 03.05.2008 15:44
von DenizZz
Hab ich aber dann steht da :
Code: Alles auswählen
Warning: include(./forum/common.php) [function.include]: failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/spacebuild/Forum/new_page.php on line 22
Warning: include() [function.include]: Failed opening './forum/common.php' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/spacebuild/Forum/new_page.php on line 22
Warning: include(./forum/includes/functions_display.php) [function.include]: failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/spacebuild/Forum/new_page.php on line 25
Warning: include() [function.include]: Failed opening './forum/includes/functions_display.php' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/spacebuild/Forum/new_page.php on line 25
Fatal error: Call to a member function session_begin() on a non-object in /usr/export/www/vhosts/funnetwork/hosting/spacebuild/Forum/new_page.php on line 28
Verfasst: 03.05.2008 15:52
von Boecki91
Du musst den phpBB Root Path noch anpassen...
Code: Alles auswählen
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './forum/';
Wird zu:
Code: Alles auswählen
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
Vielleicht auch mal die Deutsche Variante anschauen:
http://olympuswiki.naderman.de/Deutsch: ... ene_Seiten 
Verfasst: 03.05.2008 16:03
von DenizZz
In welcher datei?
Verfasst: 03.05.2008 16:11
von Boecki91
Vielleicht in der includes/utf/data/confusables.php?
Wenn gleich ein "da finde ich nichts kommt, dann..."
Welche Datei hast du denn gerade aufgerufen und welche Datei hast du neu erstellt, und somit logisch das vermutlich dort der Fehler aufgetreten ist?
Verfasst: 04.05.2008 14:46
von DenizZz
omg da kommen 1.000. von Zeichen
Ok hab es ersetzt dann kommt noch ein fehler.
Code: Alles auswählen
template->_tpl_load_file(): File ./styles/subsilver2/template/my_template.html does not exist or is empty
Verfasst: 04.05.2008 14:48
von nickvergessen
template->_tpl_load_file(): Datei ./styles/subsilver2/template/my_template.html fehlt oder ist leer.
Verfasst: 04.05.2008 15:01
von DenizZz
ohh thx thx thx thx ich liebe euch einfach

Verfasst: 04.05.2008 15:15
von DenizZz
Aber wieso kann ich die seite nicht mit HTML bearbeiten?????????
Da kommen immer fehler.
ok hat sich erledigt