Search…

X3 Photo Gallery Support Forums

Search…
 
martino
Topic Author
Posts: 13
Joined: 14 Dec 2007, 14:43

Link to specific folder

29 Nov 2010, 10:05

Hello,

Is there a way to link (from a static website) to a specific folder in imagevue? I have an event folder that I want to have my site linked to.

I'm running Imagevue 2.1.8.1

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

Re: Link to specific folder

30 Nov 2010, 04:03

Yes, create your link like this to access a specific folder:
Code
{gallerypath}/#/content/folder/
To access a specific file:
Code
{gallerypath}/#/content/folder/file.jpg
 
martino
Topic Author
Posts: 13
Joined: 14 Dec 2007, 14:43

Re: Link to specific folder

30 Nov 2010, 08:02

Great, that worked! Thank you.