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
Categories
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
http://www.exgenz.com
I'm now using Mimbo, but I was using Mozilla Modern Tribute and it was the same
I'm now using Mimbo, but I was using Mozilla Modern Tribute and it was the same
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
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.
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.
=Don=