Well, i start playing with the resize mod in 2.2.6
But somehow i can't make it work as i want... i think there must be a way to do this.
First, i base my category browsing in the links_linkbit_short. Then, by clicking the image i see the details of this in the links_linkbit template.
OK, so i replaced the simple $linkimg in "short" with something like this:
Code:
<if condition="$linkimg"><a href="WHAT IN HERE?"><img class="inlineimg" src="http://mysite.com/dll_resize.php?linkid=$linkid&size=200" alt="$linkname" border="0" /></a></if>
So, i get the resizing, but how can i call the url that takes me to the details in "linkbit".
Somehow i know the right URL is in
$linkurllink. but this one creates the whole text link, is there a variable that calls the url inside that link? :hurt:
Thanks