Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [Alex] Attachment problem

Quote Reply
Re: [Alex] Attachment problem In reply to
Hi Alex, that's not a file I've modified. Am still using the original and it does include that string.

Code:
<%loop post_attachments%>
<tr<%unless printing%> bgcolor="<%medium_beige%>"<%endif%>>
<td align=right style="border-top: 1px solid <%dark_beige%>">
<%if first%>
<%body_font%>Attachments:<%/body_font%>
<%else%>
&nbsp;
<%endif%>
</td>
<td valign="top" style="border-top: 1px solid <%dark_beige%>">
<%body_font%>
<a href="gforum.cgi<%unless is_iis%>/<%postatt_filename_escaped%><%endunless%>?do=post_attachment;postatt_id=<%postatt_id%>;<%hidden_query%>">
<img src="<%GForum::Attachment::icon($postatt_content, $postatt_filename)%>" border=0>
<%postatt_filename%>
</a>
(<%GForum::Attachment::friendly_size($postatt_size)%>)
<%/body_font%>
</td>
</tr>
<%endloop%>

Subject Author Views Date
Thread Attachment problem ArmyAirForces 4803 Nov 19, 2001, 5:00 PM
Thread Re: [heavybombers] Attachment problem
brewt 4621 Nov 20, 2001, 12:22 AM
Thread Re: [brewt] Attachment problem
ArmyAirForces 4621 Dec 29, 2001, 8:49 PM
Thread Re: [heavybombers] Attachment problem
Alex 4593 Dec 31, 2001, 12:20 PM
Thread Re: [Alex] Attachment problem
ArmyAirForces 4587 Dec 31, 2001, 1:09 PM
Thread Re: [heavybombers] Attachment problem
Alex 4577 Dec 31, 2001, 1:43 PM
Thread Re: [Alex] Attachment problem
ArmyAirForces 4560 Jan 2, 2002, 9:47 AM
Post Re: [heavybombers] Attachment problem
Alex 4559 Jan 2, 2002, 9:53 AM
Post Re: [heavybombers] Attachment problem
Jagerman 4543 Jan 7, 2002, 11:56 AM