代碼: 選擇全部
##############################################################
## MOD Title:bottom Signature
## MOD Author: puhongyi < puhongyi@gmail.com > www.firefox.net.cn
## MOD Description:讓簽名在帖子中靠齊下方\r
## MOD Version: 1.0.0
## Example:http://www.firefox.net.cn/
## Installation Level: Easy
## Installation Time: 2 Minutes
## Files To Edit: templates\subSilver\viewtopic_body.tpl
## Included Files: (n/a)
##############################################################
##############################################################
## MOD History:
##
## 2005-01-20 - Version 1.0.0
## - Initial Release
##
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##安裝之前請先備份你的論壇
##############################################################
#
#打開 templates\subSilver\viewtopic_body.tpl
#
#
#找到\r
#
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
#
#替換為\r
#
<table class="forumline" width="100%" cellspacing="0" cellpadding="3" border="0">
#
#找到\r
#
<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}">
#
#在行內修改為\r
#
<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}" rowspan=2 >
#
#找到\r
#
{postrow.SIGNATURE}
#
#在行內刪除\r
#
#
#找到\r
#
</tr>
<tr>
<td class="{postrow.ROW_CLASS}" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">{L_BACK_TO_TOP}</a></span></td>
#
#在之前加上
#
<tr>
<td class="{postrow.ROW_CLASS}" valign="bottom" ><span class="postbody"> {postrow.SIGNATURE}</span></td>
</tr>
#
#完成
#