记的以前有一个,现在好象找不到了
不会吧!我的命好苦啊
高手帮忙啊!
帮你顶~~
增加一个模版 gg.htm
增加一个模班的目的是为了在多个风格下修改更容易
<table border="{BORDERWIDTH}" bordercolor="{BORDERCOLOR}" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="{TABLEWIDTH}" bgcolor="{ALTBG1}" align="center">
<tr align="center" class="altbg2">
<td width="25%"><a href="http://www.discuz.net/usersguide/intro.htm" target="_blank" >Discuz!4.0用户手册</a></td>
<td width="25%"><a href="http://www.discuz.com/index.php?category=6" target="_blank" >Discuz!4.0购买方式和报价</a></td>
<td width="25%"><a href="http://www.comsenz.com/idc.php?index=2" target="_blank" >Discuz!官方虚拟主机</a></td>
<td width="25%"><a href="http://www.comsenz.com/idc.php?index=4" target="_blank" >防Ddos主机托管</a></td></tr>
<tr align="center" class="altbg2">
<td width="25%"><a href="http://www.discuz.net/viewthread.php?tid=120208&extra=page%3D1" target="_blank" >Discuz!2.5F全攻略</a></td>
<td width="25%"><a href="http://www.discuz.net/announcement.php?id=97#97" target="_blank" >Discuz!诚聘</a></td>
<td width="25%"><a href="http://www.discuz.net/documents/alipay/ad.htm" target="_blank" >HOT! <b>支付宝</b>买卖宝典</a></td>
<td width="25%"><a href="http://www.discuz.net/viewthread.php?tid=165511" target="_blank" ><font color="red"><b>支付宝站长回报计划即将启动</b></font></a></td>
</tr>
</table>1、在首页显示
修改index.htm
查找
<!--{if !empty($newpmexists)}-->
{template pmprompt}
<!--{/if}-->在上面添加
<br>
<!-- Hot hack -->
{template gg}
<!-- Hot hack end -->2、在版块显示
修改forumdisplay.htm
查找
<!--{if !empty($newpmexists)}-->
{template pmprompt}
<!--{/if}-->在上面添加
<!-- Hot hack -->
{template gg}
<!-- Hot hack end -->3、在主题显示
修改viwthread.htm
查找
<!--{if $newpmexists}-->
{template pmprompt}
<!--{/if}-->在上面添加
<!-- Hot hack -->
{template gg}
<!-- Hot hack end -->

