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!