本帖最后由 bragi00 于 2009-1-23 11:41 编辑
樓主直接放\templates\default\discuz.htm很方便,不過像我原本就改過這個檔案,就不合用了,直接修改源碼如下,可參考看看
找到
<!--{if !empty($insenz['vfstatus']) && $insenz['vfpos'] == 'first'}--><script type="text/javascript" src="campaign.php?action=list"></script><!--{/if}-->
前面加上
<div class="mainbox">
<span class="headactions">
<!--{if $cat['moderators']}-->{lang forum_category_modedby}: $cat[moderators]<!--{/if}-->
<img id="category_toplist_img" src="{IMGDIR}/collapsed_no.gif" title="{lang spread}" alt="{lang spread}" /> </span>
<span class="headactions"></span>
<h3>★邊走邊悟:$geyanline_xjxygh </h3>
<table cellspacing="0" cellpadding="0" id="category_toplist" summary="category$cat[fid]" cellspacing="0" cellpadding="0" style="$collapse['category_'.$cat[fid]]">
<tr>
<td width="25%" align="left" valign="top" style="padding: 5px 0px 0px 5px">
<div>
{eval request('6格社區圖片');}</div>
</td>
<td style="padding: 5px 0px 0px 5px">
<div class="mainbox">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td width="24" style="padding:0;border-top:0px;"><img src="http://www.xmsss.com/images/list.gif" border="0" /></td>
<td width="100%" align="left" background="http://www.xmsss.com/images/listbg.gif" style="line-height:20px;padding:0;border-top:0px;background-repeat: repeat">{eval request('6格-top10');}
</table>
</div>
</tr>
</table>
</div>
index.php 修改如下
找到
$newthreads = round(($timestamp - $lastvisit + 600) / 1000) * 1000;
在後面加入
require_once('./include/xmsss.com.php');
$colorarray = array('', 'red', 'orange', 'yellow', 'green', 'cyan', 'blue', 'purple', 'gray'); |