Can't see thumbnaills

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
macanarkist
Regular
Posts: 11
Joined: Mon Aug 22, 2005 9:35 pm

Can't see thumbnaills

Post by macanarkist »

Hi there,
my first post ;-)

I've got a little problem with viewing the thumbnails in the posts: I'm using the gdlib:

Code: Select all

gd
GD Support 	enabled
GD Version 	bundled (2.0.28 compatible)
FreeType Support 	enabled
FreeType Linkage 	with freetype
GIF Read Support 	enabled
GIF Create Support 	enabled
JPG Support 	enabled
PNG Support 	enabled
WBMP Support 	enabled
XBM Support 	enabled
and version 0.8.4

Well. the system is creating the thumbnails and saving it to the upload folder as it should be but if I click on the media library I'll get this code inserted into my textarea:

Code: Select all

<a href="/weblogs/serendipity/uploads/BlaueBerge.jpg" title="BlaueBerge.jpg" target="_blank">BlaueBerge.jpg</a>
Normally, to show something on a webpage there should be sthg. like this:

Code: Select all

<a href="/weblogs/serendipity/uploads/BlaueBerge.jpg" title="BlaueBerge.jpg" target="_blank"><img src="/weblogs/serendipity/uploads/BlaueBerge.serendipityThumb.jpg"></a>
Is there sthg. I've missed?

thx a lot in advance
Post Reply