1 頁 (共 2 頁)

[問題] 請問一下TOP5能隱藏嗎?

發表於 : 2005-01-09 13:24
love19870120
呵呵,我有一個特殊的小需求就是希望非註冊會員(訪客)看不到TOP5。
請問有辦法做到嗎?

發表於 : 2005-01-09 14:09
StickyKid
找風格檔案
然後用這兩個
<!-- BEGIN switch_user_logged_in -->
<!-- END switch_user_logged_in -->

發表於 : 2005-01-09 14:10
love19870120
感謝你喔^^
不過請問要加在哪邊呢?

發表於 : 2005-01-09 14:16
bu


<iframe>的前後

發表於 : 2005-01-10 17:15
top10001
以風格subSilver來說,要更改哪個檔案呢?

發表於 : 2005-01-10 17:30
小西
index_body.tpl
在<iframe>前後加上上面寫的

發表於 : 2005-01-30 17:46
minka
小西 寫:index_body.tpl
在<iframe>前後加上上面寫的
我的找不到 <iframe>呀 :-(

發表於 : 2005-01-30 17:53
小西
minka 寫:
小西 寫:index_body.tpl
在<iframe>前後加上上面寫的
我的找不到 <iframe>呀 :-(
你用的是bu大的TOP5?

發表於 : 2005-01-30 18:13
minka
[quote="小西]你用的是bu大的TOP5?[/quote]
我用的是Integrated Toplist 1.0.3 Or2

發表於 : 2005-01-30 18:16
小西
minka 寫: 我用的是Integrated Toplist 1.0.3 Or2
那可能就要到後台設定你的討論區權限

發表於 : 2005-01-30 18:22
minka
小西 寫:那可能就要到後台設定你的討論區權限
喔,那哪裡有TOP5的最新版, 我來用看看。

發表於 : 2005-01-30 18:34
小西
minka 寫:
小西 寫:那可能就要到後台設定你的討論區權限
喔,那哪裡有TOP5的最新版, 我來用看看。
bu大的Top5跟首頁整合了所以大概只能靠權限設定
如果你要Top5整個不見的話可能要裝OOHOO大的adv_top5_mod了
改法就是上面大大們說的

發表於 : 2005-01-30 19:14
bu
也可以啊 ^^"
把SK先生說的加到我文件中表格的上下就好嚕!!

發表於 : 2005-01-30 19:25
minka
bu 寫:也可以啊 ^^"
把SK先生說的加到我文件中表格的上下就好嚕!!
bu老大,不行耶,5條內容不見啦

發表於 : 2005-01-30 19:29
bu

代碼: 選擇全部

<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="{toprow.FORUM_URL}" target="_top" class="forumlink">{toprow.FORUM_NAME}</a></span></td> 
 <td class="row2" nowrap><span class="topictitle"><a href="{toprow.TOPIC_URL}" target="_top" class="topictitle">{toprow.TOPIC}</a></span></td>
 <td class="row1" align="center" nowrap><span class="name">{toprow.POSTER_URL}</span></td>
 <td class="row2" align="center" nowrap><span class="postdetails">{toprow.TOPIC_REPLIES}</span></td>
 <td class="row1" align="center" nowrap><span class="postdetails">{toprow.TOPIC_VIEWS}</span></td>
 <td class="row2" align="center" nowrap><span class="postdetails">{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 -->
</table>
 </td>  
  </tr>
</table>
試著改成

代碼: 選擇全部

<!-- 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="{toprow.FORUM_URL}" target="_top" class="forumlink">{toprow.FORUM_NAME}</a></span></td> 
 <td class="row2" nowrap><span class="topictitle"><a href="{toprow.TOPIC_URL}" target="_top" class="topictitle">{toprow.TOPIC}</a></span></td>
 <td class="row1" align="center" nowrap><span class="name">{toprow.POSTER_URL}</span></td>
 <td class="row2" align="center" nowrap><span class="postdetails">{toprow.TOPIC_REPLIES}</span></td>
 <td class="row1" align="center" nowrap><span class="postdetails">{toprow.TOPIC_VIEWS}</span></td>
 <td class="row2" align="center" nowrap><span class="postdetails">{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 -->
</table>
 </td>  
  </tr>
</table>
<!-- END switch_user_logged_in --> 
這樣登入後才能看到 TOP5 ^^"