OSCOMMERCE SUPPORT CALL 702-453-3332

 

Help - Search - Members - Calendar
Full Version: to place a big pic in the main page
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > Contributions / Add-Ons > Templates and Images
onecoup
please help to replace

"Welcome to Friday Home Shop
Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account? "

with a big picture.

thanks!


constructofamind
QUOTE (onecoup @ May 21 2008, 03:08 AM) *
please help to replace

"Welcome to Friday Home Shop
Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account? "

with a big picture.

thanks!


I haven't tested this, but I believe if you edit this line of text in catalog/includes/language/english.php it will change the second line.

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

I didn't find a place to edit the "Welcome to Friday Home Shop", but I'll keep looking.

Also, if you're don't know php or html all that well, the code modified to display JUST a picture would look like this:

define('TEXT_GREETING_GUEST', '<img src="put/your/path/to/your/image/here/pic.jpg">');
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.