Page 1 of 1

Intro hyperlink to specific gallery

Posted: 17 Nov 2010, 18:34
by tomasi514
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!

Re: Intro hyperlink to specific gallery

Posted: 18 Nov 2010, 06:48
by mjau-mjau
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.

Re: Intro hyperlink to specific gallery

Posted: 23 Nov 2010, 16:30
by tomasi514
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?

Re: Intro hyperlink to specific gallery

Posted: 23 Nov 2010, 23:49
by mjau-mjau
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/

Re: Intro hyperlink to specific gallery

Posted: 26 Nov 2010, 12:24
by tomasi514
Thanks!