免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
返回列表 發帖

[分享] 附件下载美化代码

效果图
2017-05-16_002926.png
2017-5-16 00:30


                       
首先,进入discuzcode模板,找到:
  1. <img src="{if $attach[refcheck]}attachment.php?aid=$aidencode&amp;noupdate=yes{else}$attach[url]/$attach[attachment]{/if}" alt="$attach[filename]" />
  2.                 <!--{/if}-->
  3.         <!--{/if}-->
  4.         <!--{else}-->
複製代碼
以下的所有代码全部替换为
  1. <div class="ik_vt_down">
  2. <h3 style="font-size: 15px;height: 30px;line-height: 30px;border-bottom: 1px dashed #ddd;margin-bottom: 4px;">$attach[filename]<em style="font-size: 12px;font-weight: 100;margin-left: 10px;">($attach[attachsize], {lang downloads}: $attach[downloads]<!--{if $attach['price']}-->, {lang price}: $attach[price] {$_G['setting']['extcredits'][$_G['setting']['creditstransextra'][1]][unit]}{$_G['setting']['extcredits'][$_G['setting']['creditstransextra'][1]][title]}<!--{/if}-->)</em></h3>
  3. <p>
  4. 附件描述:<!--{if $attach['description']}-->$attach[description]<!--{/if}--><br>
  5. 版权信息:本站内会员所分享的全部“资源/素材”,仅供学习与参考,版权为原作者所有。<br>
  6. 责任声明:本站所有资源来自互联网以及会员发布,我们并并不能完全保证文件的安全性以及完整性。
  7. </p>
  8. <p id="xunleidown" style="height: 40px;line-height: 40px;">
  9. <!--{if !$attach['price'] || $attach['payed']}-->
  10. <a href="attachment.php?aid=$aidencode" target="_blank" style="text-decoration: none;padding: 3px 18px;background: #8db80c;color: #fff;margin-right: 10px;box-shadow: 1px 1px 1px #333;" id="vt_ik_down">本地下载</a>
  11.         <!--{else}-->
  12. <a href="forum.php?mod=misc&action=attachpay&aid=$attach[aid]&tid=$attach[tid]" onclick="showWindow('attachpay', this.href)" style="text-decoration: none;padding: 3px 18px;background: #8db80c;color: #fff;margin-right: 10px;box-shadow: 1px 1px 1px #333;" id="vt_ik_down">本地下载</a>
  13.         <!--{/if}-->


  14. <script src="http://pstatic.xunlei.com/js/webThunderDetect.js"></script
  15. <script src="http://pstatic.xunlei.com/js/base64.js"></script>
  16. <a oncontextmenu=ThunderNetwork_SetHref(this)
  17. onclick="return OnDownloadClick_Simple(this,2)"

  18. <!--{if !$attach['price'] || $attach['payed']}-->
  19. href="forum.php?mod=attachment{$is_archive}&aid=$aidencode" target="_blank" style="text-decoration: none;padding: 3px 18px;
  20. background: #4899E0;color: #fff;box-shadow: 1px 1px 1px #333;"
  21. <!--{else}-->
  22. href="forum.php?mod=misc&action=attachpay&aid=$attach[aid]&tid=$attach[tid]"style="text-decoration: none;padding: 3px 18px;
  23. background: #4899E0;color: #fff;box-shadow: 1px 1px 1px #333;"
  24. <!--{/if}-->

  25. thunderResTitle="迅雷下载" thunderPid="133690"

  26. <!--{if !$attach['price'] || $attach['payed']}-->
  27. thunderHref="forum.php?mod=attachment{$is_archive}&aid=$aidencode" target="_blank"
  28. <!--{else}-->
  29. thunderHref="forum.php?mod=misc&action=attachpay&aid=$attach[aid]&tid=$attach[tid]"
  30. <!--{/if}-->
  31. style="text-decoration: none;">迅雷下载</a>


  32.         <!--{/if}-->
  33.         </dl>
  34. <!--{/block}-->
  35. <!--{eval return $return;}-->
  36. <!--{eval
  37. }

  38. function attachinpost($attach) {
  39. global $attachrefcheck, $extcredits, $creditstrans, $creditstransextra, $ftp, $thumbstatus, $attachimgpost;
  40. $attach['refcheck'] = (!$attach['remote'] && $attachrefcheck) || ($attach['remote'] && ($ftp['hideurl'] || ($attach['isimage'] && $attachimgpost && strtolower(substr($ftp['attachurl'], 0, 3)) == 'ftp')));
  41. $aidencode = aidencode($attach[aid]);
  42. }-->
  43. <!--{block return}-->
  44.         <!--{if !isset($attach['unpayed'])}-->
  45.                 <!--{if $attach['attachimg']}-->
  46.                         <!--{if !IS_ROBOT}-->
  47.                                 <span style="position: absolute; display: none" id="attach_$attach[aid]" onmouseover="showMenu({'ctrlid':this.id,'pos':'13'})"><img src="{IMGDIR}/attachimg.gif" border="0"></span>
  48.                                 <!--{if $thumbstatus && $attach['thumb']}-->
  49.                                         <a href="javascript:;"><img onclick="zoom(this, '{if $attach[refcheck]}attachment.php?aid=$aidencode&amp;noupdate=yes&amp;nothumb=yes{else}$attach[url]/$attach[attachment]{/if}')" src="{if $attach[refcheck]}attachment.php?aid=$aidencode{else}$attach[url]/$attach[attachment].thumb.jpg{/if}" border="0" id="aimg_$attach[aid]" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" /></a>
  50.                                 <!--{else}-->
  51.                                         {eval $GLOBALS[aimgs][$attach[pid]][] = $attach[aid];}{eval $widthcode = attachwidth($attach['width']);}
  52.                                         <img src="images/common/none.gif" file="{if $attach[refcheck]}attachment.php?aid=$aidencode&amp;noupdate=yes{else}$attach[url]/$attach[attachment]{/if}" $widthcode id="aimg_$attach[aid]" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" alt="$attach[filename]" />
  53.                                 <!--{/if}-->
  54.                                 <div class="t_attach" id="aimg_$attach[aid]_menu" style="position: absolute; display: none">                               
  55.                                 <a href="attachment.php?aid=$aidencode&amp;nothumb=yes" title="$attach[filename]" target="_blank"><strong>{lang download}</strong></a> ($attach[attachsize])<br />
  56.                                 <!--{if $attach[description]}-->$attach[description]<br /><!--{/if}-->
  57.                         <!--{else}-->
  58.                                 <dl class="t_attachlist attachimg">
  59.                                 <!--{if !$attach['price'] || $attach['payed']}-->
  60.                                         <!--{if $attach['description']}--><p>{$attach[description]}</p><!--{/if}-->
  61.                                         <img src="{if $attach[refcheck]}attachment.php?aid=$aidencode&amp;noupdate=yes{else}$attach[url]/$attach[attachment]{/if}" alt="$attach[filename]" />
  62.                                 <!--{/if}-->
  63.                                 <div style="display: none">
  64.                         <!--{/if}-->
  65.                 <!--{else}-->
  66.                         $attach[attachicon] <span style="white-space: nowrap" id="attach_$attach[aid]" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})"><a href="attachment.php?aid=$aidencode" target="_blank"{if !$attach['attachimg'] && $GLOBALS[attachcredits]} onclick="return creditconfirm('{$GLOBALS[attachcredits]}');"{/if}><strong>$attach[filename]</strong></a></span> ($attach[attachsize])
  67.                         <div class="t_attach" id="attach_$attach[aid]_menu" style="position: absolute; display: none">
  68.                         <!--{if $attach['description']}-->$attach[description]<br /><!--{/if}-->
  69.                         {lang downloads}: $attach[downloads]<br />
  70.                         <!--{if $attach['readperm']}-->{lang readperm}: $attach[readperm]<br /><!--{/if}-->
  71.                 <!--{/if}-->
  72.                 <!--{if $attach['price']}-->
  73.                         {lang price}: {$extcredits[$creditstransextra[1]][title]} $attach[price] {$extcredits[$creditstransextra[1]][unit]}<br />
  74.                         <a href="misc.php?action=viewattachpayments&amp;aid=$attach[aid]" onclick="showWindow('attachpay', this.href);return false;" target="_blank">[{lang pay_view}]</a>
  75.                 <!--{/if}-->
  76.                 <div class="t_smallfont">$attach[dateline]</div>
  77.                 <!--{if !$attach['attachimg'] && $GLOBALS['attachcredits']}-->{lang attachcredits} $GLOBALS[attachcredits]<br /><!--{/if}-->
  78.                 </div>
  79.         <!--{else}-->
  80.                 $attach[attachicon] <strong>{lang attach_pay}: $attach[filename]</strong>
  81.         <!--{/if}-->
  82. <!--{/block}-->
  83. <!--{eval return $return;}-->
  84. <!--{eval
  85. }

  86. }-->
複製代碼

先收藏了,感谢分享

TOP

不明怎樣修改

TOP

返回列表