nrieger Posted November 1, 2005 Posted November 1, 2005 Hi, I just created the login box on the right side of my site. No need for the "Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?" ..........I can't seem to find the file which i need to modify..Someone please help
Guest Posted November 1, 2005 Posted November 1, 2005 Hi, I just created the login box on the right side of my site. No need for the "Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?" ..........I can't seem to find the file which i need to modify..Someone please help Hi, you will find the 'Welcome Guest' comments in /languages/english.php file -- around line 284. One can change these in the 'Tools' 'Define Languages' or use TextPad editor to change it.
nrieger Posted November 1, 2005 Author Posted November 1, 2005 Hi, you will find the 'Welcome Guest' comments in /languages/english.php file -- around line 284. One can change these in the 'Tools' 'Define Languages' or use TextPad editor to change it. Sorry but i went thru the english.php and nothing can be found there......
Guest Posted November 1, 2005 Posted November 1, 2005 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>?'); line 284 or thereabouts
Guest Posted November 1, 2005 Posted November 1, 2005 Actually how do I change the 'Welcome To Our Online Store' message?
nrieger Posted November 1, 2005 Author Posted November 1, 2005 Actually how do I change the 'Welcome To Our Online Store' message? Catalog/includes/languages/english/index.php
nrieger Posted November 1, 2005 Author Posted November 1, 2005 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>?'); line 284 or thereabouts I have done what you said...but now it comes up "text greeting text"...as if it is looking for some text.....Is there another file i need to look for??
nrieger Posted November 2, 2005 Author Posted November 2, 2005 I have done what you said...but now it comes up "text greeting text"...as if it is looking for some text.....Is there another file i need to look for?? Bump it up....... I am getting the words "text greeting guest"....how can i remove that....i deleted the welcome guest message.... please help...
nrieger Posted November 2, 2005 Author Posted November 2, 2005 You've probably deleted some puncuation. Thank you ....that was it....
Recommended Posts
Archived
This topic is now archived and is closed to further replies.