Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

Pro Attachments

$
0
0
HI

Author: OmidKarimzadeh ( ! Omid StaR ! )
mian link: http://mods.mybb.com/view-resource/advanced-attachments
Support: http://mybbskin.ir
web: http://iran-talk.ir


Please go to:

ACP >>> Templates & Style >>> Themes >>> Your Theme >>>postbit>>>postbit_attachments_attachment


Please replace the previous:


PHP Code:
<head>  
    <
style type="text/css">  
<!--  
td.attachrow        {fontnormal 11px Tahoma;}  
td.attachheader    {fontnormal 11px Tahomabackground-color#ededed; }  
table.attachtable    {fontnormal 12px Tahoma;border-collapse collapse; }  
-->  
</
style>  
    <
style type="text/css">  
<!--  
td.attachrow        {fontnormal 11px Tahoma;}  
td.attachheader    {fontnormal 11px Tahomabackground-color#ededed; }  
table.attachtable    {fontnormal 12px Tahoma;border-collapse collapse; }  
-->  
</
style>  
    <
style>  
<!--  
table.attachtable    {fontnormal 12px Tahoma;border-collapse collapse; }  
td.attachheader    {fontnormal 11px Tahomabackground-color#ededed; }  
td.attachrow        {fontnormal 11px Tahoma;}  
-->  
</
style>  
    </
head>  
<
table border="0" cellpadding="0" cellspacing="3">  
<!-----
Postbit_Attachment---->  
    </
table>  
    <
table id="table2" width="95%" align="center" border="1" cellpadding="2" cellspacing="0">  
        <
tr>  
            <
td colspan="3" width="100%" align="center"><b>  
            {
$attachment['filename']}</b></td>  
        </
tr>  
        <
tr>  
            <
td width="15%"><span>File Type</span></td>  
            <
td width="75%">  
            {
$attachment['icon']}</td>  
            <
td rowspan="3" width="10%" align="center">  
            <
a href="attachment.php?aid={$attachment['aid']}">  
            <
img src="http://up.iran-talk.ir/uploads/13326006071.png" alt="download" border="0"></a><br>  
</
td>        </tr>  
        <
tr>  
            <
td width="15%"><span>Hits</span></td>  
            <
td width="75%"><span>{$attachment['downloads']}</span></td>  
        </
tr>  
        <
tr>  
            <
td width="15%"><span>Size</span></td>  
            <
td width="75%">{$attachment['filesize']}</td>  
        </
tr>  
    </
table>  
    <
br


Good luck Heart
Omid Karimzadeh (!ArTiN!)
http://mybulletinboard.ir


Sample:

.gif  att.gif (Size: 7.46 KB / Downloads: 41)

Viewing all articles
Browse latest Browse all 690

Trending Articles