Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing "welcome guest" line


Recommended Posts

Posted

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

Posted
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

Posted

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', '');

Posted
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

Posted

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??????

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...