The Arcive of vBulletin Modifications Site. |
|
TW7S - Alternate Attachment View Details »»
|
|||||||||||||||||||||||||||
|
TW7S - Alternate Attachment View
Developer Last Online: Apr 2015
![]() Open template postbit_attachment, Replace all with: Code:
<!-- TW7S - Alternate Attachment View -->
<li>
<img class="inlineimg" src="{vb:stylevar imgdir_attach}/{vb:raw attachment.attachmentextension}.gif" alt="{vb:rawphrase file_type_x, {vb:raw attachment.attachmentextension}}" />
<a href="attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}"<vb:if condition="$show['newwindow']"> target="_blank"</vb:if>>{vb:raw attachment.filename}</a>
({vb:raw attachment.filesize})
<br />
<vb:if condition="$show['views']"><p style="padding-left:20px;">This file has been downloaded {vb:raw attachment.counter} times.</p></vb:if>
</li>
<!-- TW7S - Alternate Attachment View -->
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
i try it if work wiht 4.1.0
thanxx BRB |
|
#3
|
||||
|
||||
|
I think it works, but it unfortunately does not appear counter
Anyway Code has been translated into Arabic PHP Code:
|
|
#4
|
|||
|
|||
|
Thanks. the Problem is... How long will this last? Till next update of vb?
Its a shame to be honest. So many nice mods and u have to renew the Code quit every 2nd week |
|
#5
|
|||
|
|||
|
I concur.
|
|
#6
|
|||
|
|||
|
this works on 4.1.1 but if you have the mod called "who downloaded this attachment " w/e its called , it takes that away and i didnt know how to incorperate the 2 so i had to leave this one alone
|
|
#7
|
|||
|
|||
|
thanks
شكرا |
|
#8
|
||||
|
||||
|
how do i use a phrase instead of the hardoce "This item has been..."?
|
![]() |
|
|