homestead embroidery Posted April 16, 2009 Posted April 16, 2009 Hey all, Still kinda new here and loving all of the help thru the search function. I can find how to change the text, but I am looking to remove it completely. Thanks in advance for all of the help. Matt
Guest Posted April 16, 2009 Posted April 16, 2009 I used the search box at top right of page, entered "remove welcome guest" and had the answer in a few seconds. :) http://www.oscommerce.com/forums/index.php?sho...e+welcome+guest
BryceJr Posted April 16, 2009 Posted April 16, 2009 Hey all, Still kinda new here and loving all of the help thru the search function. I can find how to change the text, but I am looking to remove it completely. Thanks in advance for all of the help. Matt This is pinned in this forum. That's #3 How Do I ...? All the basic install questions regularly asked... Helpful links 1. How do I ... Regularly Asked questions 2. osc Design & Layout 3. Knowledge Base 4. Newbie Roadmap
homestead embroidery Posted April 16, 2009 Author Posted April 16, 2009 I used the search box at top right of page, entered "remove welcome guest"and had the answer in a few seconds. :) http://www.oscommerce.com/forums/index.php?sho...e+welcome+guest I tried that, I placed a // infront of the line and it got DEFINE_GREETING_TEXT. I would like to remove it, not just change it.
Guest Posted April 16, 2009 Posted April 16, 2009 One way to do it is, Open catalog/includes/languages/english Find: 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>?'); change to: define('TEXT_GREETING_GUEST', '');
homestead embroidery Posted April 16, 2009 Author Posted April 16, 2009 One way to do it is, Open catalog/includes/languages/english Find: 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>?'); change to: define('TEXT_GREETING_GUEST', ''); Ok, did not see this one. It has been a long day... sorry..... thanks again
Guest Posted April 17, 2009 Posted April 17, 2009 I do not have this line [/b] Any where on this page [b]Go to catalog/includes/languages/English/index.php[/b] yet i still have this [b]Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?[/b] on my front page??????
Recommended Posts
Archived
This topic is now archived and is closed to further replies.