- 積分
- 436
- 威望
- 436
- 金錢
- 347
- 最後登錄
- 2015-2-13
|
把這個當作例子好了...
(高仿7.2)人人都想要的精華蓋章美化
我的問題在於......
1、打開風格模板的viewthread.htm
查找:
<!--{if $fastpost && $allowpostreply}-->
{subtemplate viewthread_fastpost}
<!--{/if}-->
複製代碼在下面添加 請問是按Entre(確定)的下面複製上去?
<!--{if $thread['digest']}--><div id="digest" onmouseOut="this.style.display='';" style="position:absolute;width:0px; height:0px; top: 385px; right:550px ;">
<!--{if $thread['digest'] ==1}--><img border="0" src="http://2010.hotbbs.info/attachments/month_1004/100402203599d00b3710ca50e0.gif" border="0">
<!--{elseif $thread['digest'] ==2}--><img border="0" src="http://2010.hotbbs.info/attachments/month_1004/10040220358022b4cde5640b6d.gif" border="0">
<!--{elseif $thread['digest'] ==3}--><img border="0" src="http://2010.hotbbs.info/attachments/month_1004/10040220358b32e938115001ff.gif" border="0">
<!--{/if}--></div><!--{/if}--> |
|