Results 1 to 5 of 5

Thread: Remove folder image on Front Page

  1. #1
    Join Date
    Oct 2001
    Posts
    94

    Default Remove folder image on Front Page

    How do I remove the folder images on the front page.

    I edited the categories. Removed 'folder.gif' but they still appear on the page.

    Is this a cache problem? I cleared my browser cache without luck.

    Someone please help.

    Binto

  2. #2
    Join Date
    Aug 2001
    Location
    Toronto, Ontario
    Posts
    678

    Default

    in the admin setup page, leave the path to image category blank.

    hart

  3. #3
    Join Date
    Oct 2001
    Posts
    94

    Default

    Hart,
    Doing this leaves broken image marks.

    I will try to replace folder.gif with a transperent 1x1 image.

    Thanks all the same

    Binto

  4. #4
    Join Date
    Aug 2001
    Location
    Toronto, Ontario
    Posts
    678

    Default

    there is somewhere in the php files where the script call up the image folders, if we could just double slash it out it would solve the problem. I just don't recall which folder.

    Try to look for it in msg.php in the themes folder, and do a search for image folder or img src tags.

  5. #5
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    211

    Default

    Binto,

    Open category.class.php in lib folder (patch 1), then close line 516-521 like this :
    /*if($this->show_image == false) $image = "";
    else {
    if($cat_image=="") $cat_image = $this->default_image;
    else $cat_image = $this->image_path.$cat_image;
    $image = "<img src='$cat_image'>";
    }*/


    Sofiah

Similar Threads

  1. Remove Image from Index.php
    By craven in forum v5.x
    Replies: 2
    Last Post: 09-03-2003, 04:26 PM
  2. what does it mean ?
    By lewisw in forum v5.x
    Replies: 10
    Last Post: 08-29-2003, 02:05 AM
  3. Getting full control of image uploader
    By dody in forum Tutorials, Hints & Tips
    Replies: 2
    Last Post: 08-20-2003, 05:14 PM
  4. Remove Image arrow_red.gif
    By gspinney in forum v5.x
    Replies: 2
    Last Post: 07-11-2003, 04:36 AM
  5. Replies: 1
    Last Post: 09-01-2002, 11:12 AM

Posting Permissions

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