webbqt Posted September 25, 2005 Posted September 25, 2005 I'm not even sure what that box is called, the one above the address bar and everything else, but right now it says osCommerse when I go to my web site. I'd like to change it as well as the little box at the very bottom of the screen to my web site's name. I've looked through my files to find the place to change this, and searched around knowledge base too, but I can't find it. (could be because I don't even know what to call the boxes)
trustco Posted September 25, 2005 Posted September 25, 2005 to edit the name on the title bar at the very top of the screen... /admin/includes/languages/english.php around line 47, you'll see this code.. // page title define('TITLE', 'osCommerce'); simply change 'osCommerce' to the name of your store.
webbqt Posted September 25, 2005 Author Posted September 25, 2005 Easy to find and easy to change. Thanks. but...... When I made the change I got a parse error on line 108 - not the line I changed. I've tried to change it from my cpanel as well as from admin/file manager. After the parse error shows up, I just reload the original file and that fixes it, but can't change the page title.
Edze Posted September 25, 2005 Posted September 25, 2005 Easy to find and easy to change. Thanks.but...... When I made the change I got a parse error on line 108 - not the line I changed. I've tried to change it from my cpanel as well as from admin/file manager. After the parse error shows up, I just reload the original file and that fixes it, but can't change the page title. Hi Denise, Always use FTP to place a copy of the file on your PC, then use a simple text editor like UltraEdit-32 to change the file. Then use FTP to upload the file to your webserver again. Before making any changes, please save a copy of the file as a backup! Never use the admin - file editor or the editor in your control panel. Regards, Edze
webbqt Posted September 25, 2005 Author Posted September 25, 2005 Hi Denise, Always use FTP to place a copy of the file on your PC, then use a simple text editor like UltraEdit-32 to change the file. Then use FTP to upload the file to your webserver again. Before making any changes, please save a copy of the file as a backup! Never use the admin - file editor or the editor in your control panel. Regards, Edze I tried the free trial of UltraEdit-32 to make this change. When I check my files it shows the change (osCommerse to my web site name), but when you go to the online catalog it still says osCommerce.....am I missing a change somewhere else?
webbqt Posted September 25, 2005 Author Posted September 25, 2005 I tried the free trial of UltraEdit-32 to make this change. When I check my files it shows the change (osCommerse to my web site name), but when you go to the online catalog it still says osCommerce.....am I missing a change somewhere else? Tried again, and it worked :D Thanks for the help :D
sev7en Posted September 26, 2005 Posted September 26, 2005 Thank you, I was also looking for this one!
Guest Posted January 11, 2006 Posted January 11, 2006 I am getting this in the titlebar of my browser: $title - Microsoft Interent Explorer Would you happen to know how to correct that. I added the name of my store in catalog/mystore/includes/languages/english.php, but this keeps showing instead. Help! Kay
mtechama Posted January 11, 2006 Posted January 11, 2006 Dave what is your addy? Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
mtechama Posted January 11, 2006 Posted January 11, 2006 [email protected] I don't mean your Email address I meant your Web address? Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
Guest Posted January 11, 2006 Posted January 11, 2006 oh...I'm sorry. The address is www.davakay.com.
mtechama Posted January 11, 2006 Posted January 11, 2006 oh...I'm sorry. The address is www.davakay.com. Dave to me I don't see no $title-Microsoft Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
Guest Posted January 11, 2006 Posted January 11, 2006 ok...I sent you to my main page. The link to my webstore is www.davakay.com/davikwebstore.
mtechama Posted January 11, 2006 Posted January 11, 2006 ok...I sent you to my main page. The link to my webstore is www.davakay.com/davikwebstore. ok got to www.davakay.com/davikwebstore/admin then look in your includes/language/english.php look for this line: From: // page title define('TITLE', '$title'); To: // page title define('TITLE', 'osCommerce'); to test it out Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
Guest Posted January 12, 2006 Posted January 12, 2006 ok...I have made this change in catalog/includes/languages/english.php, then, ftp the file back to the same location, but it still shows $title - Microsoft etc... in the titlebar.
mtechama Posted January 12, 2006 Posted January 12, 2006 ok...I have made this change in catalog/includes/languages/english.php, then, ftp the file back to the same location, but it still shows $title - Microsoft etc... in the titlebar. by looking at your site you need to re-upload your catalog and re-install osCommerce to mysql that should solve the problem Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
Guest Posted January 12, 2006 Posted January 12, 2006 Thank you for your help. I'll try that again.....
webbqt Posted January 19, 2006 Author Posted January 19, 2006 It's me again. This time I'm wondering how to get the "<title>" out of the title. Mine reads <title> Name of Store. All the pages start with the <title> then the catagory name. You can see it at www.webbsgraphics.com/decals. Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.