1 頁 (共 1 頁)

[問題] Advanced Links Mod 推薦網站進階版 怎樣移動位子..

發表於 : 2006-02-25 13:47
xp200032
我的網站 http://www.xp200032.why3s.net/phpBB2/index.php

我的推薦網站是在 查看誰在線上 的下面
我想要讓他跑到 查看誰在線上 的上面
要怎麼做~"~

笨笨的不太敢改 怕自己亂改會改到濫掉...

Re: [問題] Advanced Links Mod 推薦網站進階版 怎樣移動位子..

發表於 : 2006-02-26 08:12
doracity
xp200032 寫:我的網站 http://www.xp200032.why3s.net/phpBB2/index.php

我的推薦網站是在 查看誰在線上 的下面
我想要讓他跑到 查看誰在線上 的上面
要怎麼做~"~

笨笨的不太敢改 怕自己亂改會改到濫掉...
修改TPL檔就可以了

將推薦網站加在index_body.tpl的code轉到
{U_VIEWONLINE}的TABLE(請自己找他TABLE的開始位置
<!-- BEGIN disable_viewonline -->)上面

Re: [問題] Advanced Links Mod 推薦網站進階版 怎樣移動位子..

發表於 : 2006-02-26 13:02
xp200032
doracity 寫:
xp200032 寫:我的網站 http://www.xp200032.why3s.net/phpBB2/index.php

我的推薦網站是在 查看誰在線上 的下面
我想要讓他跑到 查看誰在線上 的上面
要怎麼做~"~

笨笨的不太敢改 怕自己亂改會改到濫掉...
修改TPL檔就可以了

將推薦網站加在index_body.tpl的code轉到
{U_VIEWONLINE}的TABLE(請自己找他TABLE的開始位置
<!-- BEGIN disable_viewonline -->)上面
聽不太懂.......

找他TABLE的開始位置
要怎麼找????

發表於 : 2006-02-26 13:45
kkt
To: xp200032

打開您的 index_body.tpl

把這一段 (就是網站鏈結的表框)
整段放到上一個 </table> 或再對上一個 </table> 之下. (隨您自己喜歡)

代碼: 選擇全部

<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
  <tr>
	<td class="catLeft" width="100%" height="22"><span class="cattitle"><a href="links.php" class="cattitle">鏈結</a></span></td>
	<td class="catRight" nowrap="nowrap" align="center"><span class="cattitle">悠閒小鎮</span></td>
  </tr>
  <tr>
	<td class="row1" nowrap="nowrap"><iframe marginwidth="0" marginheight="0" src="links.js.php" frameborder="0" scrolling="no" width="100%" height="31"></iframe></td>
	<td class="row2" nowrap="nowrap"><img src="http://www.xp200032.why3s.net/phpBB2/images/links/web_logo88a.gif" alt="悠閒小鎮" width="88" height="31" border="0" /></td>
  </tr>
</table>
ps. 做甚麼外掛修改前, 要有備份的習慣.

發表於 : 2006-02-26 16:55
xp200032
kkt 寫:To: xp200032

打開您的 index_body.tpl

把這一段 (就是網站鏈結的表框)
整段放到上一個 </table> 或再對上一個 </table> 之下. (隨您自己喜歡)

代碼: 選擇全部

<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
  <tr>
	<td class="catLeft" width="100%" height="22"><span class="cattitle"><a href="links.php" class="cattitle">鏈結</a></span></td>
	<td class="catRight" nowrap="nowrap" align="center"><span class="cattitle">悠閒小鎮</span></td>
  </tr>
  <tr>
	<td class="row1" nowrap="nowrap"><iframe marginwidth="0" marginheight="0" src="links.js.php" frameborder="0" scrolling="no" width="100%" height="31"></iframe></td>
	<td class="row2" nowrap="nowrap"><img src="http://www.xp200032.why3s.net/phpBB2/images/links/web_logo88a.gif" alt="悠閒小鎮" width="88" height="31" border="0" /></td>
  </tr>
</table>
ps. 做甚麼外掛修改前, 要有備份的習慣.

謝謝^^"
終於有點開竅了..