Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [SandraR] Attachment Plugin: Edit Log

Here is the list of edits for this post
Re: [SandraR] Attachment Plugin
I want to confirm that this plugin DOES work in version 3x Gossamer Links. I was able to get the attachment to display on a static page using the following on Detailed.html template:
Code:
<%if link_has_attachments and viewable_attachments%> <%loop link_attachments%>
<img src="<%att_url%>">
<%endloop%><br><%endif%>
And it displays a public image.

Last edited by:

Evoir: Jul 6, 2006, 5:24 PM

Edit Log: