as in aka “read more…” links?
It is just a link to a new template (eg. ‘read’) where you show the rest of the weblog fields.
<a href="http://{title_permalink={my_template_group}/read}">Read more…</a>
If you want to have download fire on visit (onLoad) of that template then you can use some javascript.
[removed]
<!--
function redirect () {
[removed].href = "{exp:weblog:entries weblog="my_weblog"}{field_fileurl}{/exp:weblog:entries}"
}
//-->
[removed]
<body>
<div align="center">
If your download doesn't start automatically then please
<a href="http://{exp:weblog:entries">Download File Manually</a>
« <a href="http://www.site.com/index.php/template_grp/">Back to Downloads Section</a>
</div>
</body>
edit note:js code is getting gobbled up.