Page 1 of 1

Directimage and Snowy Owls !?

Posted: 30 Sep 2007, 11:32
by D-ziner
Hi,
I have a page with some thumbnails of recent works.
When I use the link (shown below) to lead the visitor to the picture in the portfolio, it shows a snowy owl... :shock:

http://www.m75.be/portfolio/upload/?dir ... _email.jpg

This is the link to the original picture:
http://www.m75.be/portfolio/upload/cont ... _email.jpg

is use the "directimage" feature of:https://www.photo.gallery/support/docs/206

Posted: 01 Oct 2007, 04:44
by mjau-mjau
mmm ... I see it works with another image in your gallery - http://www.m75.be/portfolio/upload/?dir ... n/pic1.jpg - but it does not seem to work with any images in that specific group folder.

I am pretty sure it is because of the comma's in the group folder name "2 Print, ads, promos". Perhaps you can try to remove the comma's in that foldername so we can be sure this is the issue?

Posted: 01 Oct 2007, 08:47
by D-ziner
Yes, that is the answer ! No Comma's

So it would only accept HTML: _ & : . = tags... ?

Posted: 01 Oct 2007, 09:01
by mjau-mjau
I actually tried urlencoding the commas half expecting it to work, but it didn't :(
D-ziner wrote:Yes, that is the answer ! No Comma's

So it would only accept HTML: _ & : . = tags... ?
In fact there are a few characters you can not use. "&","=" will interfere with parameter settings as they are used to separate variables and values. Most other characters can be used, but there may be some I am not aware of. I would be careful with ":" and "." also while "_" or "-" should be fine.

Posted: 01 Oct 2007, 23:46
by D-ziner
Thanx, Your help is much appreciated