dawnsgifts Posted March 1, 2004 Share Posted March 1, 2004 how do i change the page title right now all i says is dawn\ Link to comment Share on other sites More sharing options...
Guest Posted March 1, 2004 Share Posted March 1, 2004 In catalog/includes/languages/english.php look for: define('TITLE', 'osCommerce'); The_Bear Link to comment Share on other sites More sharing options...
dawnsgifts Posted March 2, 2004 Author Share Posted March 2, 2004 Title of the page looks like this Dawn\-Microsoft Internet Explorer how can i change this Link to comment Share on other sites More sharing options...
dawnsgifts Posted March 2, 2004 Author Share Posted March 2, 2004 Bear that did work thank you but i still need to change the page tile in internet exp Link to comment Share on other sites More sharing options...
Guest Posted March 2, 2004 Share Posted March 2, 2004 dawnsgifts - I ran into the same problem as you. If your using PHPEdit to write any of this code (highly recommended) this is what your code should look like starting on line 47: // page titledefine('TITLE', 'Dawn\'s Gifts'); That technically should make it work. PHPEdit makes it sooooooooo much easier to edit the code on all the pages. Hope it works out for you and good luck. Link to comment Share on other sites More sharing options...
dawnsgifts Posted March 2, 2004 Author Share Posted March 2, 2004 where do i get php edit Link to comment Share on other sites More sharing options...
Guest Posted March 2, 2004 Share Posted March 2, 2004 Here is the link to the main site: http://www.phpedit.net And this one directly to the download page: http://www.phpedit.net/products/PHPEdit/do...p#branch-stable It truly has made it easier for me. And as was told to me when editing the code DO NOT use the Admin within your browser....it doesn't edit properly and caused me frustration & headache. But you will need to upload the coreected pages in the proper directory via ftp. Link to comment Share on other sites More sharing options...
dawnsgifts Posted March 2, 2004 Author Share Posted March 2, 2004 so should i copy the whole thing say index.php then paste it to phpedit then edit that way Link to comment Share on other sites More sharing options...
dawnsgifts Posted March 2, 2004 Author Share Posted March 2, 2004 Fry is my favorite in that show to Link to comment Share on other sites More sharing options...
Guest Posted March 2, 2004 Share Posted March 2, 2004 There's 2 ways to do it. 1. Once the program is installed, open it > file > open, then find the file you want to edit. Then cut and paste the code I gave you into the proper area and save it. 2. Right click on the file and "open with...." and choose PHPEdit, then cut and paste. * REMEMBER: ALWAYS keep a 2nd backup copy of the origianl files and NEVER edit the backup copy. It has saved me many times when I screwed up the code. Good luck! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.