美化方法1:(只更改样式, 不更改显示位置)
1) 打开 template/default/common/module.css,查找:- .modact { display: block; height: 32px; text-align: center; }
复制代码 修改为- .modact { display: block; height: 32px; text-align: center; background-color:#FFC; border:1px dashed black; }
复制代码 2) 登陆管理中心 -> 界面 -> 风格管理 -> 更新CSS缓存 !
美化方法2:(更改样式及更改显示位置)
1) 打开 template/(当前风格目录)/forum/viewthread_node.htm,查找:
(2010年9月20日 19:15更新)
- <!--{if !empty($lastmod['modaction'])}--><div class="modact"><a href="forum.php?mod=misc&action=viewthreadmod&tid=$_G[tid]" title="{lang thread_mod}">{lang thread_mod_by}</a></div><!--{/if}-->
复制代码 删掉它
2) 打开 template/default/forum/viewthread_node_body.htm,查找:- <div class="{if !$_G[forum_thread][special]}t_fsz{else}pcbs{/if}">
- <!--{if $post['first']}-->
复制代码 下加(2010年9月20日 19:15更新)- <!--{if !empty($lastmod['modaction'])}--><div class="modact"><a href="forum.php?mod=misc&action=viewthreadmod&tid=$_G[tid]" title="{lang thread_mod}">{lang thread_mod_by}</a></div><!--{/if}-->
复制代码 3) 打开 template/default/common/module.css,查找:- .modact { display: block; height: 32px; text-align: center; }
复制代码 修改为- .modact { display: block; height: 32px; text-align: center; background-color:#FFC; border:1px dashed black; }
复制代码 4) 登陆管理中心 -> 界面 -> 风格管理 -> 更新CSS缓存 !
X1.5版作者:Marco129@DSU Team
简介:仿PW主题操作记录
适用编码:GBK UTF-8 BIG5
|