I want to add a blank page: http://www.icyphoenix.com/viewtopic...&p=11376#p11376
But I have this error:
Add A Blank Page
Subject: Add A Blank Page
Last edited by Gianni PB on Thu 13 Dec, 2007 15:55; edited 1 time in total
Last edited by Gianni PB on Thu 13 Dec, 2007 15:55; edited 1 time in total
Subject: Re: Add A Blank Page
That's an old tutorial, the best way to add pages it's using CMS's power :D
Subject: Re: Add A Blank Page
So you can try to use this
Save it as a .php file, and place it on the root of tour forum
- <?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);
- include($phpbb_root_path . 'includes/page_header.'.$phpEx);
- ?>
- html code here
- <?
- include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
- ?>
Save it as a .php file, and place it on the root of tour forum
Subject: Re: Add A Blank Page
You can use template using Cms or this way, style it's parsed since page_header it's included
Gianni PB wrote: [View Post]
You can use template using Cms or this way, style it's parsed since page_header it's included
Subject: Re: Add A Blank Page
Last edited by Gianni PB on Wed 12 Dec, 2007 16:36; edited 1 time in total
i have to add 500 pages....I think my db will not very happy... :mricy:
is there an other way to add pages with template inside a table?
is there an other way to add pages with template inside a table?
Last edited by Gianni PB on Wed 12 Dec, 2007 16:36; edited 1 time in total
Subject: Re: Add A Blank Page
Last edited by Gianni PB on Thu 13 Dec, 2007 16:04; edited 1 time in total
Last edited by Gianni PB on Thu 13 Dec, 2007 16:04; edited 1 time in total
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.0981s (PHP: 19% SQL: 81%)
SQL queries: 10 - Debug Off - GZIP Enabled