Results 1 to 4 of 4

Thread: Adding a Category Icon?

  1. #1
    Thread Starter
    Senior Member jakesterz's Avatar
    Join Date
    Aug 2009
    Posts
    194
    Thanks
    0
    Thanked 1 Time in 1 Post

    Adding a Category Icon?

    How can I add additional category icons? I made it the right size and added it to the directory, but it doesn't show up on the list in the admin panel.

  2. #2
    Thread Starter
    Senior Member jakesterz's Avatar
    Join Date
    Aug 2009
    Posts
    194
    Thanks
    0
    Thanked 1 Time in 1 Post

    Re: Adding a Category Icon?

    Anyone?

  3. #3
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Adding a Category Icon?

    I recommend just using the image thumbnails instead. I know you were having trouble getting it to work but I just took a look at your site and think I've got a solution. I believe it's having trouble finding the correct path because the images are there. Version 3.0 due out later this year will handle these thumbnails much better and prevent people from having these sort of pathing issues.

    For example:
    http://cityeventscalendar.org/wp-conten ... 921722.jpg" onclick="window.open(this.href);return false;

    Try this fix:
    Edit your /classipress/includes/img_resize.php file and replace the following:
    Code:
    $image_url = "../../../../wp-content/uploads/classipress/".$_GET["url"];
    with:

    Code:
    $image_url = "http://cityeventscalendar.org/wp-content/uploads/classipress/".$_GET["url"];
    Hopefully that will fix it. If not, let me know and we'll try something else.

  4. #4
    Thread Starter
    Senior Member jakesterz's Avatar
    Join Date
    Aug 2009
    Posts
    194
    Thanks
    0
    Thanked 1 Time in 1 Post

    Re: Adding a Category Icon?

    Nope. I already tried that per another post. No dice.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)