osCmax v2.5 User Manual
Results 1 to 4 of 4

Need to delete table_background_default from ?header?

This is a discussion on Need to delete table_background_default from ?header? within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; I'm really new to php, but I think I'm doing a pretty good job thanks to postings from others...so thanks!! ...

      
  1. #1
    New Member
    Join Date
    Jul 2004
    Location
    Cromwell, CT
    Posts
    12
    Rep Power
    0


    Default Need to delete table_background_default from ?header?

    I'm really new to php, but I think I'm doing a pretty good job thanks to postings from others...so thanks!!

    But...I would like to remove the table_background_default.gif from what I believe is in the header. I've checked in header.php but don't see it anywhere. I've also tried to find mainpage.tpl.php (If I remember correctly) but I don't seem to have catalog/templates as a folder. I've also checked in catalog/includes/languages/english and still don't see that darn php file anywhere.

    So my question is what file do I need to modify to remove the table_background_default.gif img src reference. (It's above and to the right of the "Thanks for stopping in! Would you like to log yourself in?
    Or would you prefer to create an account?")

    My main purpose in all of this is to make the "Thanks for stopping in! Would you like to log yourself in? Or would you prefer to create an account?" phrase level with the left and right columns.

    Link to the site is http://208.56.168.199/catalog/ you'll see the image come up with an x cause I deleted it for now.

    And just as a curiosity is there a list anywhere that has the files broken out with their general purpose...maybe broken out in a tree format?

    Thanks for any help!!!

  2. #2
    osCMax Development Team
    Join Date
    Nov 2002
    Location
    Orlando
    Posts
    433
    Rep Power
    14


    Default

    Hi Miystic,

    Look in catalog/templates/content/index_default.tpl

    It is about line 19 or 20. Since I'm not sure what version or mod you have you may have to insert your template name in between templates and content.

    Just look for this and you can modify this and probably just pull the whole line. Or, even better just put // right before echo and that should meet your needs.
    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>
    Hope this helps.
    John

  3. #3
    New Member
    Join Date
    Jul 2004
    Location
    Cromwell, CT
    Posts
    12
    Rep Power
    0


    Default

    Worked like a charm!!! THANK YOU SOOOOO MUCH!!!!

    Once I knew what the heck to look for deleting it was easy )

    Michelle

  4. #4
    osCMax Development Team
    Join Date
    Nov 2002
    Location
    Orlando
    Posts
    433
    Rep Power
    14


    Default

    Yea Michelle, knowing is definitely more than half the battle with this.
    John

Similar Threads

  1. please delete
    By markymrk22 in forum osCommerce 2.2 Discussion
    Replies: 0
    Last Post: 09-02-2005, 03:15 PM
  2. header / header.php top logo problem
    By the_error_king in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 04-05-2004, 05:02 PM
  3. Trying to delete categories problem need help
    By nopie in forum osCMax v1.7 Installation
    Replies: 1
    Last Post: 12-11-2003, 01:29 PM
  4. Can't delete customers from admin
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 09-30-2003, 11:04 PM
  5. not able to delete GV pages header images
    By Dumb_Question in forum osCmax v1.7 Discussion
    Replies: 3
    Last Post: 08-30-2003, 06:30 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •