[討論]分區間隔!!

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

版主: 版主管理群

hunter2003
星球普通子民
星球普通子民
文章: 19
註冊時間: 2003-04-15 05:46

文章 hunter2003 »

我修改了....但與原本第一個版的標題寬度很不同.......
我沒加過mods,我是重覆了很多次都是這樣??
甚麼原因呢??
問題已解....because if no 主題....就會have question...
so must have 1 topic in the 版中
maostudio
竹貓好朋友
竹貓好朋友
文章: 380
註冊時間: 2002-07-02 01:59
來自: BayArea
聯繫:

文章 maostudio »

這是我從plus中看到的:
phpBB2_plus_1.1\phpBB2\templates\fisubsilver\index_body.tpl

第21-49行:

代碼: 選擇全部

<table>
<td width="80%" valign="top">	
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th colspan="2">{L_FORUM}</th>
<th>{L_TOPICS}</th>
<th>{L_POSTS}</th>
<th> </th>
<th>{L_LASTPOST}</th>
</tr>
[color=red]<!-- BEGIN catrow -->[/color]
<tr>
<td class="cat" colspan="2"><a href="{catrow.U_VIEWCAT}">{catrow.CAT_DESC}</a></td>
<td class="rowpic" colspan="4"><img src="images/spacer.gif" alt="" width="280" height="12" /></td>
</tr>
<!-- BEGIN forumrow -->
<tr>
<td class="row1" height="45"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
<td class="row1" width="100%"><a href="{catrow.forumrow.U_VIEWFORUM}" class="nav">{catrow.forumrow.FORUM_NAME}</a><br />
<span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
</span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
<td class="row2" align="center"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
<td class="row2" align="center"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
<td class="row2" align="center" valign="middle" height="50"><img src="{catrow.forumrow.LAST_ICON}"></td>
<td class="row2" align="center" nowrap="nowrap"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
</tr>
<!-- END forumrow -->
[color=red]<!-- END catrow -->[/color]
</table>
改為\r

代碼: 選擇全部

<table>
<td width="80%" valign="top">
[color=red]<!-- BEGIN catrow -->[/color]
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th colspan="2">{L_FORUM}</th>
<th>{L_TOPICS}</th>
<th>{L_POSTS}</th>
<th> </th>
<th>{L_LASTPOST}</th>
</tr>
<tr>
<td class="cat" colspan="2"><a href="{catrow.U_VIEWCAT}">{catrow.CAT_DESC}</a></td>
<td class="rowpic" colspan="4"><img src="images/spacer.gif" alt="" width="280" height="12" /></td>
</tr>
<!-- BEGIN forumrow -->
<tr>
<td class="row1" height="45"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
<td class="row1" width="100%"><a href="{catrow.forumrow.U_VIEWFORUM}" class="nav">{catrow.forumrow.FORUM_NAME}</a><br />
<span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
</span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
<td class="row2" align="center"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
<td class="row2" align="center"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
<td class="row2" align="center" valign="middle" height="50"><img src="{catrow.forumrow.LAST_ICON}"></td>
<td class="row2" align="center" nowrap="nowrap"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
</tr>
<!-- END forumrow -->
</table>[color=red]<br /><br />
<!-- END catrow -->[/color]
圖檔
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

ITPE!!
maostudio
竹貓好朋友
竹貓好朋友
文章: 380
註冊時間: 2002-07-02 01:59
來自: BayArea
聯繫:

文章 maostudio »

河風 寫: 動過吧.... 看版面那麼複雜就知道了...
ㄟ....... 其實這部分是一模一樣啦!!~~

這是我唯一不喜歡FI的一點!!~~
它的code排版比較不容易看.....
尤其是他的FIApple,會看到花!!
:oops: :oops: :oops:

hunter2003 寫:我修改了....但與原本第一個版的標題寬度很不同.......
我沒加過mods,我是重覆了很多次都是這樣??
甚麼原因呢??
問題已解....because if no 主題....就會have question...
so must have 1 topic in the 版中
這是這mod的唯一bug.....
可是你可以試試用<td width="xx">去固定!!~~
圖檔
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

ITPE!!
kcckcjo
星球普通子民
星球普通子民
文章: 3
註冊時間: 2003-12-29 06:07

文章 kcckcjo »

在那下載??
aiken
竹貓忠實會員
竹貓忠實會員
文章: 1514
註冊時間: 2003-11-09 11:02
來自: 大頭真論壇
聯繫:

文章 aiken »

kcckcjo 寫:在那下載??
你想下載什麼.............
yanzilme
星球普通子民
星球普通子民
文章: 9
註冊時間: 2004-04-19 20:18

文章 yanzilme »

請問一下~
分隔開的那個距離可以修改嗎??
skeptic
星球公民
星球公民
文章: 50
註冊時間: 2004-08-15 17:42
來自: 阿塞布魯德之碎碎唸
聯繫:

文章 skeptic »

不能用耶\r
我剛剛試了兩次都不成功
版面分區會全部不見 :-|
歡迎大家來碎碎唸

●架設主機作業系統:Linux(RedHat)竹貓虛擬主機
●上網方式:Hinet ADSL 2M/512K
●安裝的程式:
●phpBB2 版本:phpBB 2.0.17
●domain(網域名稱) :flythinking.net
●phpBB2 連結網址: http://flythinking.net
chang hone
星球普通子民
星球普通子民
文章: 18
註冊時間: 2005-01-10 16:30

文章 chang hone »

小弟測試成功,但也想請教分隔開的距離可否修改,
因使用後每個版面的距離,感覺太寬了些
想修改到原本的一半,還請指教 謝謝^^~
ForgetZzz
星球普通子民
星球普通子民
文章: 4
註冊時間: 2005-05-15 12:35

文章 ForgetZzz »

chang hone 寫:小弟測試成功,但也想請教分隔開的距離可否修改,
因使用後每個版面的距離,感覺太寬了些
想修改到原本的一半,還請指教 謝謝^^~
</table> <br /><br />
<!-- END catrow -->

<br />拿掉一個就距離一半了
要增加又再增加吧\r

如果不是正確的方法,煩請指正\r
才剛接觸不久
appletheme
星球普通子民
星球普通子民
文章: 11
註冊時間: 2004-02-25 00:10

文章 appletheme »

請問第一篇文章和回覆的文章可以分隔開來嗎?
http://phpbb-tw.net/phpbb/viewtopic.php?t=35765
*tytsim*
竹貓忠實會員
竹貓忠實會員
文章: 411
註冊時間: 2005-03-24 11:54
來自: 香港
聯繫:

文章 *tytsim* »

hunter2003 寫:我修改了....但與原本第一個版的標題寬度很不同.......
我沒加過mods,我是重覆了很多次都是這樣??
甚麼原因呢??
問題已解....because if no 主題....就會have question...
so must have 1 topic in the 版中
不怕
#
#-----[ FIND 找尋 ]---------------
#

代碼: 選擇全部

<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap">
#
#-----[ CHANGE 轉做 ]-----------
#

代碼: 選擇全部

<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap" width="150">
 網絡鎮
    關於網絡的
http://tytsim.net.ru  一個網絡鎮
uason
星球普通子民
星球普通子民
文章: 16
註冊時間: 2003-04-28 07:37
來自: 電腦的另一端

文章 uason »

哈..我也搞定了!
我是用fiappleblue的風格.

參考: http://uason.pcadsl.com
夢幻雙翼
星球普通子民
星球普通子民
文章: 4
註冊時間: 2006-08-06 16:17

文章 夢幻雙翼 »

奇怪了都找不到= ="
找不到找不到~要修改位子的都找不到~
主題已鎖定

回到「風格問題討論」