- 阅读权限
- 50
- 精华
- 0
- 最后登录
- 2012-1-23
- 积分
- 1007
- 帖子
- 1169
- 威望
- 3
- 金币
- 28 个
- 体力
- 556
- 激情
- 506
- 注册时间
- 2008-4-21
 
- UID
- 923102
- 积分
- 1007
- 帖子
- 1169
- 威望
- 3
- 在线时间
- 3 小时
- 注册时间
- 2008-4-21
|

我試驗了好幾個版本的美化都存在問題,唯有 buachompoox 提供的修改方式完整,轉發上來大家共享!
感謝 buachompoox !!!
【演示】http://aeshow.cn/bbs/forumdisplay.php?fid=18
打开 templates/default 目录下的模板文件 forumdisplay.htm 找到- <td class="author">
- <cite>
- <!--{if $thread['authorid'] && $thread['author']}-->
- <a href="space.php?uid=$thread[authorid]">$thread[author]</a>
- <!--{else}-->
- <!--{if $forum['ismoderator']}-->
- <a href="space.php?uid=$thread[authorid]">{lang anonymous}</a>
- <!--{else}-->
- {lang anonymous}
- <!--{/if}-->
- <!--{/if}-->
- </cite>
- <em>$thread[dateline]</em>
- </td>
复制代码 替换为:- <td class="author">
- <div style="float:left;width:26px;padding-top:4px;">
- <img src="http://你的UCenter地址/avatar.php?uid=$thread[authorid]&size=small" class="ava_border" width="24px" height="24px" style="border:1px solid #ccc; padding:2px; margin:0px; background-color:#fff;" />
- </div>
- <div style="float:left;padding:2px 0px 0px 4px;">
- <cite>
- <!--{if $thread['authorid'] && $thread['author']}-->
- <a href="space.php?uid=$thread[authorid]">$thread[author]</a>
- <!--{else}-->
- <!--{if $forum['ismoderator']}-->
- <a href="space.php?uid=$thread[authorid]">{lang anonymous}</a>
- <!--{else}-->
- {lang anonymous}
- <!--{/if}-->
- <!--{/if}-->
- </cite>
- <em>$thread[dateline]</em>
- </div>
- </td>
复制代码 ******************************************************************************************************************
7樓有鼠標懸停在小頭像上顯示大頭像的效果,也不錯!!!
千萬別忘了更換你的UC地址,要不然不顯示頭像……
新增加 超級綠色 超級簡單 完美五格 美化!
首頁五格 效果截圖
首頁五格 壓縮包下載
首頁五格.rar
(19.82 KB, 下载次数: 818)
[ 本帖最后由 爱啦呀 于 2008-5-4 08:43 编辑 ] |
-
总评分: 金币 + 2
查看全部评分
|