Message Text |
Hi Paul,
I need a toplist that shows 1 random attachment of 1 random link (that has a rating of 5). I tried this:
<!-- BEGIN TOPLIST 6 -->
<CONFIG>links,rand(),1,ascending,rating=5,,0,0,0,0,0,0,0,</CONFIG>
<!-- BEGIN 1 LINK ATTACHMENTS -->
<img src="{ATTACHDOWNLOADURL}" alt="" />
<!-- END LINK ATTACHMENTS -->
<!-- END TOPLIST 6 -->
This obviously gets the random link, but would always show the first attachment of that link. How can I show a random attachment of the particular link?
Thanks
David |