PDA

View Full Version : Thumbnail row + navigation


Alowan
06-03-2007, 05:01 PM
Hi,
On my photoblog http://www.madsjespersen.dk/ I have a thumbnail row, but I would really like to be able to navigate the thumbnail row with to arrows..
So when you press the left arrow the thumbnail row shows older photos, like when you click down the row manually..

Here is a pic..: http://www.madsjespersen.dk/idea.jpg

Hope you can help me..
MadsJespersen

dakwegmo
06-04-2007, 12:44 PM
There was a challenge last year to write an addon to do this very thing. See this thread: http://forum.pixelpost.org/showthread.php?t=4574.

TheRedRose successfully implemented it on their site (http://jedentageinbild.de/index.php?showimage=458) with an addon, but to my knowledge it was never made public.

You could try contacting TheRedRose or take up the challenge and make your own addon.

Alowan
06-04-2007, 01:51 PM
thanks..

Personne
07-17-2007, 08:27 AM
For those interested, I find someting cool :

http://www.dynamicdrive.com/dynamicindex1/scrollerlink.htm


but it would have to be modified a little to accept the <IMAGE_THUMBNAIL_ROW> tag in

var menucontents='<nobr><IMAGE_THUMBNAIL_ROW></nobr>'


i think no ?

Personne
07-19-2007, 10:38 AM
No ?

dakwegmo
07-19-2007, 12:49 PM
The <IMAGE_THUMBNAIL_ROW> tag inserts a lot of single quotes into the script that would need to be escaped in order for this to work right. You could create an addon that duplicates the <IMAGE_THUMBNAIL_ROW> tag, but adds in the escaped quotes, and then it would work.

Personne
07-23-2007, 09:04 AM
The <IMAGE_THUMBNAIL_ROW> tag inserts a lot of single quotes into the script that would need to be escaped in order for this to work right. You could create an addon that duplicates the <IMAGE_THUMBNAIL_ROW> tag, but adds in the escaped quotes, and then it would work.

I want to try well but this tag is a part of the pack 1.6 and I do not know by where to attack

Edit : I'll try with the photoblink thumb (Raminia's addon) but it's not easier as remove all single quote :confused: