Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 2 of 2
Goto page Previous  1, 2
 
Reply with quote Download Post 
Post 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
 




____________
Another Pro Bono
Version of Icy Phoenix: 1.3.0.53a
Version of PHP: 5.2.9
Version of MySQL: 5.0.81-community-log
Board started: 2009/07/18 - 11:50
Registered Users: 123 as of 17 Sep 09
 
christmanrdSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post 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);



 




____________
Host Server: Linux (Aruba)
IP Version: 1.3.1.54 Modded
IP WebSite: MakingART (Web 2.0)
 
FedericoBicchedduSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post 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
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.  
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: CUSTOMIZATION - Create New Pages And Add Custom Vars. IP V1.2.027* 
 
How-to updated on this thread

Moving to docs archive
 



 
novice programmerSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 2 of 2
Goto page Previous  1, 2


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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


  

 

  cron