CUSTOMIZATION - Create New Pages And Add Custom Vars. IP V1.2.027*


Goto page Previous  1, 2

Subject: Re: Create New Forum Pages And Add Custom Vars.
Which one of this do I use for Icy Phoenix: 1.3.0.53?

Thanks,

Dave

Subject: Re: Create New Forum Pages And Add Custom Vars.
Code: [Download] [Hide] [Select]
<?php
/**
*
* @package Icy Phoenix
* @version $Id$
* @copyright (c) 2008 Icy Phoenix
* @license http://opensource.org/licenses/GPL-license.php GNU Public License
*
*/

define('IN_ICYPHOENIX', true);
if (!defined('IP_ROOT_PATH')) define('IP_ROOT_PATH', './');
if (!defined('PHP_EXT')) define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1));
include(IP_ROOT_PATH . 'common.' . PHP_EXT);

// Start session management
$userdata = session_pagestart($user_ip);
init_userprefs($userdata);
// End session management

$template->set_filenames(array('body' => 'page_body.tpl'));

$template->assign_vars(array(
'KEY' => 'Value',
));

$page_title = 'Page Title';
$meta_description = '';
$meta_keywords = '';
include(IP_ROOT_PATH . 'includes/page_header.' . PHP_EXT);

$template->pparse('body');

include(IP_ROOT_PATH . 'includes/page_tail.' . PHP_EXT);


;)

Inactive User
Subject: Re: Create New Forum Pages And Add Custom Vars.
christmanrd wrote: [View Post]
Which one of this do I use for Icy Phoenix: 1.3.0.53?

Thanks,

Dave


I've updated the first post. ;)

Subject: Re: Create New Forum Pages And Add Custom Vars.
Thx Lopa.

You help the noop´s a lot with your Instructions.

Even the advanced listen to your Tip´s whenever they´re needed

Inactive User
Subject: Re: Create New Forum Pages And Add Custom Vars.
Thanks Spydie,

I usually see little sense in answering a question with half an answer. ;)

That's of course if it's NOT half a question. :mryellow:

Subject: Re: CUSTOMIZATION - Create New Pages And Add Custom Vars. IP V1.2.027*
How-to updated on this thread

Moving to docs archive ;)

Profile PM  
Goto page Previous  1, 2

Page 2 of 2


  
You cannot post new topics
You 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.0967s (PHP: 17% SQL: 83%)
SQL queries: 10 - Debug Off - GZIP Enabled