Hello, I am checking out the tag module and the docs.
I need to get a idea about the basic principle.
I have this code here:
{exp:weblog:entries weblog="producten"}
<div class="link" style="background:{color}; width:119px; float:left; margin:15px 15px 15px 0;">
<div class="tl">
<div class="tr">
<div class="bl">
<div class="br">
<div class="rnd_content">
<a href="{title_permalink="site/product_detailpage"}<?=$lang?>">
{exp:tag:related_gallery_entries gallery="prod_img"}
<img src="{thumb_url}" width="99px" height="99px" border="0"/>
{/exp:tag:related_gallery_entries}
</a>
<p style="font-size:8px; margin:0;">{title_prod_<?=$lang?>}</p>
{!-- end rnd_content --}</div>
{!-- end br --}</div>
{!-- end bl --}</div>
{!-- end tr --}</div>
{!-- end tl--}</div>
</div>
{/exp:weblog:entries}
I want to one of the related pictures (related with a tag) from the gallery in a thumb. When they contenue by clicking the thumb the whole article from the weblog is shown and I want to have all the images related to the weblog article visible. Is there a way to do that properly?
(This doesn’t do anything by the way
)
