Search…

X3 Photo Gallery Support Forums

Search…
 
Dirk
Topic Author
Posts: 3
Joined: 29 Jan 2007, 05:57

cannot combine contentfolder and singlelevel parameter?

29 Jan 2007, 06:05

Hi,

Dir structure:
\imagevue\
\imagevue\upload
\pictures\
\pictures\A\day1
\pictures\A\day2
\pictures\B\

I found that if I start imagevue with the contentfolder like this, it works:
http://1.1.1.1/imagevue/upload/index.ph ... /Pictures/
You'll see 2 folders, A and B and under A there's day1 and day2.

Now if I add the singlelevel parameter because I only want to show the folders under /pictures/A/ as 'menu-items' like this:
http://1.1.1.1/imagevue/upload/index.ph ... glelevel=A

Imagevue now suddenly tries to use the content under \imagevue\upload\content\ instead of the contentfolder that I defined.

-Is this a known issue?
-Any workarounds?

I would like to have my images not under the imagevue directory.

Tnx!
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

29 Jan 2007, 09:46

You should write variables like this:

http://1.1.1.1/imagevue/upload/index.ph ... glelevel=A

using ? before variable string and separate them with &.

Or put contentfolder=../../Pictures/ into config.ini and use only ?singlelevel= in query string.
firedev.com
 
Dirk
Topic Author
Posts: 3
Joined: 29 Jan 2007, 05:57

30 Jan 2007, 00:45

Pain,

You made my day. Reading your email I cannot believe what I was thinking. Ofcourse I should use the '&' instead of the '?', but for some reason I couldn't see.

It works now!

Thanks!
DJ