Snoboreders Posted June 4, 2007 Posted June 4, 2007 Ok, so it's obvious that there needs to be supporting pages for each respective page. For example privacy.php is supported by other pages because it does not stand on its own. I wanted to create a frequently asked questions page and copied the privacy.php and changed what little needed to be changed; however, when I press the link in my footer...it goes to a blank page. Where else would I have to create a page, and can I base it off of privacy.php? This: <?php /* $Id: privacy.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ define('NAVBAR_TITLE', 'Privacy Notice'); define('HEADING_TITLE', 'Privacy Notice'); define('TEXT_INFORMATION', 'Put here your Privacy Notice information.'); ?> Was changed to this: <?php /* $Id: privacy.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ define('NAVBAR_TITLE', 'Frequently Asked Questions'); define('HEADING_TITLE', 'Frequently Asked Questions'); define('TEXT_INFORMATION', 'Coming soon.'); ?> But what other documents need to be created? Thanks for any help.
Guest Posted June 4, 2007 Posted June 4, 2007 tommorow i create a contrib and put it on oscommerce.com/communitycontributions/. Please wait one day.
Snoboreders Posted June 4, 2007 Author Posted June 4, 2007 np, thank you marrecki. I'll check tomorrow.
Jaide Posted June 5, 2007 Posted June 5, 2007 This is what I did: http://www.oscommerce.com/forums/index.php?showtopic=31019]
Snoboreders Posted June 5, 2007 Author Posted June 5, 2007 Thanks for digging that up for me jaide. I'll give it a shot.
Snoboreders Posted June 5, 2007 Author Posted June 5, 2007 http://www.oscommerce.com/community/contributions,5194 Awesome work and perfect timing merrecki...thanks a lot!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.