Results 1 to 3 of 3

Thread: Permalink

  1. #1
    Thread Starter
    Senior Member dazzaboo2000's Avatar
    Join Date
    Sep 2009
    Posts
    133
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Permalink

    I am still having problems trying to get the photo thimbnails to show on the homepage and ads. I have installed the folders /uploads/classipress a few times, but not joy.

    After looking through the tutorials I think it might have something to do with my Parmalink. I am still quite confused as to what this actually is or does, but I went for a pretty option of /http:/taiwandeal.com/category/post-name/ But, when I go to my site now, and click on anything, it just keeps me an the homepage. www.taiwandeal.com

    Could someone help me whith what I should be actually adding as a good Permalink?

    Thanks.

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

    Re: Permalink

    First change your permalinks to a custom structure and use /%postname%/

    See if that fixes your thumbnails. If not, keep reading.

    Edit this file \includes\img_resize.php and replace the line:

    Code:
    $image_url = "../../../../wp-content/uploads/classipress/".$_GET["url"];
    with this line:

    Code:
    $image_url = "http://taiwandeal.com/wp-content/uploads/classipress/".$_GET["url"];
    That should fix it.

  3. #3
    Thread Starter
    Senior Member dazzaboo2000's Avatar
    Join Date
    Sep 2009
    Posts
    133
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Permalink

    Did a complete reinstall and that seemed to fix the problem.I must have been going wrong somewhere along the line when I was installing. Thanks for your time.

    Hope you don't mind I might need to keep posting along the way as I try to edit and get the site set up as I want it.

    Thanks

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. The recommended permalink structure
    By ejikoala in forum ClassiPress General Discussion
    Replies: 3
    Last Post: January 17th, 2011, 09:51 AM
  2. permalink
    By wesselsboer in forum ClassiPress General Discussion
    Replies: 2
    Last Post: August 14th, 2010, 04:51 PM
  3. Word category in permalink
    By wesselsboer in forum ClassiPress General Discussion
    Replies: 1
    Last Post: September 28th, 2009, 10:31 PM
  4. post name in permalink will it run out of names?
    By TheSyndicate in forum ClassiPress General Discussion
    Replies: 5
    Last Post: August 22nd, 2009, 07:09 PM