Ich hab ne neue Seite ins phpBB eingebunden, und sie der constance.php hinzugefügt... da ich KEIN template benutze, sieht das dann so aus:
Code: Alles auswählen
<?php
define('IN_PHPBB', true);
$phpbb_root_path = './forum/'; // <--
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, PAGE_HOME);
init_userprefs($userdata);
--> restlicher code...
wär nett, wenn mir da einer bei helfen könnte..
so long, hardy[/quote]