coldclimber Posted April 25, 2004 Posted April 25, 2004 Wher do i go to edit the front page where it say's Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account? as i wish to add futher text here and an image Climb to Live, Live to climb
OceanRanch Posted April 25, 2004 Posted April 25, 2004 catalog/includes/languages/english.php around line 284 HTH Tom
zzfritz Posted April 25, 2004 Posted April 25, 2004 The first line with the greeting and invitation to log in or create an account is created by a call to a function tep_customer_greeting() in includes/functions/general.php, which uses the text handles TEXT_GREETING_PERSONAL and TEXT_GREETING_GUEST which are located in includes/languages/english.php (or other language). If you edit these, pay attention to where the "%s" tokens are, as they are used to insert the name and filenames for the create account and login pages. Read the whole topic where someone else staggered through this same thicket: http://www.oscommerce.com/forums/index.php?showtopic=88650&st=0 I wouldn't suggest trying that unless you have some coding skill. If all you want to do is change the rest of the index page, it can be edited in the define of TEXT_MAIN in includes/languages/english/index.php.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.