[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2006-09-04T06:25:16-07:00 https://integramod.com/forum/feed.php?f=17&t=2002 2006-09-04T06:25:16-07:00 2006-09-04T06:25:16-07:00 https://integramod.com/forum/viewtopic.php?t=2002&p=14877#p14877 <![CDATA[Re: Blending a script I wrote into IM]]>
include ($phpbb_root_path . 'includes/page_header.'.$phpEx);

This calls the page header which calls the overal_header.tpl, the qbar and the header blocks, and phpbb security if you have that installed.

You may also want to define your scripts in phpbb as such]define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);[/color]

And to make the page look like other pages, you may want to call the page footer as well, by putting the following at the bottom of your script

include($phpbb_root_path . 'includes/page_tail.'.$phpEx);

Statistics: Posted Author: computerz — Mon Sep 04, 2006 6:25 am


]]>
2006-08-31T09:13:43-07:00 2006-08-31T09:13:43-07:00 https://integramod.com/forum/viewtopic.php?t=2002&p=14651#p14651 <![CDATA[Blending a script I wrote into IM]]>
They open as a new page but are stripped down bare bone pages ( no header, background, footer etc).

What i want to do is add the overall header and style to the pages called (no blocks at all, just the banner, qbar menu, and overall footer)

What is the best way to do this?

:la:

Once on the portal page click either the 24 Hr or 72 Hr forecast to see what I'm trying to blend.

Thanks for any help in advance.

D

Statistics: Posted Author: BMD — Thu Aug 31, 2006 9:13 am


]]>