Can any one point me in the right direction as to where to change the default "Guest" to something else.....
I can't find it.....
Thank you for your help in advance.
This is a discussion on Changing default Guest to something else... within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Can any one point me in the right direction as to where to change the default "Guest" to something else..... ...
Can any one point me in the right direction as to where to change the default "Guest" to something else.....
I can't find it.....
Thank you for your help in advance.
To modify welcome text:
http://guide.oscdox.com/Modification...nd_Welcome.htm
Edit these lines:
While in there, take a look around... There are a ton of other text changes you can make!Code: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>?');
Michael Sasek
osCMax Developer
osCmax installation service - Have our professionals install osCmax on your server - same day service!
osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0
Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
Hi,
Thanks for that!
Just a small questioins... is there a Calendar contribution anywhere?
Thanks heaps for all your help
Angie
hi - which file is this found in?Originally Posted by msasek
Thanks,
Ivan
Ivan - if you click the link it will tell you.
But FYI - /catalog/includes/languages/english/default.php
Michael Sasek
osCMax Developer
osCmax installation service - Have our professionals install osCmax on your server - same day service!
osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0
Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
My default.php (default.php,v 1.20 2003/02/14) file doesn't have that in.
This is actually contained in catalog/includes/functions/general.php for anyone else who wants to make changes.
Here is an updated guide page that covers text changes and code changes for MS1:
http://www.oscdox.com/modules.php?op...ntroAndWelcome
Note: general.php contains the function that generates the greeting, but does not define the actual text. That is done in the /catalog/includes/languages/__english.php__ file, as of MS1.
Michael Sasek
osCMax Developer
osCmax installation service - Have our professionals install osCmax on your server - same day service!
osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0
Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
Just to correct all of these posts for newbies like myself:
This change is REALLY located in (atleast in my shop code) in the english.php file located in catalog/inlcudes/languages. Do a search for 'welcome' and you will find it easily.
And you can change colors/fonts etc in stylesheet.css in catalog/ dir.
HTH,
Phil
Bookmarks