Webmastersite.net
Register Log In

Link Types on main index

Title Link Types on main index
Description Is it possible to list link types on main index?
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".
Rating
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5
0/5 based on 0 votes.
Ownership tradenet
Views 195 views. Averaging 0 views per day.
Similar Topics
Submission Date Jun 08, 2010 - 12:38 PM