問題外掛:Cash Mod 2.21
參考連結:-
使用版本:Cash Mod 2.21
網站位置:http://www.mydotdot.com/forum/memberlist.php
狀況描述:
Please go to the URL, you will found 註冊時間 文章 金幣 銀幣 銅幣 is wrongly placed.....
It should be 金幣 銀幣 銅幣 註冊時間 文章...
How to fix it?
[問題] Cash Mod 2.21
版主: 版主管理群
檢查看看這個部分的程序有沒有修改錯誤
代碼: 選擇全部
#
#-----[ 打開 ]------------------------------------------
#
templates/subSilver/memberlist_body.tpl
#
#-----[ 找到 ]------------------------------------------
# in subSilver, the full line is
# <th class="thTop" nowrap="nowrap">{L_POSTS}</th>
#
{L_POSTS}
#
#-----[ 下方加入 ]------------------------------------------
# on the next line
#
<!-- BEGIN cashrow -->
<th class="thTop" nowrap="nowrap">{cashrow.NAME}</th>
<!-- END cashrow -->
#
#-----[ 找到 ]------------------------------------------
# in subSilver, the full line is
# <td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.POSTS}</span></td>
#
{memberrow.POSTS}
#
#-----[ 下方加入 ]------------------------------------------
# on the next line
#
<!-- BEGIN cashrow -->
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.cashrow.CASH_DISPLAY}</span></td>
<!-- END cashrow -->
#
#-----[ 找到 ]------------------------------------------
# in subSilver, the full line is
# <td class="catBottom" colspan="8" height="28"> </td>
#
colspan="8"
#
#-----[ 內部找到 ]------------------------------------------
#
8
#
#-----[ 取代 ]------------------------------------------
#
{NUM_COLUMNS}
#
#-----[ 打開 ]------------------------------------------
#
templates/subSilver/profile_view_body.tpl
#
#-----[ 找到 ]------------------------------------------
# in subSilver, the full line is
# <td> <b><span class="gen">{INTERESTS}</span></b></td>
#
{INTERESTS}
#
#-----[ FIND ]------------------------------------------
# (on the next line)
# 也就是找到{INTERESTS}之後的</tr>大約下1~2行位置
</tr>
#
#-----[ 下面加入 ]------------------------------------------
#
{CASH}
-.-
-
spring85195
- 星球普通子民

- 文章: 2
- 註冊時間: 2004-08-18 12:18
[閒聊]thank you
Thank you!
It is working now!
Did I tell you I love you so much?
I will marry with you if you are a girl...
It is working now!
Did I tell you I love you so much?
I will marry with you if you are a girl...
