2005-10-4 15:20
Sai
[HACK]两个小小美化~
第一个美化~~
[url]http://www.saicn.com/bbs/forumdisplay.php?fid=27[/url]
看偶发的贴~~都用图片代替名字~
打开forumdisplay.htm
查找:
[code]<!--{if $thread['authorid']}--><a href="viewpro.php?uid=$thread[authorid]">$thread[author]</a><!--{else}-->
{lang guest}<!--{/if}-->[/code]
替换为
[code]<!--{if $thread['authorid'] == 1}--><a href="viewpro.php?uid=1"><img src="images/saic.gif" /></a>
<!--{elseif $thread['authorid']}--><a href="viewpro.php?uid=$thread[authorid]">$thread[author]</a><!--{else}-->
{lang guest}<!--{/if}-->[/code]
$thread['authorid'] == 1 换成你自己的uid
images/saic.gif 换成你自己的图片
第二个美化~~
[url]http://www.saicn.com/bbs/viewthread.php?tid=2381[/url]
自定义头衔那~与众不同哟~~
打开viewthread.htm
查找:
[code]<!--{if $post['customstatus']}-->$post[customstatus]<br><!--{/if}-->[/code]
替换为:
[code]<!--{if $post['customstatus']}-->
<!--{if $post['username']== Sai}--><!-- 这里换成自己的用户名 -->
<table cellSpacing=0 cellPadding=0 width="128" border="0" style="FILTER: alpha(opacity=70);" title="Sai专用哟~" align="center">
<tr height="5">
<td><img height="5" src="images/chat/1talkbox_lt.gif" width="5"></td>
<td background=images/chat/1talkbox_ct.gif><img height=5 src="images/chat/1talkbox_ct.gif" width=108 ></td>
<td><img height=5 src="images/chat/1talkbox_rt.gif" width=7></td></tr>
<tr>
<td background=images/chat/1talkbox_lm.gif><img height=10 src="images/chat/1talkbox_lm.gif" width=5></td>
<td align=middle bgColor=#ceeaf4><marquee scrollAmount="1" scrollDelay="1"><font color="#000000">$post[customstatus]</font></marquee>
</td>
<td background=images/chat/1talkbox_rm.gif><img height=10 src="images/chat/1talkbox_rm.gif" width=7></td></tr>
<tr height=14>
<td><img height=14 src="images/chat/1talkbox_lb.gif" width=5></td>
<td background=images/chat/1talkbox_cb.gif><img height=14 src="images/chat/1talkbox_cb(tail).gif" width=31></td>
<td><img height=14 src="images/chat/1talkbox_rb.gif" width=7></td></tr></table><!--{else}-->$post[customstatus]<br><!--{/if}--><!--{/if}-->[/code]
这里若要几个人使用的话那就把这个
[code]<!--{if $post['username']== Sai}-->[/code]
改为
[code]<!--{if $post['authorid']== 1 || $post['authorid']==2 || $post['authorid']==3 }-->[/code]
[b][color=Red]要用双竖线[/color][/b]
;P大家慢慢用哟~~