
02-10-2010, 03:35 AM
|
|
|
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by obmob
I think Andrew refers to those modules that work with vbAdvanced.
How can i rebuild this link to work with vB4? I was able to do the resize on my images, but can't figure how to do this particular link OO
Code:
href="./local_links.php?catid=$linkcatid&linkid=$linkid"
I want the image to point into the single view before downloading.
You can see the online test here.
|
Code:
href="./local_links.php?catid={vb:raw linkcatid}&linkid={vb:raw linkid}"
should do it.
|