Page 1 of 1

Categories

Posted: Sun Feb 01, 2009 4:20 pm
by maddox
Hi, maybe i'm newb, but anyway when I write a Post, with Image.. the images will load in the frontpage everything looks fine, but when you read the post by Categories.. you can't see any pictures.. anyone know why?


Thank you

Posted: Sun Feb 01, 2009 4:31 pm
by Don Chambers
Can you provide a URL to your site? What template are you using?

Posted: Sun Feb 01, 2009 4:47 pm
by maddox
http://www.exgenz.com

I'm now using Mimbo, but I was using Mozilla Modern Tribute and it was the same

Posted: Sun Feb 01, 2009 5:38 pm
by Don Chambers
I think it is just your configured path settings...

You seem to have installed serendipity in the root of your domain. If so, under Configuration -> Paths, make sure your paths are:

Upload path: uploads/
Relative path: /
Relative upload path: uploads/

The reason the photo is not showing is because the image was inserted as: <img src="uploads/etwlpmti.jpg" alt="" />. From the frontpage, that will find the image. However, from a detailed page view, the relative path of uploads/ instead of /uploads/ will not work... so you will need to correct the entries in addition to your paths. Once the paths are correctly configured, images should be inserted into entries correctly.

Posted: Sun Feb 01, 2009 5:45 pm
by maddox
It is now working with /uploads/ as path.

Thank you:)