- 阅读权限
- 20
- 精华
- 0
- 最后登录
- 2007-5-21
- 积分
- 143
- 帖子
- 129
- 威望
- 3
- 金币
- 6 个
- 体力
- 130
- 激情
- 50
- 注册时间
- 2007-2-20

- UID
- 640311
- 积分
- 143
- 帖子
- 129
- 威望
- 3
- 在线时间
- 0 小时
- 注册时间
- 2007-2-20
|
插件名称:智慧语录
插件版本:v1.0
插件作者:pmfromhk
演示地址:http://yixiao.c52.cn/?fromuser=admin
有签名时显示个人的签名,无签名时随机显示名人语录
下载附件并把 wisdom.js放在论坛根目录下
在viewthread.htm
找
- <!--{if $post['signature'] && !$post['anonymous'] && $showsignatures}-->
- <tr><td valign="bottom">
- <br><br><br><img src="images/common/sigline.gif" alt="" /><br><div class="signature" $maxsigrows>$post[signature]</div>
- </td></tr>
- <!--{/if}-->
复制代码
改成
- <!--{if $post['signature']}-->
- <tr><td valign="bottom" $maxsigrows align="right">
- <fieldset style="line-height:180%;FONT-SIZE: 11px; WIDTH: 98%; FONT-FAMILY: Tahoma, Arial" align="center">
- <legend align="right">
- <strong><a target=_blank href=viewpro.php?uid=$post[uid] title='查看$post[author]的个人资料'>
- <font color=#ff0000>$post[author]</font></a> <font color=blue><font style="filter: glow(color=#cc0066,strength=2); height:10px; color:white; padding:1px">的</font><font style="filter: glow(color=green,strength=2); height:10px; color:white; padding:1px">个</font><font style="filter: glow(color=Purple,strength=2); height:10px; color:white; padding:1px">人</font><font style="filter: glow(color=red,strength=2); height:10px; color:white; padding:1px">签</font><font style="filter: glow(color=blue,strength=2); height:10px; color:white; padding:1px">名</font></strong></legend>
- <center>$post[signature]</center>
- </fieldset></td></tr>
- <!--{else}-->
- <tr><td valign="bottom" align="right">
- <fieldset style="line-height:180%;FONT-SIZE: 11px; WIDTH: 98%; FONT-FAMILY: Tahoma, Arial" align="center">
- <legend align="right"><strong><a href="{$boardurl}" target=_blank>
- <font color="#FF6600">$bbname </font></a><font style="filter: glow(color=blue,strength=2); height:10px; color:white; padding:1px">名</font><font style="filter: glow(color=Sienna,strength=2); height:10px; color:white; padding:1px">人</font><font style="filter: glow(color=red,strength=2); height:10px; color:white; padding:1px">智</font><font style="filter: glow(color=Purple,strength=2); height:10px; color:white; padding:1px">慧</font><font style="filter: glow(color=green,strength=2); height:10px; color:white; padding:1px">语</font><font style="filter: glow(color=#cc0066,strength=2); height:10px; color:white; padding:1px">录</font></strong></legend>
- <center><script type="text/javascript" src='wisdom.js'></script>
- </center></fieldset></td></tr>
- <!--{/if}-->
复制代码
完成!
字体大小的改变见22楼
[ 本帖最后由 xiyaxx 于 2007-4-28 08:41 编辑 ] |
-
有个人签名时
-
无个人签名时
-
-
智慧语录.rar
5.29 KB, 下载次数: 1522
-
总评分: 威望 + 3
金币 + 5
查看全部评分
|