gamewog Posted August 7, 2005 Share Posted August 7, 2005 I have recently launched an oscommerce sight and would like to change the layout a bit. I would like to insert some content (perhaps "about us") between my logo and the "New Products" box, but keep the left and right columns the same. I am VERY new to this so please keep your suggestions as simple as possible. I know a little html but php is a mystery to me. Assume I know nothing. Also, on my PC the site looks too wide, but my hoster assures me it's a resolution problem. Could someone please check out the site and see if the width is right? I have only just gotten the site, so any suggestions on improvement will be greatly appreciated. My Webpage Thanks for any help. :huh: Link to comment Share on other sites More sharing options...
KaiAnimation Posted August 7, 2005 Share Posted August 7, 2005 You can define some text in catalog/includes/language/english/index.php. Unless you've deleted it ('TEXT_MAIN', 'Some Text'); is the place to add the text you're looking for. Danny If I'm giving advice, it is based on what path I would take to fix your problem. My path may be wrong. Link to comment Share on other sites More sharing options...
gamewog Posted August 7, 2005 Author Share Posted August 7, 2005 I meant to say I want to ad text content betweent the "Welcome to Gamewog" greeting and "New products for .." Anyone? :'( Total newbie here in need of help! :blush: Link to comment Share on other sites More sharing options...
gamewog Posted August 7, 2005 Author Share Posted August 7, 2005 I meant to say I want to ad text content between the "Welcome to Gamewog" greeting and "New products for .." Anyone? :'( Total newbie here in need of help! :blush: Link to comment Share on other sites More sharing options...
gamewog Posted August 7, 2005 Author Share Posted August 7, 2005 Where is the catalog/includes/language/english/index.php file? I found an includes file in the www folder but that's it. Like I said, I'm totally clueless about this. Thanks. :blink: Link to comment Share on other sites More sharing options...
gamewog Posted August 7, 2005 Author Share Posted August 7, 2005 I found www/includes/languages/english.php. Is this what you're talking about? Link to comment Share on other sites More sharing options...
KaiAnimation Posted August 7, 2005 Share Posted August 7, 2005 I found www/includes/languages/english.php. Is this what you're talking about? There should be a folder called english in the language folder and a file in english called index.php. You can copy this folder onto your desktop from your server, then you can open it with a text editor, like Notepad. There will probably be a line of code that says ('TEXT_MAIN', 'Some Text'); This is where you want to put your text, ie:('TEXT_MAIN', 'Your New Text'); and save the file. After the file is saved, copy and paste it back to the server. It will replace your old file. There is another index.php folder on your root folder. Don't mix this up with the other index.php file that you are working in. If I'm giving advice, it is based on what path I would take to fix your problem. My path may be wrong. Link to comment Share on other sites More sharing options...
gamewog Posted August 7, 2005 Author Share Posted August 7, 2005 Thanks! Found it. :P Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.