Guest Posted June 27, 2010 Share Posted June 27, 2010 Hi, I've tried following the information on how to change my text on my home page, - I have been running the site for 6 years and decided to remove my SSL certificate - not I need to change the reference for the link for my log in and create account as it's pointing people to https:// rather than http:// problem is I can't find where to change it - in all the documentation it says it should be in my catalog/includes/languages/English/index.php file - but this is an old out of date file that I know is being referenced by the site - so now I'm stumped as to where it is I can find it so I can change it - at the moment noone can log in so it's pretty urgent I figure this out - any one have any other suggestions? The Documentation/Instructions say - 3. … Change the Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account on the front page? Go to catalog/includes/languages/English/index.php Find the following line and change it to what you want it to say when I go to my file it just shows this which hasn't been active since 2006? What other file could I be looking for???? [b]Any help would be greatly appreciated. thanks in advance[/b] Maria <?php/* $Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License*/ define('TEXT_MAIN', '<font size="1"><font size="2" color="Red"><b><P></P></font> <P></p><font size="4">The Scrapboxx February 2006 Augusta/Western Australia Scrapbook Retreat is filling fast! </font><a href="http://scrapboxx.com/catalog/index.php?cPath=335"> <font color="Blue"><font size="2"><font size="3">Click here for dates and package details! <P></p><P></p></font></font></font> </a><font color="black"><font size="1"><b><font size="2"></b></font> <P></p></font><P></p><font size="2"> <font color="#d59068"><font color="Black"><font size="2"><b>Click on this link to view all the</font></font>- <a href="http://scrapboxx.com/catalog/products_new.php"><u><font color="Blue"><font size="2">NEW PRODUCTS </font></font></u></a></b></font><b>recently added to our site. You will receive a <u><font color="Blue"><a href="http://scrapboxx.com/catalog/articles.php?tPath=6"><font color="Blue"><u>20% discount</u></font></font></a></u> voucher when you create an account with us! - click on <font color="Blue"><a href="http://scrapboxx.com/catalog/articles.php?tPath=6"><u><font color="Blue">this link</font></u> </a></font>for full details and conditions.<P>Thanks for taking the time to visit us.</b></b><i><p></p>Maria and the Scrapboxx Team<P></p></i><P></p><font size="-1"><b>All Australian prices include GST</b></font><P></p> <font size="1" color="#808080"> Our website background is scrapbooking paper - Shimmering Sage by Rick Perdue for Creative Imaginations.</font> <p></p> <a href="http://www.aussiescrapbooking.com/topsites/in.php?id=62"target="_blank"><img src="http://www.aussiescrapbooking.com/topsites/button.php?id=62" border="0" /></a> <a href="http://www.ausscrapcentral.com.au/aschot50/in.php?id=47"target="_blank"><img src="http://www.ausscrapcentral.com.au/aschot50/button.php?id=47" border="0" /></a> <a href="http://www.scrapbookingtop50.com.au/topsites/in.php?id=38"target="_blank"><img src="http://www.scrapbookingtop50.com.au/topsites/button.php?id=38" border="0" /></a> </div><div id="Layer2" style="position:absolute; width:201px; height:60px; z-index:2; left: 50%; top: 23%"><font face="Verdana, Arial, Helvetica, sans-serif" size="4" color="#D59068"><b><font size="3"><font color="Blue"><a href="http://www.scrapboxx.com/forum" target="_blank"></i><font size="2" color="Black"></font> <font size="2" color="Blue"><font size="4">Forum</font></font> </a></font></b><font color="Black"><font size="2"></font></font></font></div><div id="Layer2" style="position:absolute; width:201px; height:60px; z-index:2; left: 58%; top:23%"><font face="Verdana, Arial, Helvetica, sans-serif" size="4" color="#D59068"><b><font size="3"><font color="Blue"><a href="http://scrapboxx.com/forum/index.php?act=module&module=gallery" target="_black"><font size="4" color="Blue">Gallery </font><a/></font> </font></b><font color="Black"><font size="2"></font></font></font></div></b></i></font><P></P>');define('TABLE_HEADING_NEW_PRODUCTS', 'Featured Products');define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products');define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected'); if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) { define('HEADING_TITLE', 'Products in this category'); define('TABLE_HEADING_IMAGE', ''); define('TABLE_HEADING_MODEL', 'Model'); define('TABLE_HEADING_PRODUCTS', 'Product Name'); define('TABLE_HEADING_MANUFACTURER', 'Manufacturer'); define('TABLE_HEADING_QUANTITY', 'Quantity'); define('TABLE_HEADING_PRICE', 'Price'); define('TABLE_HEADING_WEIGHT', 'Weight'); define('TABLE_HEADING_BUY_NOW', 'Buy Now'); define('TEXT_NO_PRODUCTS', 'Items currently out of stock - please check back later.'); define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.'); define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: '); define('TEXT_SHOW', '<b>Show:</b>'); define('TEXT_BUY', 'Buy 1 \''); define('TEXT_NOW', '\' now'); define('TEXT_ALL_CATEGORIES', 'All Categories'); define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers'); } elseif ($category_depth == 'top') { define('HEADING_TITLE', 'Welcome');} elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories');}?> Link to comment Share on other sites More sharing options...
BryceJr Posted June 27, 2010 Share Posted June 27, 2010 Hi, I've tried following the information on how to change my text on my home page, - I have been running the site for 6 years and decided to remove my SSL certificate - not I need to change the reference for the link for my log in and create account as it's pointing people to https:// rather than http:// problem is I can't find where to change it - ... Edit your configure.php file. Make this change. define('ENABLE_SSL', 'false'); Link to comment Share on other sites More sharing options...
Guest Posted June 27, 2010 Share Posted June 27, 2010 THANKS SO MUCH FOR YOUR REPLY - THAT WORKS A TREAT!!!! Appreciate your quick response. Maria :D Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.