1 頁 (共 1 頁)

[問題]會原列表裏的資料位置亂掉了...(以解決)但是又亂了

發表於 : 2004-09-16 22:57
ati9600xt
我檢視會員列表時出現這樣的情況:
註冊時間 文章 新台幣
5000新台幣 2004-09-16 1

請問我有去memberlist.body去改~但是不知要改什麼?
希望有人能幫忙




●架設主機作業系統:Windows xp pro sp1
●上網方式:HiNet 2M/512
●安裝的程式:appserv-win32-2.3.0
●phpBB2 版本:phpBB (2.0.1.0)。
● phpBB2 連結網址: http://hero-roa.no-ip.org/
●外掛:cash mod .

發表於 : 2004-09-16 22:58
ati9600xt
註冊時間變成顯示有多少新台幣
文章顯示註冊時間
新台幣顯示文章...

發表於 : 2004-09-16 23:38
吉川拓也
你把 memberlist_body.tpl 貼一下看看 ...

發表於 : 2004-09-17 01:01
ati9600xt
謝謝吉川
我用好了 :lol:

發表於 : 2004-09-17 12:17
ati9600xt
會員列表我多加一種貨幣後又亂了...哪位好心大大幫幫喔~
誰可以到我的論壇看看呀~!!!
再請問一個問題我裝了銀行後~進入銀行的以下排列要改整齊怎麼改呢?

會員名稱 : 論壇管理員\r
身上現金 : 2490
銀行存款 : 1000
貸款金額 : 0
總資產 : 3490

發表於 : 2004-09-17 12:27
ati9600xt
我的memberlist_body.tpl ~


<form method="post" action="{S_MODE_ACTION}">
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
<td align="right" nowrap="nowrap"><span class="genmed">{L_SELECT_SORT_METHOD}: {S_MODE_SELECT}  {L_ORDER} {S_ORDER_SELECT}  
<input type="submit" name="submit" value="{L_SUBMIT}" class="liteoption" />
</span></td>
</tr>
</table>
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<th height="25" class="thCornerL" nowrap="nowrap">No.</th>
<th class="thTop" nowrap="nowrap">{L_PM}</th>
<th class="thTop" nowrap="nowrap">{L_USERNAME}</th>
<th class="thTop" nowrap="nowrap">{L_EMAIL}</th>
<th class="thTop" nowrap="nowrap">{L_FROM}</th>
<th class="thTop" nowrap="nowrap">{L_POSTS}</th>
<th class="thTop" nowrap="nowrap">{L_JOINED}</th>
<!-- BEGIN cashrow -->
<th class="thTop" nowrap="nowrap">{cashrow.NAME}</th>
<!-- END cashrow -->
<th class="thCornerR" nowrap="nowrap">{L_WEBSITE}</th>
</tr>
<!-- BEGIN memberrow -->
<tr>
<td class="{memberrow.ROW_CLASS}" align="center"><span class="gen"> {memberrow.ROW_NUMBER} </span></td>
<td class="{memberrow.ROW_CLASS}" align="center"> {memberrow.PM_IMG} </td>
<td class="{memberrow.ROW_CLASS}" align="center"><span class="gen"><a href="{memberrow.U_VIEWPROFILE}" class="gen">{memberrow.USERNAME}</a></span></td>
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"> {memberrow.EMAIL_IMG} </td>
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.FROM}</span></td>
<!-- BEGIN cashrow -->
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.POSTS}</td>

<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gensmall">{memberrow.JOINED}</td>
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.cashrow.CASH_DISPLAY}</span></td>
<!-- END memberrow -->
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.WWW_IMG}</span></td>
</tr>
<!-- END memberrow -->
<tr>
<td class="catBottom" colspan="{NUM_COLUMNS}" height="28"> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="13" align="left" valign="top" background="templates/Sosumi/images/shadow_bottom.jpg"><img src="templates/Sosumi/images/shadow_bttm_left_corner.jpg" width="19" height="13"></td>
<td align="left" valign="top" background="templates/Sosumi/images/shadow_bottom.jpg"><img src="templates/Sosumi/images/shadow_bottom.jpg" width="21" height="13"></td>
<td align="right" valign="top" background="templates/Sosumi/images/shadow_bottom.jpg"><img src="templates/Sosumi/images/shadow_bttm_right_corner.jpg" width="25" height="13"></td>
</tr>
</table>
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
<td align="right" valign="top"></td>
</tr>
</table>

<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><span class="nav">{PAGE_NUMBER}</span></td>
<td align="right"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td>
</tr>
</table></form>
\n
<table width="100%" cellspacing="2" border="0" align="center">
<tr>
<td valign="top" align="right">{JUMPBOX}</td>
</tr>
</table>

發表於 : 2004-09-18 12:34
心靈捕手
ati9600xt 寫:我的memberlist_body.tpl ~
看過您的程式碼後,
發現其中
<!-- END memberrow -->
出現了兩次.

建議您刪除掉第一個<!-- END memberrow -->
看看是否能解決您的問題? :-)

發表於 : 2004-09-18 12:52
幻狼神威
其中的確出現了兩次<!-- END memberrow -->

不用急著刪除,你直接把第一個<!-- END memberrow -->改成<!-- END cashrow -->這樣應該就好了......