Hallo Forum
ich würde gerne im Default Theme von der Album List direkt auf das erste Bild des jeweiligen Albums verlinken. Allerdings ist mein Link noch nicht ganz richtig, es fehlt noch die id des Content Elements. Wie bekomm ich die noch mit in den Link?
<div class="tx-yag-album-albuminfo" id="albumUid-{album.uid}" style="position: relative">
<extlist:link.action action="show" controller="Item" arguments="{itemListOffset: 1, albumUid: album}">
<yag:image item="{image}" resolutionName="thumb" />
</extlist:link.action>
</div>
^- wird generiert müsste aber so lauten:
http://www.domain.tld/galerie/1/show/Item.html?tx_yag_pi1[c7747][albumUid]=8&tx_yag_pi1[c7747][galleryUid]=5
Kann da jemand helfen?
Vielen Dank und Gruss
t0m