[問題]如何斷開討論區

phpBB 2 Style Support
討論的範圍包含版面排列、樣式、配置;外掛問題,請到相關版面依發問格式發表!
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
ShiauXiao
星球普通子民
星球普通子民
文章: 13
註冊時間: 2004-01-15 13:30

[問題]如何斷開討論區

文章 ShiauXiao »

如下二圖所示:
圖一             圖二
圖檔  圖檔

預設的沒有,但是藍色天空大大的有,
請問要何辦到呢@@?
煩請見教m(_-_)m
StickyKid
竹貓忠實會員
竹貓忠實會員
文章: 1019
註冊時間: 2003-01-31 10:32
來自: Taichung, Taiwan
聯繫:

文章 StickyKid »

歐~那個喔...html碼的問題
在templates/subSilver/index_body.tpl 內\r
我先開來猜猜看(爆)
Helvetica is a feature-length independent film about typography.
StickyKid
竹貓忠實會員
竹貓忠實會員
文章: 1019
註冊時間: 2003-01-31 10:32
來自: Taichung, Taiwan
聯繫:

文章 StickyKid »

找<!-- BEGIN catrow -->
把它移動到\r
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
上面\r
然後
在 <!-- END forumrow -->和<!-- END catrow -->之間
放一個<br>
Helvetica is a feature-length independent film about typography.
webspirit
竹貓忠實會員
竹貓忠實會員
文章: 1354
註冊時間: 2004-02-16 12:01
來自: 精靈國度

文章 webspirit »

藤原文太
星球普通子民
星球普通子民
文章: 16
註冊時間: 2004-08-15 10:15

文章 藤原文太 »

那又辦法跟隨意空間的一樣嗎^^比較美觀說\r
如果用簡單的隔開會是\r
版面\r
分區標題
討論版
有什麼比較簡單能做到跟隨意空間的一樣呢?
分區標題
版面\r
討論版
天霜
竹貓忠實會員
竹貓忠實會員
文章: 882
註冊時間: 2003-04-15 19:40
來自: 星之鄉學園
聯繫:

文章 天霜 »

有什麼比較簡單能做到跟隨意空間的一樣呢?
分區標題
版面
討論版
#
#-----[ OPEN 打開 ]------------------------------------------------
#

代碼: 選擇全部

templates/subSilver/index_body.tpl
#
#-----[ FIND 尋找 ]------------------------------------------------
#

代碼: 選擇全部

  <tr> 
	<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
	<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
	<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
	<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
  </tr>
#
#-----[ FIND 尋找 ]------------------------------------------------
#

代碼: 選擇全部

  <tr> 
	<td class="catLeft" 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"> </td>
  </tr>
找到的這兩塊互相對調就行了~
不回答來自 私人訊息, 電子郵件, 及時通 的相關 phpBB 問題
除非是個人疏失所造成的問題

這世界還有拼命守護的價值嗎...
webspirit
竹貓忠實會員
竹貓忠實會員
文章: 1354
註冊時間: 2004-02-16 12:01
來自: 精靈國度

文章 webspirit »

打開
/templates/subSilver/index_body.tpl

找到\r
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN catrow -->
<tr>
<td class="catLeft" 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"> </td>
</tr>

換成
<!-- BEGIN catrow -->
<tr>
<td class="catLeft" 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"> </td>
</tr>

<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
藤原文太
星球普通子民
星球普通子民
文章: 16
註冊時間: 2004-08-15 10:15

文章 藤原文太 »

那分區的間隔呢?要從那邊調整呢
webspirit
竹貓忠實會員
竹貓忠實會員
文章: 1354
註冊時間: 2004-02-16 12:01
來自: 精靈國度

文章 webspirit »

我在第四篇不就說了?
樓上的大哥您是怎麼了?
藤原文太
星球普通子民
星球普通子民
文章: 16
註冊時間: 2004-08-15 10:15

文章 藤原文太 »

呃~抱歉~說得不清楚讓你誤會了
我是指~分區的間隔距離是否能調近一點呢?
webspirit
竹貓忠實會員
竹貓忠實會員
文章: 1354
註冊時間: 2004-02-16 12:01
來自: 精靈國度

文章 webspirit »

怎麼調近?
HTML 裡不是用<br>就是用<p>來間隔
難道你想用 pixel?
這我不會
[ffs]hunej
星球公民
星球公民
文章: 260
註冊時間: 2004-08-22 14:34

文章 [ffs]hunej »

我是企CSS改~~~先把高條大,再把分區背景的圖檔在上下加上一些控格
撿到一疊鈔票,原來是玩具鈔票,空歡喜一場。~~卡好勒

http://www.freepgs.com/hunej/phpBB2/
phpBB2 portal project+foxfireXD templates
主題已鎖定

回到「風格問題討論」