anch'io avrei voluto fare qualcosa di simile, leggendo il manuale ho trovato solo che si possono mettere i Link diretamente a una foto singola oppure a un album oppure a una collezione, di meglio non sono riuscito a fare. ti allego il pezzetto di manuale che spiega il da farsi.
Ciao
4.8 Linking Directly to Collections and Albums
You may link directly to your collections, albums and images using standard Joomla! Syntax
from within your content text. First, identify the necessary collection, album and/or image
ID’s from the backend album manager by selecting the required one. The ID is shown on
top.
27
www.gotgtek.netUser, Administrator & First problem solving manual Last updated: 2/05/2008 v1.6
Expose RC3 – 4.6.3 for Joomla!
4.8.1 On J!1.0.x releases
Link to a collection: (this collection will be displayed as top collection) e.g. open expose and
use the collection with ID 234 as the top-level collection.
index.php?option=com_expose&Itemid=26&topcoll=234
Link to an album: e.g. open expose and automatically load the album with ID 123.
index.php?option=com_expose&Itemid=456&album=123
Link to an image: e.g. open expose, and automatically load the photo with ID 456 that is part
of the album with ID 123.
index.php?option=com_expose&Itemid=26&album=7&photo=7
Auto start a slideshow from a specified album: e.g. open expose, automatically load the
photo with ID 456 that is part of the album with ID 123, and start a slide show.
index.php?option=com_expose&Itemid=26&album=123&photo=456&playslideshow=yes
Don’t forget to change your Joomla! Itemid (value assigned by J! Core: when hovering the
menulink to Expose, the value should appear in the linkurl), your Expose albumid and your
photoid…
4.8.2 On J! 1.5.x releases
It's actually the same as linking with J! 1.0.x, but you don't need to mention the ItemId value
anymore (eg. index.php?option=com_expose&album=123&photo=456&playslideshow=yes ).