At personal link list I'm trying to display thumbnails using the code: "..../thumbnail.php?id={LINKID}&field=logoattach&thumbwidth=75&thumbheight=75"
but it does not shows the thumbnail. This is because the personal link {LINKID} number is not the same of the original link {LINKID} .
I know we can use the new format: ".../thumbnail.php?id={LINKID}&attachid={ATTACHID}"
but if possible I do not want to use it as I'm working with the old way of attaching images with various preexistent file attachments fields to be completed for each link.
Is it a way I can identify the original link {LINKID} and differenciate it from the personal link {LINKID} ?
Comments on thumbnails at personal link list
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
Paul,
At personal link list I'm trying to display thumbnails using the code:
"..../thumbnail.php?id={LINKID}&field=logoattach&thumbwidth=75&thumbheight=75"
but it does not shows the thumbnail. This is because the personal link {LINKID} number is not the same of the original link {LINKID} .
I know we can use the new format:
".../thumbnail.php?id={LINKID}&attachid={ATTACHID}"
but if possible I do not want to use it as I'm working with the old way of attaching images with various preexistent file attachments fields to be completed for each link.
Is it a way I can identify the original link {LINKID} and differenciate it from the personal link {LINKID} ?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
A typo is making it not resolve aliases, thumbnail.php has $alias where it should be $thelink->alias, fixed for next release.