Zer0Cam Posted August 27, 2007 Share Posted August 27, 2007 Ok, I been looking at code everywere I would like to add a home page to my forum using php I wan't to incorperate it like SMF www.simplemachines.org go there for homepage example I have my forum pointed at www.geekinc.info/forum I want to do somthing like this but don't know were the heck to start possible help? Link to comment https://forums.phpfreaks.com/topic/66895-home-page/ Share on other sites More sharing options...
trq Posted August 27, 2007 Share Posted August 27, 2007 You might start by reading the book in my signiture. Either that, or your going to need to ask some more specific questions. Link to comment https://forums.phpfreaks.com/topic/66895-home-page/#findComment-335355 Share on other sites More sharing options...
Zer0Cam Posted August 27, 2007 Author Share Posted August 27, 2007 I want to make a home page. For example www.simplemachines.org I want to be able to add content to it, But don't know were to start Basically a php page with content in it like HTML which I can add to <?php $ssi_gzip = true; $ssi_ban = true; ob_start(); require('SSI.php'); $context['page_title'] = 'Title Here'; template_main_above(); echo'Content Here'; template_main_below(); ?> was given to me to work with Link to comment https://forums.phpfreaks.com/topic/66895-home-page/#findComment-335361 Share on other sites More sharing options...
trq Posted August 27, 2007 Share Posted August 27, 2007 Your question (if any) is way too vague too answer. What do you want? Link to comment https://forums.phpfreaks.com/topic/66895-home-page/#findComment-335364 Share on other sites More sharing options...
Zer0Cam Posted August 27, 2007 Author Share Posted August 27, 2007 Ok, I am sorry if I am confusing but I just want a page which I can add content to is that the right code? Link to comment https://forums.phpfreaks.com/topic/66895-home-page/#findComment-335379 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.