Page 1 of 1

Problems with subfolders

Posted: 12 Nov 2007, 08:58
by exelone
Hello,

I currently have my gallery set up as the following:
Folder with all of imagevue data and settings
_Content Folder
__Group Folder
___Image Folder

I am trying to add several subfolders inside of the imagefolders but the admin doesn't recognize or see it.
Could you please help me with this issue.
My web site is:
http://alexbitar.com/

Thanks
Alex

Posted: 12 Nov 2007, 09:05
by globetrotter
Imagevue does not support more subfolders.

Posted: 12 Nov 2007, 16:11
by exelone
Thanks for responding.

I am using the softwhite template. From this template there is a "content" folder where all of my group folders and imagefolders are. So my website has all the data in the main folder then the following configuration of folders:

Content>Group Folder>Imagefolder

The problem I have is that No matter how many Group folders I make at the group folder level, the software is only accessing the first one. I've tried renaming folders and adding and deleting different ones but the same result.

the config.ini has the following first four lines:
globalpath = false
contentfolder = false
singlelevel = false
folder = false

Do I need to change a command in here?
Any help would be greatly appreciated.
Thanks

Posted: 13 Nov 2007, 01:47
by globetrotter
When you are using templates, you have to edit the ini files in the template directory: http://alexbitar.com/templates/softwhite/config.ini

Change in this ini file:
Code
singlelevel = true
to:
Code
singlelevel = false

Posted: 13 Nov 2007, 09:09
by exelone
Thank you very much.
That did the trick :lol: