Search…

X3 Photo Gallery Support Forums

Search…
 
tomasi514
Topic Author
Posts: 7
Joined: 09 Nov 2010, 14:10

Intro hyperlink to specific gallery

17 Nov 2010, 18:34

Is it possible to create a hyperlink in the homepage animation with a link to a specific gallery, I guess it should be possible in terms of usability...
Thanks!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Intro hyperlink to specific gallery

18 Nov 2010, 06:48

Yes, you can have a link in various locations, for example in the startpage title or description. Linking to an internal gallery or file would work like this:
Code
<a href="#/content/path/">link text</a>
<a href="#/content/path/file.jpg">link text</a>
You could add the link in any custom SWF also, or use the CLICK event on the startimage to go to a specific gallery by using the general #/content/path method.
 
tomasi514
Topic Author
Posts: 7
Joined: 09 Nov 2010, 14:10

Re: Intro hyperlink to specific gallery

23 Nov 2010, 16:30

Cool!
So how do you "configure" the intro "swf", I can't see any place in the imagevue admin where you can do that? Should we directly do that on a file?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Intro hyperlink to specific gallery

23 Nov 2010, 23:49

tomasi514 wrote:So how do you "configure" the intro "swf", I can't see any place in the imagevue admin where you can do that? Should we directly do that on a file?
You mean you want to simply be able to CLICK your startimage? Are you using the photoblinds module or slideshow module perhaps? Normally, there is a "parameters" field in the admin page for your startfolder (if it is set to filemod, which most likely it is). In this field, you can add:
Code
click=#/content/path/
or
click=#/content/path/file.jpg
Read more:
https://www.photo.gallery/documentation/filemod/
 
tomasi514
Topic Author
Posts: 7
Joined: 09 Nov 2010, 14:10

Re: Intro hyperlink to specific gallery

26 Nov 2010, 12:24

Thanks!