OSCOMMERCE SUPPORT CALL 702-453-3332

 

Help - Search - Members - Calendar
Full Version: How to Remove "What's New Here?" Pic,
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > Tips and Tricks
peteschulte
After loading Category and Subcategory icons through the Admin panel,

you can remove the icon in the upper right of the Home Page
below the navigation bar. In index.php about line 300, comment out the php code by adding // as below.


CODE
<td class="pageHeading" align="right"><?php //echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>


The icon disappeared from the Home Page, but when I visit a Category or Subcategory page, the proper icon is in that spot.

This is my first post in Tips and Tricks, with gratitude to Nick Toyicebear, Bill Kellum and all the others whose work has helped me along.
Any correction to this post will be even more welcome.

The store is not yet published and I'm still working with the header-footer areas in particular.


-- Thanks, you all! --
jlukasavige
Awesome! I looked everywhere for this. Now I just need to get rid of that text on the home page. It has to be in that file somewhere.
CoSmis
The main_text is in catalog/includes/languages/english/index.php, just like the default installation says smile.gif

Also, all I did was decrease the icons to 1 pixel using photoshop and deleted the graphic so its transparent, customer doesnt know it exists.

I am trying to figure out how to put a login box on the homepage, any ideas? Here's my site; if you like what you see I can explain how to do it: My Shop
tiny2005
Man I was struggling with that ugly gif image too and had no idea where it was on the file, great job on finding it that image is hideous. I know a lot of other people are looking to get rid of that thing too. thumbsup.gif
geoffreywalton
More info on messing around with the layout and boxes.

http://www.oscommerce.info/kb/osCommerce/C...sign_and_Layout

Some threads from googling

site:forums.oscommerce.com login every page

http://forums.oscommerce.com/lofiversion/i...php?t70973.html
Eskarina
QUOTE (peteschulte @ Jan 7 2008, 11:34 PM) *
After loading Category and Subcategory icons through the Admin panel,

you can remove the icon in the upper right of the Home Page
below the navigation bar. In index.php about line 300, comment out the php code by adding // as below.


CODE
<td class="pageHeading" align="right"><?php //echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>


The icon disappeared from the Home Page, but when I visit a Category or Subcategory page, the proper icon is in that spot.

This is my first post in Tips and Tricks, with gratitude to Nick Toyicebear, Bill Kellum and all the others whose work has helped me along.
Any correction to this post will be even more welcome.

The store is not yet published and I'm still working with the header-footer areas in particular.


-- Thanks, you all! --

thumbsup.gif
Thanks for that peteschulte . I installed osc 2 days ago & it's been driving me round the twist ever since smile.gif Thanks for sharing thumbsup.gif
nzshelley
I'd like to remove all the images that appear right of heading, not just the index page. How do I do that?

Thanks
Shelley
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.