Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Where Do I Go To Change: Welcome Guest! Would You Like...


pulp2

Recommended Posts

Posted

Where do I go to change the wording for: Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?

 

 

I've looked in index.php and languages/english/index.php but can't seem to find it. Thanks!

Posted
Where do I go to change the wording for: Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?

I've looked in index.php and languages/english/index.php but can't seem to find it. Thanks!

 

 

You can find it in the languages/english.php file as a defined variable - TEXT_GREETING_PERSONAL.

 

Most (if not all) text will be this way, as opposed to being hardcoded. That makes it easily configurable for all languages.

Posted
You can find it in the languages/english.php file as a defined variable - TEXT_GREETING_PERSONAL.

 

Most (if not all) text will be this way, as opposed to being hard coded. That makes it easily configurable for all languages.

 

 

Thanks Brian. Is this also where I would go to set its alignment? I cant seem to figure out how to center it. Thanks!

Posted

Center it in the style sheet. add the line in red.

 

SPAN.greetUser {

font-family: Verdana, Arial, sans-serif;

font-size: 12px;

color: #f0a480;

font-weight: bold;

text-align: center;

}

 

Thanks Brian. Is this also where I would go to set its alignment? I cant seem to figure out how to center it. Thanks!
Posted
You can find it in the languages/english.php file as a defined variable - TEXT_GREETING_PERSONAL.

 

Most (if not all) text will be this way, as opposed to being hardcoded. That makes it easily configurable for all languages.

Hi

 

I wanted to remove this wording altogether, I uncommented the line you specified but now I have a big blank space on my home page then the words "TEXT_GREETING_GUEST" how can I get rid of that?

 

Also do you know what the definition is for create acount - ie the $name?

 

Thanks heaps

 

Lotti

Posted
Hi

 

I wanted to remove this wording altogether, I uncommented the line you specified but now I have a big blank space on my home page then the words "TEXT_GREETING_GUEST" how can I get rid of that?

 

Also do you know what the definition is for create acount - ie the $name?

 

Thanks heaps

 

Lotti

I sorted it - it's in general.php

Archived

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

×
×
  • Create New...