Heey,
Ik heb die invite mod op m'n forum geinstalleerd. Ik heb tijdje geleden al gekeken naar hoe ik die in m'n forum stijl kan zetten maar krijg het niet voor elkaar...
In welke bestanden moet ik dat doen?
http://www.gamepearl.nl
http://www.gamepearl.nl/forum/invite.php
Thnx,
Ruben
Invite gebeuren in template style
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

probeer eens
probeer eens met dit
als het er nog niet staat
Code: Selecteer alles
<?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 = $lang['Index'];
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
?>
HIER DE PAGINA
<?
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>Code: Selecteer alles
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/forum/invite.php:2) in /var/www/html/forum/includes/sessions.php on line 336
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/forum/invite.php:2) in /var/www/html/forum/includes/sessions.php on line 337
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/forum/invite.php:2) in /var/www/html/forum/includes/page_header.php on line 571
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/forum/invite.php:2) in /var/www/html/forum/includes/page_header.php on line 577
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/forum/invite.php:2) in /var/www/html/forum/includes/page_header.php on line 578lol
per ongeluk 1 enter gedaan... thnx paulus... en nee het werkt perfect
heb er zelf nog ff zo'n frame geval omgezet:
http://www.gamepearl.nl/forum/invite.php
http://www.gamepearl.nl/forum/invite.php
