User avatar
Joined: 15 May 2011
Posts: 14
I’m new to this forum, but I did look to see if anyone else had the same question. And there were a few similar posts but I wasn’t able to follow through. I’d like to accomplish the following:

Rather than having a slideshow or photoblinds on my start page, I’d like to present the visitors with a set of thumbnails that link to respective sub-galleries. The setup is analogous to the gallery menu, except it’s bound to the start page. I’ve gotten as far as
-creating an invisible start folder with thumbnail images
-adding a link attribute to images in Gallery Settings and then inserting relative/full URLs in the Links window for every image

This didn't work and the thumbs linked to their respective images rather than sub-gall pages and I wound up with another folder that functioned just like one of my sub-galleries. Could someone please provide a 1-2-3 roadmap to working through this? Thanks.


Re: A start page with thumbnails that link to sub-galleries?
User avatar
Imagevue Hitman
Joined: 2 May 2006
Posts: 2857
I believe you need to change also Settings > Thumbnails > Thumbnail > Click > Link

_________________
Nick // Imagevue

Image
Image
Image
Image

dear-apple.com jaconda.im indexr gridpapr


Re: A start page with thumbnails that link to sub-galleries?
User avatar
Experienced
Joined: 30 Jan 2011
Posts: 355
The Netherlands
julesxl wrote
Rather than having a slideshow or photoblinds on my start page, I’d like to present the visitors with a set of thumbnails that link to respective sub-galleries.

That is exactly what I have done... you can take a look at my site by clicking on my signature below.
Here is some info:
http://www.imagevuex.com/forum/viewtopic.php?f=28&t=6662&p=24729#p24729

And some more info about the multi-lingual aspects of my site:
http://imagevuex.com/forum/viewtopic.php?f=29&t=6888

_________________
Image


Re: A start page with thumbnails that link to sub-galleries?
User avatar
Joined: 15 May 2011
Posts: 14
Thanks a lot for the prompt response. Everything worked out. One more question, can make the thumbnails larger only on the start page and, if yes, how? Thanks again.

I'd like to summarize what I've done for the next person looking for the same thing:

1. Load all the thumbnail images into the start folder and make sure Use as 'Folder' is selected.
2.Go to Settings>Settings>Attributes and check 'link'
3. Go to Settings > Thumbnails > Thumbnail > Click and chose 'Link'
4.Return to your start folder, navigate to each of the images which will now have a Link window. Assign the desired URL.
To get the thumbnails to open in the same window rather than a new one, append *_self to each URL. For example, if the thumbnail leads to a gallery called France, your link would look like #/content/France*_self. Also, I find that full URLs (http://www.yoursite.com/gallery/#/content/France*_self) work just as well.


Re: A start page with thumbnails that link to sub-galleries?
User avatar
Experienced
Joined: 30 Jan 2011
Posts: 355
The Netherlands
julesxl wrote
To get the thumbnails to open in the same window rather than a new one, append *_self to each URL..... Also, I find that full URLs (http://www.yoursite.com/gallery/#/content/France*_self) work just as well.

The *_self is not necessary when one only links to #/content/France

_________________
Image


Re: A start page with thumbnails that link to sub-galleries?
User avatar
Imagevue Wizard
Joined: 30 Sep 2006
Posts: 7285
julesxl wrote
Thanks a lot for the prompt response. Everything worked out. One more question, can make the thumbnails larger only on the start page and, if yes, how? Thanks again.

Navigate to your start page folder, and click the "Thumbs" button on the top right of the page. You will see this:
Image

More info: http://imagevuex.com/documentation/create-thumbnails/

_________________
Karl / mjau-mjau

Image
Image
Image
Image

www.imagevuex.com
www.mjau-mjau.com
www.photogallerylinks.com


Re: A start page with thumbnails that link to sub-galleries?
User avatar
Joined: 15 May 2011
Posts: 14
Thanks for responding. I noticed the thumb feature in the folder settings before, but I though it might make a global change - apparently not :) After switching to 200X200, I still got the default 100X100 thumbs except with more space between them. Any ideas? Also is there a way to access a thumb's x/y values and position it relative to top left corner of a page? Thanks again.


Re: A start page with thumbnails that link to sub-galleries?
User avatar
Imagevue Wizard
Joined: 30 Sep 2006
Posts: 7285
julesxl wrote
Thanks for responding. I noticed the thumb feature in the folder settings before, but I though it might make a global change - apparently not :) After switching to 200X200, I still got the default 100X100 thumbs except with more space between them. Any ideas? Also is there a way to access a thumb's x/y values and position it relative to top left corner of a page? Thanks again.

Empty/delete your browser cache, and you will see the change ...

You can not change thumbnails x/y values unfortunately. This is all calculated based on thumbnails-size, thumbnails-margins, amount of thumbs, users screen dimension ... You can't just move it around like that.

_________________
Karl / mjau-mjau

Image
Image
Image
Image

www.imagevuex.com
www.mjau-mjau.com
www.photogallerylinks.com


Re: A start page with thumbnails that link to sub-galleries?
tschortsch
Experienced
Joined: 1 Apr 2010
Posts: 118
Hey, this works like a charm! :D

I would like to get rid off the title and description above the thumbnails only in the start page. I know I can do this in thumbnails.thumbnails.text but this would be a global setting, right?!

Does anybody know the folder paramter? I have seen it at mabro's gallery.

Thanks a lot in advance!


Re: A start page with thumbnails that link to sub-galleries?
User avatar
Experienced
Joined: 30 Jan 2011
Posts: 355
The Netherlands
schurdinand wrote
I would like to get rid off the title and description above the thumbnails only in the start page. I know I can do this in thumbnails.thumbnails.text but this would be a global setting, right?!

Does anybody know the folder paramter? I have seen it at mabro's gallery.

Yes, I know :)

The folder parameter is:
Code
thumbnails.thumbnails.text=

_________________
Image


Re: A start page with thumbnails that link to sub-galleries?
tschortsch
Experienced
Joined: 1 Apr 2010
Posts: 118
Wow, thank you for your fast response!

So I guess, I cannot only disable the title, right? I would like to leave the description field for a fullscreen link..


Re: A start page with thumbnails that link to sub-galleries?
User avatar
Experienced
Joined: 30 Jan 2011
Posts: 355
The Netherlands
schurdinand wrote
So I guess, I cannot only disable the title, right? I would like to leave the description field for a fullscreen link..

You can make your own variations:
Code
thumbnails.thumbnails.text=breadcrumbs,pagecount,title,description
or
thumbnails.thumbnails.text=breadcrumbs,description
or
thumbnails.thumbnails.text=pagecount,title
etc...

_________________
Image


Re: A start page with thumbnails that link to sub-galleries?
tschortsch
Experienced
Joined: 1 Apr 2010
Posts: 118
Thanks a lot! This is really great!

I think I understand this parameter stuff now.. :idea:


Re: A start page with thumbnails that link to sub-galleries?
User avatar
Experienced
Joined: 30 Jan 2011
Posts: 355
The Netherlands
schurdinand wrote
I think I understand this parameter stuff now.. :idea:

You have to understand that some folderparameters are filled as arrays, like the one mentioned above... others can be true of false (checked or unchecked), like 'controls.maincontrols.enabled=false'... and others can be text or numbers...

_________________
Image


Re: A start page with thumbnails that link to sub-galleries?
User avatar
Joined: 15 May 2011
Posts: 14
Hey Martin,

A question for you: I noticed your gallery allows visitors to swap between the last viewed photo and the the gallery to which that photo belongs. I've added a screenshot of buttons you implemented to better convey what I mean. Would you mind explaining how you accomplished that?

Thanks.


Attachments:
swap.jpg
swap.jpg [ 4.31 KiB | Viewed 2002 times ]
 
Imagevue Forums HomeForum  View topic - A start page with thumbnails that link to sub-galleries?33 posts