Search…

X3 Photo Gallery Support Forums

Search…
 
D-ziner
Topic Author
Posts: 8
Joined: 13 Oct 2006, 03:13

Directimage and Snowy Owls !?

30 Sep 2007, 11:32

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

01 Oct 2007, 04:44

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?
 
D-ziner
Topic Author
Posts: 8
Joined: 13 Oct 2006, 03:13

01 Oct 2007, 08:47

Yes, that is the answer ! No Comma's

So it would only accept HTML: _ & : . = tags... ?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

01 Oct 2007, 09:01

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.
 
D-ziner
Topic Author
Posts: 8
Joined: 13 Oct 2006, 03:13

01 Oct 2007, 23:46

Thanx, Your help is much appreciated