2 頁 (共 6 頁)

發表於 : 2003-08-31 18:13
davidcool
裝了這個有個小小的問題
就適用FI的Code強化外掛
在裝了這個之後
發表有Code語法的文章就會.........@#$%^亂成一團^^"
是表格排版的關係吧...^^"

發表於 : 2003-08-31 18:42
StickyKid
撲... 要花時間改囉.. 還好我沒用FI的哇哥\r
ㄎㄎ...

發表於 : 2003-09-04 13:40
xpuser
caterpiliar 寫:
牙之塔 寫:真的是一個很棒的風格啊!!!讓小弟愛不釋手!!
想請問大大…這個風格是不是能將字型控制在原本這種大小呢??(因為範例裡的字型還是正常的大小,但小弟在裝完後發現論壇內文章的字型卻變的很大,看起來不太習慣!!還是這是小弟自己的問題??)
將<span class = "postbody">移至{postrow.MESSAGE}前:

簡單的說,找:

代碼: 選擇全部

<td colspan="2"><span class = "postbody">{postrow.MESSAGE}
改為:

代碼: 選擇全部

<td colspan="2"><TABLE border="0" cellpadding="0" cellspacing="0" style="word-break:break-all">
<TBODY>
<TR>
<TD width="14"><IMG height="8" src="images/postable/top_l.gif" width="14"></TD>
<TD background="images/postable/top_c.gif"></TD>
<TD width="16"><IMG height="8" src="images/postable/top_r.gif" width="16"></TD>
</TR>
<TR>
<TD background="images/postable/center_l.gif" valign="top" width="14"></TD>
<TD bgcolor="#fffff1">
<P><span class = "postbody">{postrow.MESSAGE}</P>
</TD>
<TD background="images/postable/center_r.gif" valign="top" width="16"><IMG height="8" src="images/postable/top_r2.gif" width="16"></TD>
</TR>
<TR>
<TD valign="top" width="14">

<IMG height="42" src="images/postable/foot_l1.gif" width="14"></TD>
<TD background="images/postable/foot_c.gif"><IMG height="42" src="images/postable/foot_l3.gif" width="36"></TD>
<TD align="right" width="16"><IMG height="42" src="images/postable/foot_r.gif" width="16"></TD>
</TR>
</TBODY>
</TABLE>
用這種方式修正的話反而簽名檔的字會變大

發表於 : 2003-09-16 17:46
kuei11
裝完之後、因為底色是黃色的
文字變的粉不明顯\r
不知道可不可以改變文章的顏色呀~~

發表於 : 2003-09-21 08:53
利賓納
下載不了..有人可以提供一下圖片嗎

發表於 : 2003-09-24 22:31
o_o
利賓納 寫:下載不了..有人可以提供一下圖片嗎
http://myweb.hinet.net/home5/qq5438123/postable.exe

發表於 : 2003-09-24 23:37
bu
好像不錯呢..我也來裝裝看囉

發表於 : 2003-10-02 18:09
mickyp
已經不能下載圖片檔了 真是可惜啊 `~~

[討論] 個性簽名也可使用外框

發表於 : 2003-10-09 17:39
shstw
我有修改過適合phpnuke使用的並附有幾個蠻可愛的框架圖檔,
有需要的話,可至大豐網管的下載。
記得路徑要改回適合phpbb的哦!
圖檔來源(下載自明日論壇)
適合文章外框及個性簽名
大豐網管網址:http://jimin.dfes.tnc.edu.tw/modules.ph ... opic&t=474

發表於 : 2003-10-17 10:05
蝦米尚青
xpuser 寫:
將<span class = "postbody">移至{postrow.MESSAGE}前:

簡單的說,找:

代碼: 選擇全部

<td colspan="2"><span class = "postbody">{postrow.MESSAGE}
改為:

代碼: 選擇全部

<td colspan="2"><TABLE border="0" cellpadding="0" cellspacing="0" style="word-break:break-all">
<TBODY>
<TR>
<TD width="14"><IMG height="8" src="images/postable/top_l.gif" width="14"></TD>
<TD background="images/postable/top_c.gif"></TD>
<TD width="16"><IMG height="8" src="images/postable/top_r.gif" width="16"></TD>
</TR>
<TR>
<TD background="images/postable/center_l.gif" valign="top" width="14"></TD>
<TD bgcolor="#fffff1">
<P><span class = "postbody">{postrow.MESSAGE}</P>
</TD>
<TD background="images/postable/center_r.gif" valign="top" width="16"><IMG height="8" src="images/postable/top_r2.gif" width="16"></TD>
</TR>
<TR>
<TD valign="top" width="14">

<IMG height="42" src="images/postable/foot_l1.gif" width="14"></TD>
<TD background="images/postable/foot_c.gif"><IMG height="42" src="images/postable/foot_l3.gif" width="36"></TD>
<TD align="right" width="16"><IMG height="42" src="images/postable/foot_r.gif" width="16"></TD>
</TR>
</TBODY>
</TABLE>

用這種方式修正的話反而簽名檔的字會變大
其中少了一小段程式碼\r
導致簽名檔變大了
此時找\r

代碼: 選擇全部

<td colspan="2">
在後面加上

代碼: 選擇全部

<span class="postbody">
使之成為\r

代碼: 選擇全部

<td colspan="2">[color=red]<span class="postbody">[/color]<TABLE border="0" cellpadding="0" cellspacing="0" style="word-break:break-all"> 
<TBODY> 
<TR> 
<TD width="14"><IMG height="8" src="images/postable/top_l.gif" width="14"></TD> 
<TD background="images/postable/top_c.gif"></TD> 
<TD width="16"><IMG height="8" src="images/postable/top_r.gif" width="16"></TD> 
</TR> 
<TR> 
<TD background="images/postable/center_l.gif" valign="top" width="14"></TD> 
<TD bgcolor="#fffff1"> 
<P><span class = "postbody">{postrow.MESSAGE}</P> 
</TD> 
<TD background="images/postable/center_r.gif" valign="top" width="16"><IMG height="8" src="images/postable/top_r2.gif" width="16"></TD> 
</TR> 
<TR> 
<TD valign="top" width="14"> 

<IMG height="42" src="images/postable/foot_l1.gif" width="14"></TD> 
<TD background="images/postable/foot_c.gif"><IMG height="42" src="images/postable/foot_l3.gif" width="36"></TD> 
<TD align="right" width="16"><IMG height="42" src="images/postable/foot_r.gif" width="16"></TD> 
</TR> 
</TBODY> 
</TABLE>
這樣子就行了^^

發表於 : 2003-11-02 14:06
maxbrice
這個文件viewtopic_body.tpl我找不到,請問大大她放在哪裡?
我用的是phpBB 2.0.0
謝謝拉...... :-D

[新手問題]"修改viewtopic_body.tpl"

發表於 : 2003-11-07 16:49
c0232076
我找不到修改viewtopic_body.tpl 這file
請問那個file 在那里!?
拜託各位大大

Re: [新手問題]"修改viewtopic_body.tpl"

發表於 : 2003-11-07 17:03
吉川拓也
c0232076 寫:我找不到修改viewtopic_body.tpl 這file
請問那個file 在那里!?
拜託各位大大
在你的風格檔案 ...
\templates\fisubsXXX\

發表於 : 2003-12-26 21:30
jackylam
很棒的風格~~
Thanks!

發表於 : 2004-01-01 14:39
請問一下...
放圖片都是以圖片的最大的大小顯示
是否可以改成在不超過頁面的方式顯示圖片
並按下圖片就可以另開視窗顯示圖片的正常大小呢?