Search…

X3 Photo Gallery Support Forums

Search…
 
ndorfnz
Topic Author
Posts: 19
Joined: 22 Nov 2006, 09:38

Path of Images

07 Dec 2007, 08:06

I have my imagevue installed under www.mysite.com/imagevuegallery/ path.

I have my images I want to used loaded to www.mysite.com/Gallery/folders

How do I reference this in the config.ini to work correctly?

Been looking at folders, globalpath, etc but all the sample appear in the URL.

When I used these samples in my .ini path it fails.

Appreciate the guidance!

Thanks.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

08 Dec 2007, 23:08

There are sometimes problems related to having your images located outside of the imagevue root folder because of server restrictions. It may work fine though ...

You need to set your contentfolder so that it point towards your image folder. In the case of your example, it would look like this:
Code
contentfolder = ../Gallery/folders/
Keep in mind that with the example above, the folder "folders" is considered a contentfolder and need to have groupfolders and imagefolders below it. Ex.: ../Gallery/folders/groupfolder/imagefolder/ -

Perhaps you can send a link to your gallery if you can't get it working?