Pagina 1 van 1

Eigen pagina met forum template.

Geplaatst: 18 jul 2007, 22:34
door alex2004
In vorige phpbb versies kon je met een code zelf een pagina maken.

Op het begin;
<?php
define('IN_PHPBB', true);
$phpbb_root_path = '';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
$page_title = Links;
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
?>

En aan het einde:
<?
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
Hoe kan ik dit in phpbb 3 doen?

mvg,

Alexander

Re: Eigen pagina met forum template.

Geplaatst: 19 jul 2007, 09:57
door Derky