蓝雨 发表于 2009-2-12 15:30:54

精华贴盖章美化版V1.0

1、查找viewthread.htm中:<!--{if $fastpost && $allowpostreply}-->

      {subtemplate viewthread_fastpost}

<!--{/if}-->
2、在下面加上:<!--{if $thread[\'digest\']}--><div id=\\\"digest\\\"onmouseOut=\\\"this.style.display=\'\';\\\" style=\\\"position:absolute;width:0px; height:0px; top: 185px; right:250px ;\\\">



<!--{if $thread[\'digest\'] ==1}--><img border=\\\"0\\\" src=\\\"images/common/digest_t_1.gif\\\" border=\\\"0\\\">



<!--{elseif $thread[\'digest\'] ==2}--><img border=\\\"0\\\" src=\\\"images/common/digest_t_2.gif\\\" border=\\\"0\\\">



<!--{elseif $thread[\'digest\'] ==3}--><img border=\\\"0\\\" src=\\\"images/common/digest_t_3.gif\\\" border=\\\"0\\\">



<!--{/if}--></div><!--{/if}-->
top: 185px; right:250px 为精华章的垂直与水平坐标,请自行结合风格调整。

最后,把附件图片上传到 images\\common 文件夹内即可
页: [1] 2
查看完整版本: 精华贴盖章美化版V1.0