- Adres van je forum: http://dev.planetcoasterclub.nl/community/
 Event. modificaties op je forum: Newspage
 Wanneer ontstond het probleem? N.v.t.
 phpBB versie: 3.1.8
 
 
 Heb je onlangs iets veranderd aan je forum? Upgrade van 3.0.14 naar 3.1.8 (schone installatie met database update)
 Wat is het probleem?
Voorbeeld: http://dev.planetcoasterclub.nl/info/about.php
PHP
Code: Selecteer alles
<?php
define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : '../community/';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup();
page_header('Title Here');
$template->set_filenames(array(
    'body' => 'about.html',
));
//make_jumpbox(append_sid("{$phpbb_root_path}viewforum.$phpEx"));
page_footer();
?>Code: Selecteer alles
!-- INCLUDE overall_header.html -->
Pagina inhoud hier
<!-- INCLUDE overall_footer.html -->


 Ik wil niet zo'n jumpbox op zo'n pagina, vandaar dat ik hem weg heb gehaald. Maar als ik die // weghaal, dan verandert er niks
 Ik wil niet zo'n jumpbox op zo'n pagina, vandaar dat ik hem weg heb gehaald. Maar als ik die // weghaal, dan verandert er niks