| View previous topic :: View next topic |
| Author |
Message |
Gizmojunk Hideous Freak of Nature


Joined: 26 Nov 2007 Posts: 65
Status: Offline
|
Posted: Mon May 07, 2012 9:05 Post subject: Please make the 'latest images', clickable to load the IMG |
|
|
Every time I check the front page now and see a new image that looks cool and is something I'd want a closer look at, I marvel that those images along the top left column are not set up as thumbnail links to the full size pictures.
Is this something that could be changed in the near future? To have each of the images link to the page that displays the full size version.  |
|
| Back to top |
|
 |
.Pixote. Half-way Through My Half-life


Joined: 14 Sep 2009 Posts: 3676
Status: Offline
|
|
| Back to top |
|
 |
Brother None El-ahrairah


Joined: 03 Apr 2003 Posts: 36929 Location: Leiden, the Netherlands Status: Offline
|
Posted: Mon May 07, 2012 15:34 Post subject: Re: Please make the 'latest images', clickable to load the I |
|
|
| Gizmojunk wrote: |
| I marvel that those images along the top left column are not set up as thumbnail links to the full size pictures |
I don't understand. They are. The smaller thumbnails open up the large thumbnail, the large thumbnail opens up the full size picture. |
|
| Back to top |
|
 |
Gizmojunk Hideous Freak of Nature


Joined: 26 Nov 2007 Posts: 65
Status: Offline
|
Posted: Mon May 07, 2012 21:43 Post subject: Re: Please make the 'latest images', clickable to load the I |
|
|
| Brother None wrote: |
| I don't understand. They are. The smaller thumbnails open up the large thumbnail, the large thumbnail opens up the full size picture. |
Okay... Now I understand why.
This is how you are used to seeing it...
But this is how it appears to anyone that prohibits GoogleAPIs in their browser; (and it seems that there are others that do).
No need to change anything (unless you want to ) .
This is my own problem then... but there is no indication that anything is missing; so I'm certain there are plenty of visitors that
have no idea that the thumbs are intended to link to the images with that cool widget. |
|
| Back to top |
|
 |
Brother None El-ahrairah


Joined: 03 Apr 2003 Posts: 36929 Location: Leiden, the Netherlands Status: Offline
|
Posted: Mon May 07, 2012 21:58 Post subject: |
|
|
| Nothing we can fix, really. It's a javascript gizmo, and it doesn't work if you block javascript. |
|
| Back to top |
|
 |
Kilus Storyteller oTO

Joined: 03 May 2003 Posts: 11789 Location: Australia Status: Offline
|
Posted: Mon May 14, 2012 13:21 Post subject: |
|
|
What if you change your list of images in the gallery div from this:
| Code: |
| <img src="/forum/album_mod/upload/cache/aa828d5f390059e06396b974916a9c77.jpg" longdesc="/forum/album_page.php?pic_id=5121" alt="Waiting in Desert"> |
To this:
| Code: |
| <a href="/forum/album_page.php?pic_id=5121"><img src="/forum/album_mod/upload/cache/aa828d5f390059e06396b974916a9c77.jpg" longdesc="/forum/album_page.php?pic_id=5121" alt="Waiting in Desert"></a> |
That way all the images will be clickable to where you want them. Galleria allows your image list to be inside 'a' tag but I don't actually know how galleria will change this to. _________________
 |
|
| Back to top |
|
 |
|