MysticBlues Posted June 1, 2004 Share Posted June 1, 2004 Where do you change the following text? Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account? Link to comment Share on other sites More sharing options...
Guest Posted June 1, 2004 Share Posted June 1, 2004 http://wiki.oscommerce.com/docsCat and go down to text change The_Bear Link to comment Share on other sites More sharing options...
batteryrat Posted June 1, 2004 Share Posted June 1, 2004 define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s"><u>log yourself in</u></a>? Or would you prefer to <a href="%s"><u>create an account</u></a>?'); line 281 in my languages/english.php :D Vertical Climb watch me loose grip an plumit!! Link to comment Share on other sites More sharing options...
Guest Posted June 1, 2004 Share Posted June 1, 2004 Where do you change the following text? Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account? catalog\includes\languages\english\index.php (or replace "english" with whatever language you are using) now edit the php script, and goto the line that starts with define('TEXT_MAIN', ' Welcome guest... '); now just replace "welcome guest....." with what u want it to say, thats it :) Link to comment Share on other sites More sharing options...
MysticBlues Posted June 1, 2004 Author Share Posted June 1, 2004 Thanks... Can it be centered too??? If so what would the code look like? Link to comment Share on other sites More sharing options...
bobthelucky Posted June 1, 2004 Share Posted June 1, 2004 the file you want is in catalog/includes/languges/english.php at the bottom most of the way down you will find this///// define('TEXT_GREETING_PERSONAL', 'Welcome back <span class="greetUser">%s!</span> Would you like to see which <a href="%s"><u>new products</u></a> are available to purchase?'); define('TEXT_GREETING_PERSONAL_RELOGON', '<small>If you are not %s, please <a href="%s"><u>log yourself in</u></a> with your account information.</small>'); define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s"><u>log yourself in</u></a>? Or would you prefer to <a href="%s"><u>create an account</u></a>?'); as far as how to center it im not to sure i guess you could try putting it in a table and centering it that way just be sure to keep a back up copy before working on it.hope this helps Link to comment Share on other sites More sharing options...
batteryrat Posted June 2, 2004 Share Posted June 2, 2004 heres a question for you how did you get the bleed through white to blue on the title bars? Vertical Climb watch me loose grip an plumit!! Link to comment Share on other sites More sharing options...
Guest Posted July 16, 2004 Share Posted July 16, 2004 Its a gif file used through out the menu and info boxes as a BG image. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.