[問題]CashMod & Profile Control
發表於 : 2003-10-05 18:29
CashMod & Profile Control Panel
原先的Cashmod管理員可在個人資料中增加會員金錢,但裝了Profile Control Panel 後因用了他的 Template 就沒有了顯視,想請問有大大曾修改嗎?
應將 以下profile_view_body.tpl 中的 code應轉放方在那裏!
Profile Control Panel 和 CashMod 的工能很好用,想信有很多朋友也會安裝的,
煩請熱心的大大想想辦法,我試過了但做不到
原先的Cashmod管理員可在個人資料中增加會員金錢,但裝了Profile Control Panel 後因用了他的 Template 就沒有了顯視,想請問有大大曾修改嗎?
應將 以下profile_view_body.tpl 中的 code應轉放方在那裏!
代碼: 選擇全部
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/profile_view_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<td> <b><span class="gen">{INTERESTS}</span></b></td>
</tr>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<!-- BEGIN cashrow -->
<tr>
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">{cashrow.CASH_NAME}:</span></td>
<td><table border=0><tr><td width="50"><span class="gen"><b>{cashrow.CASH_AMOUNT}</b></span></td>
<!-- BEGIN switch_donatedisplay -->
<form style="{display: inline;}" action="{cashrow.S_DONATE_ACTION}" method="post"><td><span class="gen"><input type="submit" value="{cashrow.L_DONATE}" class="liteoption" /> <input type="hidden" name="member_donate" value="1" /><input type="hidden" name="cash_type" value="{cashrow.CASH_TYPE}" /><input name="donate_amount" value="0" size="5" class="post" /> / </span></td><td width="50"><span class="gen"><b>{cashrow.DONATER_CASH}</b></span></td></form>
<!-- END switch_donatedisplay -->
<!-- BEGIN switch_admindisplay -->
<form style="{display: inline;}" action="{cashrow.S_ADMIN_ACTION}" method="post"><td><span class="gen"><input type="submit" value="{cashrow.L_ADD_CASH}" class="liteoption" /> <input type="hidden" name="admin_donate" value="1" /><input type="hidden" name="cash_type" value="{cashrow.CASH_TYPE}" /><input name="admin_amount" value="0" size="5" class="post" /></span></td></form>
<!-- END switch_admindisplay -->
</tr></table></td>
</tr>
<!-- END cashrow -->
<!-- BEGIN switch_exchangeon -->
<tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen"></span></td>
<form style="{display: inline;}" action="{U_EXCHANGE}" method="post"><td><input type="submit" value="{L_EXCHANGE}" class="liteoption" /></td></form>
</tr>
<!-- END switch_exchangeon -->煩請熱心的大大想想辦法,我試過了但做不到