查看單個文章
舊 2006-05-02, 11:39 PM   #9
darwinnis
Senior Member
 
註冊日期: 2006-04-10
住址: http://www.halabond.com
文章: 396
預設

我試過幾次.但都只能變動"主題作者 最後發表 回覆 閱讀"的位子.下方的數字並沒有跟著對應過去

是修改下列的部份吧?
像這個.我把他刪除.只是主題作者這幾個字不見而已.

<td class="thead" width="150" align="center" nowrap="nowrap"><span style="white-space:nowrap">$vbphrase[thread_starter]</span></td>



PHP 代碼:
<!-- 最新回覆主題列表 -->
<if 
condition="$vboptions['shownewpost']">
        <
table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
            <
tr>
            <if 
condition="$show['threadicons']">
                <
td class="thead" colspan="2">&nbsp;</td>
            <else />
                <
td class="thead">&nbsp;</td>
            </if>    
            <
td class="thead" width="100%">
                <if 
condition="$show['threadratings']"><span style="float:$stylevar[right]">$vbphrase[rating$sortarrow[voteavg]</span></if>
                
$vbphrase[newpostslist]
            </
td>
            <
td class="thead" width="150" align="center" nowrap="nowrap"><span style="white-space:nowrap">$vbphrase[thread_starter]</span></td>
            <
td class="thead" width="150" align="center" nowrap="nowrap"><span style="white-space:nowrap">$vbphrase[last_post$sortarrow[lastpost]</span></td>
            <
td class="thead" align="center" nowrap="nowrap"><span style="white-space:nowrap">$vbphrase[replies$sortarrow[replycount]</span></td>
            <
td class="thead" align="center" nowrap="nowrap"><span style="white-space:nowrap">$vbphrase[views$sortarrow[views]</span></td>
            </
tr>
            
$forumhome_latestthreadslist
        
</table>
<
br>
</if>
<!-- 
最新回覆主題列表 --> 
__________________
vBB真是博大艱深阿~
darwinnis 目前離線   回覆時引用此篇文章