
11-06-2006, 06:53 PM
|
|
|
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by obmob
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 
|
local_links.php?catid=$linkcatid&linkid=$linkid
should do it
|