Message Text |
eg.
in "main.tpl":
<!-- BEGIN MYLINKGROUP LINKS -->
<blink><b>Extra special type of listing: <a href="{TRACKLINKURL}">{LINKTITLE}</a></b> </blink> <br />
<!-- END MYLINKGROUP LINKS -->
If so I can't get them to show. I think this would be useful if you'd like to show a "featured" link type on the front page.
I guess this can be achieved by generating a top list.
The other thing is can you show image attachment thumbnails in top lists?
I've been trying something like:
<!-- BEGIN TOPLIST 10 -->
<CONFIG>links[,]id[,]5[,]ascending[,]type='featured'[,][,]0[,]0[,]0[,]0[,][,]0[,]0[,][,]0[,][,][,]</CONFIG>
<li>
<div class="thumbnail">
<!-- BEGIN 1 LINK ATTACHMENTS -->
<img src="http://www.website.com/thumbnail.php?id={LINKID}&attachid={ATTACHID}&thumbwidth=100&thumbheight=75">
<!-- END 1 LINK ATTACHMENTS -->
</div>
<div class="info">
<a href="{LINKDETAILSURL}">{LINKTITLE}</a>
<span class="cat">Category: <a href="{CATURL}">{CATNAME}</a></span>
</div>
But it doesn't seem to get the "attachid". |