修改 template/wind/index.htm 找到 <script language="JavaScript" src="js/Deploy.js"></script> 在上面增加以下代码 <!-- 发帖状元--> <!-- EOT; if($ckpostbest=='1'){ print <<<EOT --> <style type="text/css"> .hc{border-bottom:1px solid #76BAC2;background:#E0F0F9 url($imgpath/$stylepath/bg.png) 0 -200px repeat-x;text-align:center;color:#005681;padding:.3em .4em} </style> <div class="t"> <table cellpadding=0 cellspacing=0 width='$tablewidth' $i_table align=center> <tr align=center class="hc"> <td width="326" colspan="3"><b>今日发帖状元</b></td> <td width="326" colspan="3"><b>今日发帖榜眼</b></td> <td width="326" colspan="2"><b>今日发帖探花</b></td> </tr> <tr class="f_one"> $showusersdb </tr> <!-- EOT; if($ckpost10=='1'){ print <<<EOT --> <tr class="f_one"> <td colspan="8" class="t"></td></tr><tr> <td height="26" colspan="8"> 今日发贴TOP10:$hotmember10</td> </tr> <!-- EOT; }print <<<EOT --> </table></div> <!-- EOT; }print <<<EOT --> <!-- 发帖状元--> 论坛根目录/index.php 找到if($c_htm || $db_hithour){ 上面增加 @include_once(D_P.'hack/star/index_star.php'); 解压star 传到 hack 到后台插件中心安装即可
引用第5楼bbswind于2008-03-27 09:30发表的 :需要在首页index.php加入include_once(D_P.'data/bbscache/star/db_postbest.php'); .......
引用第10楼你不小了于2008-03-27 14:36发表的 :请问 我为什么不能用?