Results 1 to 2 of 2

Use a gif image instead of text in boxes

This is a discussion on Use a gif image instead of text in boxes within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Can anyone point me to info on how to use a gif image in place of text in various boxes? ...

      
  1. #1
    Lurker
    Join Date
    Feb 2004
    Posts
    1
    Rep Power
    0


    Default Use a gif image instead of text in boxes

    Can anyone point me to info on how to use a gif image in place of text in various boxes? For example, can I design my own navigation buttons to use under the "category" box that will replace the standard text? Can I also add a separate hover button there too? Thanks for any help.

  2. #2
    Active Member
    Join Date
    Jan 2003
    Location
    Surrey, UK
    Posts
    126
    Rep Power
    0


    Default

    in includes/boxes/categories.php look for where it shows:

    $tree[$counter]['name']

    replace this with

    tep_image(DIR_WS_IMAGES . 'navigation/' . $tree[$counter]['name'] . '.gif')

    and make sure you create a directory in images/ called "navigation" and in that place gif images named the same as your category names.

    Actually a safer way would be to use

    tep_image(DIR_WS_IMAGES . 'navigation/' . $counter . '.gif')

    ..and just name your images after the category numbers. This would avoid problems with spaces and other characters in the category names.


    jon


Similar Threads

  1. image headers in info boxes?
    By Dragonmom in forum osCmax v2 Customization/Mods
    Replies: 4
    Last Post: 12-20-2006, 08:13 AM
  2. Attributes as text boxes?
    By webman in forum osCmax v2 Customization/Mods
    Replies: 9
    Last Post: 12-04-2005, 09:03 AM
  3. Change text colour for hyperlinks in boxes
    By ChocolateTeapot in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 04-25-2005, 12:05 PM
  4. Trying to put a image in php (/boxes/categories.php)
    By JBright in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 06-06-2003, 11:48 AM
  5. [b]Image around Boxes ?!?!?[/b]
    By iluminate in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 11-20-2002, 04:44 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
  •