pulp2 Posted June 23, 2007 Posted June 23, 2007 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!
brianghig Posted June 23, 2007 Posted June 23, 2007 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.
pulp2 Posted June 26, 2007 Author Posted June 26, 2007 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!
usernamenone Posted June 27, 2007 Posted June 27, 2007 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!
PJ2006 Posted June 28, 2007 Posted June 28, 2007 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
PJ2006 Posted June 28, 2007 Posted June 28, 2007 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.