1 頁 (共 1 頁)

[問題]Integrated Toplist 1.0.3可以在首頁讓訪客看不到嗎???

發表於 : 2005-11-04 01:52
slipper
●架設主機作業系統:WindowsXp
●快速架站程式:Appserv
●您的上網方式:CABLE
●您安裝的程式:Apache + php + MySql(使用快速架站程式)。
●您的 phpBB2 版本:phpBB 2.0.17
●您的 domain(網域名稱) :888.868.com.tw
●您的 phpBB2 連結網址: http://888.868.com.tw

已安裝外掛

1.Percentage Post Fix 1.0.0 修正用戶文章百分比
2.Admin Userlist 2.0.4
3.Stop Author View Increase 1.0.1 當作者檢視自己發表的文章時不增加文章的觀看次數
4.Admin Email Notification on New Registration 1.0.3
5.訪客無法使用"搜尋"及無法觀看"會員列表"
6.閃光會員名稱\r
7.Last Visit 1.2.8 最後參觀時間
8.修正標題日文、簡體中文出現亂碼的問題
9.Topic display order 1.0.2 文章排列
10.Global_announcement_1.2.8em 全域公告
11.Forum Icon v1.0.9 版面圖示
12.Resend Activation 重寄認證信\r
13.防止版面被文章撐大\r
14.Complete Database Backup 2.2.0 修正phpbb內建資料庫備份功能不完全\r
15.Redirect to Post 發表完文章自動導向所發表的文章
16.Rank in memberlist 1.0.2 會員列表顯示會員等級&等級圖示\r
17.Post search in memberlist 1.0.4 會員列表裡可以連結會員所發表的所有文章
18.Integrated Toplist 1.0.3
19.Fix Caret Bug 1.0.1
20.Search Subject Only 搜尋時允許只搜尋標題
21.Quick Reply 1.3.1 快速回覆
22.讓訪客瀏覽版面上的主題名稱,但是無法閱讀文章內容








安裝了Toplist 1.0.3想讓訪客看不到\r
要登錄才看的到\r

有搜尋到這一篇最接近的文章
請問一下TOP5能隱藏嗎?

不過文章最後
並沒有解答

所以我請問
要如何在首頁隱藏Integrated Toplist
要登入之後才能看到呢??

這是我的index_body.tpl
請按這裡


謝謝~~~!!

發表於 : 2005-11-04 22:44
bu
把 TOP5 的 HTML 部份上下加上

代碼: 選擇全部

<!-- BEGIN switch_user_logged_in -->

代碼: 選擇全部

<!-- END switch_user_logged_in -->

發表於 : 2005-11-04 23:52
slipper
To:bu大大

如果是用TOP V2的話\r
在<iframe>前後套上

代碼: 選擇全部

<!-- BEGIN switch_user_logged_in -->
<!-- END switch_user_logged_in -->
是可以隱藏沒問題的

不過我是用\r
Integrated Toplist 1.0.3
套上的話\r

未登入前隱藏OK

不過登入後會變這樣\r
內容的五行會不見
圖檔

真是很苦惱說...

有其他的方法嗎???

發表於 : 2005-11-05 00:10
bu
試試

代碼: 選擇全部

<!-- BEGIN switch_user_logged_in -->
<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">

  <tr>

 <td valign="top">

<table width="100%" border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">

	<tr> 

	  <th align="center" class="thCornerL" width="20%">&nbsp;{L_FORUM}&nbsp;</th>

	  <th align="center" class="thTop" width="40%">&nbsp;{L_TOPICS}&nbsp;</th>

	  <th align="center" class="thTop" nowrap>&nbsp;&nbsp;{L_AUTHOR}&nbsp;&nbsp;</th>

	  <th align="center" class="thTop" nowrap>&nbsp;{L_REPLIES}&nbsp;</th>

	  <th align="center" class="thTop" nowrap>&nbsp;{L_VIEWS}&nbsp;</th>

	  <th align="center" class="thCornerR" nowrap>&nbsp;{L_LASTPOST}&nbsp;</th>

	</tr>

	<!-- BEGIN toprow -->

  <tr>

 <td class="row1" nowrap><span class="forumlink"><a href="{switch_user_logged_in.toprow.FORUM_URL}" target="_top" class="forumlink">{switch_user_logged_in.toprow.FORUM_NAME}</a></span></td> 

 <td class="row2" nowrap><span class="topictitle"><a href="{switch_user_logged_in.toprow.TOPIC_URL}" target="_top" class="topictitle">{switch_user_logged_in.toprow.TOPIC}</a></span></td>

 <td class="row1" align="center" nowrap><span class="name">{switch_user_logged_in.toprow.POSTER_URL}</span></td>

 <td class="row2" align="center" nowrap><span class="postdetails">{switch_user_logged_in.toprow.TOPIC_REPLIES}</span></td>

 <td class="row1" align="center" nowrap><span class="postdetails">{switch_user_logged_in.toprow.TOPIC_VIEWS}</span></td>

 <td class="row2" align="center" nowrap><span class="postdetails">{switch_user_logged_in.toprow.POST_TIME}<br />{switch_user_logged_in.toprow.REPLIER_URL}&nbsp;<a href="{switch_user_logged_in.toprow.LAST_POST_URL}" target="_top"><img src="{ICON_URL}" border="0" alt="{ICON_ALT}" /></a></span></td>  

  </tr>

  <!-- END toprow -->

</table>

 </td>  

  </tr>

</table>
<!-- END switch_user_logged_in -->

發表於 : 2005-11-05 00:21
slipper
現在變成這樣...

圖檔


ps:Hinet圖床...有點慢...sorry~~~

發表於 : 2005-11-05 00:26
bu
怪 =.=||

你先還原吧

發表於 : 2005-11-05 01:40
slipper
先謝謝了~~~~

勞你這麼費心...

發表於 : 2005-11-05 08:51
心靈捕手
To slipper:

您上頭貼出的 index_body.tpl 並不完整.

建議您:
貼出完整的 index_body.tpl

發表於 : 2005-11-05 12:09
slipper
我是用BBlite風格的

我直接把index_body.tbl貼出好了...

(有點佔版面...)

代碼: 選擇全部

<table width="98%" cellspacing="2" cellpadding="1" border="0" align="center">
<tr>
	<td align="left" valign="middle"><span class="gensmall">
	<!-- BEGIN switch_user_logged_in -->
	{LAST_VISIT_DATE}<br />
	<!-- END switch_user_logged_in -->
	{CURRENT_TIME}<br /></span><span class="forumlink"><a href="{U_INDEX}" class="forumlink">{L_INDEX}</a></span></td>
	<td align="right" valign="middle" class="gensmall">
		<!-- BEGIN switch_user_logged_in -->
		<a href="{U_RECENT}" class="gensmall">{L_RECENT}</a><br />
		<a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br />
		<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
		<!-- END switch_user_logged_in -->
</tr>
</table>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
   <td><img name="tlc" src="templates/BBLite/images/tlc.gif" WIDTH=15 HEIGHT=30 border="0" alt=""></td> 
   <td width="100%" background="templates/BBLite/images/tm.gif"><img name="tm" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
   <td><img name="trc" src="templates/BBLite/images/trc.gif" WIDTH=15 HEIGHT=30 border="0" alt=""></td>
</tr>
<tr>
<td background="templates/BBLite/images/left.gif"><img name="left" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
<td valign="middle" bgcolor="#D8D8D8"> 

<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr> 
    <th colspan="5">最新發表</th>
</tr>
<!-- BEGIN toprow -->
<tr>
   <td width="100%" class="row2" nowrap><span class="topictitle"><a href="{toprow.TOPIC_URL}" target="_top" class="topictitle">{toprow.TOPIC}</a></span></br>
       <span class="gensmall">&nbsp;發表人: {toprow.POSTER_URL}</span></td>
   <td width="70" class="row1" align="left" nowrap><span class="postdetails">&nbsp;&nbsp;回覆: {toprow.TOPIC_REPLIES}</span></br>
       <span class="postdetails">&nbsp;&nbsp;?#91;看: {toprow.TOPIC_VIEWS}</span></td>
   <td width="150" align="center" nowrap class="row2"><span class="forumlink"><a href="{toprow.FORUM_URL}" target="_top" class="forumlink">{toprow.FORUM_NAME}</a></span></td>
   <td class="row1" align="center" nowrap><span class="gensmall">{toprow.POST_TIME}<br />{toprow.REPLIER_URL}&nbsp;<a href="{toprow.LAST_POST_URL}" target="_top"><img src="{ICON_URL}" border="0" alt="{ICON_ALT}" /></a></span></td>
</tr>
<!-- END toprow -->

</tr>
</table>

<td background="templates/BBLite/images/right.gif"><img name="right" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
</tr>
<tr>
   <td><img name="blc" src="templates/BBLite/images/blc.gif" WIDTH=15 HEIGHT=20 border="0" alt=""></td>
    <td background="templates/BBLite/images/btm.gif"><img name="btm" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
   <td><img name="brc" src="templates/BBLite/images/brc.gif" WIDTH=15 HEIGHT=20 border="0" alt=""></td>
</tr>
</table>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
  <tr>
   <td><img name="tlc" src="templates/BBLite/images/tlc.gif" WIDTH=15 HEIGHT=30 border="0" alt=""></td> 
   <td width="100%" background="templates/BBLite/images/tm.gif"><img name="tm" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
   <td><img name="trc" src="templates/BBLite/images/trc.gif" WIDTH=15 HEIGHT=30 border="0" alt=""></td>
  </tr>
  <tr>
    <td background="templates/BBLite/images/left.gif"><img name="left" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
        <td valign="middle" bgcolor="#D8D8D8">
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr> 
	<th colspan="2" class="1" height="25" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>
	<th width="50" class="1" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
	<th width="50" class="1" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
	<th class="1" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
</tr>
  <!-- BEGIN catrow -->
  <tr> 
	<td class="rowpic" colspan="2" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
	<td class="rowpic" colspan="3" align="right">&nbsp;</td>
  </tr>
  <!-- BEGIN forumrow -->
  <tr> 
	<td class="row1lt" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
	<td class="row1rt" width="100%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
	  </span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
	  </span><span class="spcsmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
	<td class="row1" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
	<td class="row1" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
	<td class="row1" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
  </tr>
  <!-- END forumrow -->
  <!-- END catrow -->
</table>
</td>
    <td background="templates/BBLite/images/right.gif"><img name="right" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
</tr>
  <tr>
   <td><img name="blc" src="templates/BBLite/images/blc.gif" WIDTH=15 HEIGHT=20 border="0" alt=""></td>
   <td background="templates/BBLite/images/btm.gif"><img name="btm" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
   <td><img name="brc" src="templates/BBLite/images/brc.gif" WIDTH=15 HEIGHT=20 border="0" alt=""></td>
</tr>
</table>

<table width="98%" cellspacing="0" border="0" align="center" cellpadding="2">
  <tr> 
<!-- BEGIN switch_user_logged_in -->
	<td align="left"><span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span></td>
<!-- END switch_user_logged_in -->
	<td align="right"><span class="gensmall">{S_TIMEZONE}</span></td>
	
  </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
  <tr>
   <td><img name="tlc" src="templates/BBLite/images/tlc.gif" WIDTH=15 HEIGHT=30 border="0" alt=""></td> 
   <td width="100%" background="templates/BBLite/images/tm.gif"><img name="tm" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
   <td><img name="trc" src="templates/BBLite/images/trc.gif" WIDTH=15 HEIGHT=30 border="0" alt=""></td>
  </tr>
  <tr>
    <td background="templates/BBLite/images/left.gif"><img name="left" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
        <td valign="top" bgcolor="#D8D8D8">
		
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
  <tr> 
	<td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td>
  </tr>
  <tr> 
	<td width="100" rowspan="3" align="center" valign="middle" class="row1"><embed width="100" height="100" src="./Clock.swf"><br></td>
	<td class="row1" align="left"><span class="gensmall">{TOTAL_POSTS}, {TOTAL_TOPICS}, {TOTAL_REPLYS}<br />{TOTAL_USERS}{NEWEST_USER}</span></td>
  </tr>
  
<!-- Start add - Last visit MOD -->
<tr> 
	<td class="row1" align="left"><span class="gensmall">{L_USERS_TODAY}<br />{RECORD_USERS}</span></td>    
</tr> 
<!-- Start add - Last visit MOD -->  

<tr>
   <td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} &nbsp; [ {L_WHOSONLINE_ADMIN} ] &nbsp; [ {L_WHOSONLINE_MOD} ]<br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
</table>

<table width="100%" cellpadding="1" cellspacing="1" border="0">
<tr>
	<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>
</td>

    <td background="templates/BBLite/images/right.gif"><img name="right" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
  </tr>
  <tr>
   <td><img name="blc" src="templates/BBLite/images/blc.gif" WIDTH=15 HEIGHT=20 border="0" alt=""></td>
    <td background="templates/BBLite/images/btm.gif"><img name="btm" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
   <td><img name="brc" src="templates/BBLite/images/brc.gif" WIDTH=15 HEIGHT=20 border="0" alt=""></td>
  </tr></table>


<table border="0" cellpadding="0" cellspacing="0" width="100%">
  <tr>
   <td><img name="tlc" src="templates/BBLite/images/tlc.gif" WIDTH=15 HEIGHT=30 border="0" alt=""></td> 
   <td width="100%" background="templates/BBLite/images/tm.gif"><img name="tm" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
   <td><img name="trc" src="templates/BBLite/images/trc.gif" WIDTH=15 HEIGHT=30 border="0" alt=""></td>
  </tr>
  <tr>
    <td background="templates/BBLite/images/left.gif"><img name="left" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
        <td valign="top" bgcolor="#D8D8D8">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
  <tr>
   <td class="catHead" colspan="2" height="28"><span class="cattitle">推薦網站</span></td>
  </tr>
  <tr>
<td class="row1" align="left" valign="middle" rowspan="0">
<a href="http://tw.bid.yahoo.com/booth/nio_shop" target="_blank"><img src="http://888.868.com.tw/photo/nio_shop.gif" alt="Nio's 購物世界" border="0" width="100" height="40"></a>
<a href="http://www.guppy.com.tw/betta/" target="_blank"><img src="http://888.868.com.tw/photo/betta.gif" alt="鬥魚村" border="0" width="100" height="40"></a>
<a href="http://www.tonehou.com.tw/" target="_blank"><img src="http://888.868.com.tw/photo/tonehou.gif" alt="通豪汽車音響量販店" border="0" width="100" height="40"></a>
<a href="http://888.868.com.tw" target="_blank"><img src="http://888.868.com.tw/photo/link.gif" alt="欲交換連結,請PM給站長,並附上貴站的圖片及網站連結位置, 圖片大小88x31" border="0" width="100" height="40"></a>
<a href="http://888.868.com.tw" target="_blank"><img src="http://888.868.com.tw/photo/link.gif" alt="欲交換連結,請PM給站長,並附上貴站的圖片及網站連結位置, 圖片大小88x31" border="0" width="100" height="40"></a>
<a href="http://888.868.com.tw" target="_blank"><img src="http://888.868.com.tw/photo/link.gif" alt="欲交換連結,請PM給站長,並附上貴站的圖片及網站連結位置, 圖片大小88x31" border="0" width="100" height="40"></a>
<a href="http://888.868.com.tw" target="_blank"><img src="http://888.868.com.tw/photo/link.gif" alt="欲交換連結,請PM給站長,並附上貴站的圖片及網站連結位置, 圖片大小88x31" border="0" width="100" height="40"></a>
</td>
  </tr>
</table>
</td>
    <td background="templates/BBLite/images/right.gif"><img name="right" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
  </tr>
  <tr>
   <td><img name="blc" src="templates/BBLite/images/blc.gif" WIDTH=15 HEIGHT=20 border="0" alt=""></td>
    <td background="templates/BBLite/images/btm.gif"><img name="btm" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
   <td><img name="brc" src="templates/BBLite/images/brc.gif" WIDTH=15 HEIGHT=20 border="0" alt=""></td>
  </tr></table>


<!-- BEGIN switch_user_logged_out -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
  <tr>
   <td><img name="tlc" src="templates/BBLite/images/tlc.gif" WIDTH=15 HEIGHT=30 border="0" alt=""></td> 
   <td width="100%" background="templates/BBLite/images/tm.gif"><img name="tm" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
   <td><img name="trc" src="templates/BBLite/images/trc.gif" WIDTH=15 HEIGHT=30 border="0" alt=""></td>
  </tr>
  <tr>
    <td background="templates/BBLite/images/left.gif"><img name="left" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
        <td valign="top" bgcolor="#D8D8D8">
<form method="post" action="{S_LOGIN_ACTION}">
  <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
	<tr> 
	  <td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td>
	</tr>
	<tr> 
	  <td class="row1" align="center" valign="middle" height="28"><span class="gensmall">{L_USERNAME}: 
		<input class="post" type="text" name="username" size="10" />
		&nbsp;&nbsp;&nbsp;{L_PASSWORD}: 
		<input class="post" type="password" name="password" size="10" maxlength="32" />
		&nbsp;&nbsp; &nbsp;&nbsp;{L_AUTO_LOGIN} 
		<input class="text" type="checkbox" name="autologin" />
		&nbsp;&nbsp;&nbsp; 
		<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
		</span> </td>
	</tr>
  </table>
</form>
</td>
    <td background="templates/BBLite/images/right.gif"><img name="right" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
  </tr>
  <tr>
   <td><img name="blc" src="templates/BBLite/images/blc.gif" WIDTH=15 HEIGHT=20 border="0" alt=""></td>
    <td background="templates/BBLite/images/btm.gif"><img name="btm" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
   <td><img name="brc" src="templates/BBLite/images/brc.gif" WIDTH=15 HEIGHT=20 border="0" alt=""></td>
  </tr></table>
<!-- END switch_user_logged_out -->

<table cellspacing="3" border="0" align="center" cellpadding="0">
  <tr> 
	<td width="20" align="center"><img src="templates/BBLite/images/folder_new_big.gif" alt="{L_NEW_POSTS}"/>&nbsp;</td>
	<td><span class="gensmall">{L_NEW_POSTS}</span></td>
	<td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
	<td width="20" align="center"><img src="templates/BBLite/images/folder_big.gif" alt="{L_NO_NEW_POSTS}" />&nbsp;</td>
	<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
	<td>&nbsp;&nbsp;</td>
	<td width="20" align="center"><img src="templates/BBLite/images/folder_locked_big.gif" alt="{L_FORUM_LOCKED}" />&nbsp;</td>
	<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
  </tr>
</table>  

發表於 : 2005-11-05 18:01
心靈捕手
To slipper:

依您的需求, 只要將這一段程式碼的頭尾,
利用上頭 bu 大大提供的程式碼包起來, 即可.

代碼: 選擇全部

<table border="0" cellpadding="0" cellspacing="0" width="100%"> 
<tr> 
   <td><img name="tlc" src="templates/BBLite/images/tlc.gif" WIDTH=15 HEIGHT=30 border="0" alt=""></td> 
   <td width="100%" background="templates/BBLite/images/tm.gif"><img name="tm" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td> 
   <td><img name="trc" src="templates/BBLite/images/trc.gif" WIDTH=15 HEIGHT=30 border="0" alt=""></td> 
</tr> 
<tr> 
<td background="templates/BBLite/images/left.gif"><img name="left" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td> 
<td valign="middle" bgcolor="#D8D8D8"> 

<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> 
<tr> 
    <th colspan="5">最新發表</th> 
</tr> 
<!-- BEGIN toprow --> 
<tr> 
   <td width="100%" class="row2" nowrap><span class="topictitle"><a href="{toprow.TOPIC_URL}" target="_top" class="topictitle">{toprow.TOPIC}</a></span></br> 
       <span class="gensmall">&nbsp;發表人: {toprow.POSTER_URL}</span></td> 
   <td width="70" class="row1" align="left" nowrap><span class="postdetails">&nbsp;&nbsp;回覆: {toprow.TOPIC_REPLIES}</span></br> 
       <span class="postdetails">&nbsp;&nbsp;?#91;看: {toprow.TOPIC_VIEWS}</span></td> 
   <td width="150" align="center" nowrap class="row2"><span class="forumlink"><a href="{toprow.FORUM_URL}" target="_top" class="forumlink">{toprow.FORUM_NAME}</a></span></td> 
   <td class="row1" align="center" nowrap><span class="gensmall">{toprow.POST_TIME}<br />{toprow.REPLIER_URL}&nbsp;<a href="{toprow.LAST_POST_URL}" target="_top"><img src="{ICON_URL}" border="0" alt="{ICON_ALT}" /></a></span></td> 
</tr> 
<!-- END toprow --> 

\n</tr> 
</table> 

<td background="templates/BBLite/images/right.gif"><img name="right" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td> 
</tr> 
<tr> 
   <td><img name="blc" src="templates/BBLite/images/blc.gif" WIDTH=15 HEIGHT=20 border="0" alt=""></td> 
    <td background="templates/BBLite/images/btm.gif"><img name="btm" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td> 
   <td><img name="brc" src="templates/BBLite/images/brc.gif" WIDTH=15 HEIGHT=20 border="0" alt=""></td> 
</tr> 
</table> 

發表於 : 2005-11-05 20:01
slipper
真的是不行....
還是跟上面的狀況一樣...


唉唉~~~

看來最後沒辦法

如果想要隱藏不給訪客看到的話\r
就要裝ADV TOP5 了~~~


先謝謝各位了~~~^^!

發表於 : 2005-11-05 21:16
~倉木麻衣~
那是因為switch_user_logged_in裡又包了一個toprow的關係
試看看底下的改法, 個人在subSilver風格上測試結果是ok
#
#--------[ OPEN ]----------------
#
index.php

#
#--------[ FIND ]----------------
#

代碼: 選擇全部

		// Topics text length
		$MAX_STR_LEN = 60;
#
#--------[ BEFORE, ADD ]----------------
#

代碼: 選擇全部

	if ($userdata['session_logged_in'])
	{
#
#--------[ FIND ]----------------
#

代碼: 選擇全部

			'POSTER_URL' => $poster_url, 
			'REPLIER_URL' => $replier_url, 
			'LAST_POST_URL' => $last_post_url 
		)); 
	} 
#
#--------[ AFTER, ADD ]----------------
#

代碼: 選擇全部

	}
#
#--------[ OPEN ]----------------
#
templates/Your_template/index_body.tpl

#
#--------[ FIND ]----------------
#

代碼: 選擇全部

<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">
  <tr>
 <td valign="top">
<table width="100%" border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
#
#--------[ AFTER, ADD ]----------------
#

代碼: 選擇全部

<!-- BEGIN switch_user_logged_in -->
#
#--------[ FIND ]----------------
#

代碼: 選擇全部

	<!-- BEGIN toprow -->
#
#--------[ BEFORE, ADD ]----------------
#

代碼: 選擇全部

<!-- END switch_user_logged_in -->
#
#--------[ SAVE/CLOSE ALL FILES ]----------------
#
# EoM

發表於 : 2005-11-05 23:45
slipper
給: ~倉木麻衣~ 大大

如果是在乾淨的subSilver風格上
使用沒有問題


在BBLite上使用還是失敗
可能我的BBLite的index_body.tpl
有自己亂改的東西
導致混亂


現在只好改用TOP5 V2


再次感謝各位的幫忙...3Q

發表於 : 2005-11-06 01:14
~倉木麻衣~
slipper 寫:在BBLite上使用還是失敗
可能我的BBLite的index_body.tpl
有自己亂改的東西
導致混亂
這就不是很確定了
不過剛有用你提供的index_body.tpl回去測, 一樣是沒問題

發表於 : 2005-11-06 01:19
slipper
~倉木麻衣~ 寫:
slipper 寫:在BBLite上使用還是失敗
可能我的BBLite的index_body.tpl
有自己亂改的東西
導致混亂
這就不是很確定了
不過剛有用你提供的index_body.tpl回去測, 一樣是沒問題


那真的有點摸不著頭緒了

我再試一次看看...