file_attachment_clip_location
1.0
This mod is a patch tested/made for v2.2a of the file attachemnt mod. It should work in other versions as well however.
This mod changes the location of the paperclip/link to the attached file to appear under the IP address in the post, under the image (if it was an image).
Ken Baker (KenTeamBG)
http://www.teambg.com/
english.lng
keys(%fatxt) = 46;
keys(%fatxt) = 47;
$fatxt{'46'} = "Are you sure you want to delete all attachments?";
$fatxt{'47'} = "File Attachment:";
Sources/Display.pl
$showattach = qq~
~;
$showattach = qq~
~;
$attachment = qq~
$mfn~;
$attachment = qq~
$fatxt{'47'}
$mfn~;
$attachment = qq~
$mfn $fatxt{'1'}~;
$attachment = qq~
$fatxt{'47'}
$mfn $fatxt{'1'}~;
$msub $attachment
$msub
$showattach
| $lastmodified |
$mip |
| $lastmodified |
$mip |
| $showattach |
| $attachment |