haggisv Posted July 30, 2006 Share Posted July 30, 2006 Although I pretty new at this, I've managed to get just about everything going that I tried. But for some reason I CANNOT get the text in a new 'about Us' link to show. I followed the OSC manual to the letter on how to add a 'About Us' link in the information box. The link is there, it takes me to an 'About Us' page with an About Us title, but the information I type in (shown as 'testing' below) simply WILL not show! I know it is excuting this line since if I put an error on the line is does come up with an error on the webpage. Can anyone please help me solve this very annoying problem! <?php /* $Id: about_us.php,v 1.7 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', 'About Us'); define('HEADING_TITLE', 'About Us'); define('TEXT_INFORMATION', 'Testing'); ?> Link to comment Share on other sites More sharing options...
Guest Posted July 30, 2006 Share Posted July 30, 2006 Just a quick thought. If you can put an error indefine(TEXT_INFORMATION', ''); and are getting the error message, I have a silly suggestion. Is the font color for that area of text the same as thre background? Actually have done this myself before and seen others do it also. The echo isn't misspelt is it? Link to comment Share on other sites More sharing options...
mtechama Posted July 30, 2006 Share Posted July 30, 2006 Although I pretty new at this, I've managed to get just about everything going that I tried. But for some reason I CANNOT get the text in a new 'about Us' link to show. I followed the OSC manual to the letter on how to add a 'About Us' link in the information box. The link is there, it takes me to an 'About Us' page with an About Us title, but the information I type in (shown as 'testing' below) simply WILL not show! I know it is excuting this line since if I put an error on the line is does come up with an error on the webpage. Can anyone please help me solve this very annoying problem! <?php /* $Id: about_us.php,v 1.7 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', 'About Us'); define('HEADING_TITLE', 'About Us'); define('TEXT_INFORMATION', 'Testing'); ?> Ok if you use the Website Tool File Manger to save your files that is a NO, NO that is why you are getting errors. What I would do is use Front Page to edit and save it then upload it to the server using FTP Client. Not the Website File Manager. Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP! Link to comment Share on other sites More sharing options...
haggisv Posted July 30, 2006 Author Share Posted July 30, 2006 Ok if you use the Website Tool File Manger to save your files that is a NO, NO that is why you are getting errors. What I would do is use Front Page to edit and save it then upload it to the server using FTP Client. Not the Website File Manager. Thanks a lot for your reply. I have frontpage 2000, and I don't think it can edit php files... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.