1 頁 (共 1 頁)

[分享] 安裝 Table bbcode 因應風格 SwiftBlue 的修改

發表於 : 2006-01-30 00:58
草兄弟
跟著以下的連結安了table bbcode mod:

http://phpbb-tw.net/phpbb/viewtopic.php?t=32994

外掛版本: 1.3.1
phpBB版本: 2.0.19
使用風格: SwiftBlue
網站位置: http://www.ramble.com.hk


因為安了以後, 發現預設的款式不太美, 所以我改了一下, 很簡單的, 只需改以下紅色的部份:
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/bbcode.tpl
#
#-----[ FIND ]------------------------------------------
#
<!-- BEGIN b_open --><span style="font-weight: bold"><!-- END b_open -->
<!-- BEGIN b_close --></span><!-- END b_close -->
#
#-----[ AFTER, ADD ]------------------------------------------
#

<!-- BEGIN table_open --><table align="top" cellpadding="2" cellspacing="0" class="postbody" border="1" bgcolor="#FFFFFF"><!-- END table_open -->
<!-- BEGIN table_close --></td></tr></table><!-- END table_close -->
<!-- BEGIN table_color --><table align="top" cellpadding="2" cellspacing="0" class="postbody" bgcolor="{TABCOLOR}" border="1"><!-- END table_color -->
<!-- BEGIN table_size --><table align="top" cellpadding="2" cellspacing="0" bgcolor="#FFFFFF" style="font-size: {TABSIZE}px" border="1"><!-- END table_size -->
<!-- BEGIN table_cs --><table align="top" cellpadding="2" cellspacing="0" bgcolor="{TABCSCOLOR}" style="font-size: {TABCSSIZE}px" border="1"><!-- END table_cs -->
<!-- BEGIN table_mainrow --></td></tr><tr><td style="font-weight: bold; text-align: center;"><!-- END table_mainrow -->
<!-- BEGIN table_mainrow_color --></td></tr><tr bgcolor="{TABMRCOLOR}"><td style="font-weight: bold; text-align: center;"><!-- END table_mainrow_color -->
<!-- BEGIN table_mainrow_size --></td></tr><tr style="font-size: {TABMRSIZE}px;"><td style="font-weight: bold; text-align: center;"><!-- END table_mainrow_size -->
<!-- BEGIN table_mainrow_cs --></td></tr><tr bgcolor="{TABMRCSCOLOR}" style="font-size: {TABMRCSSIZE}px"><td style="font-weight: bold; text-align: center;"><!-- END table_mainrow_cs -->
<!-- BEGIN table_maincol --></td><td style="font-weight: bold; text-align: center;"><!-- END table_maincol -->
<!-- BEGIN table_maincol_color --></td><td bgcolor="{TABMCCOLOR}" style="font-weight: bold; text-align: center;"><!-- END table_maincol_color -->
<!-- BEGIN table_maincol_size --></td><td style="font-size: {TABMCSIZE}px; font-weight: bold; text-align: center;"><!-- END table_maincol_size -->
<!-- BEGIN table_maincol_cs --></td><td bgcolor="{TABMCCSCOLOR}" style="font-size: {TABMCCSSIZE}px; font-weight: bold; text-align: center;"><!-- END table_maincol_cs -->
<!-- BEGIN table_row --></td></tr><tr><td><!-- END table_row -->
<!-- BEGIN table_row_color --></td></tr><tr bgcolor="{TABRCOLOR}"><td><!-- END table_row_color -->
<!-- BEGIN table_row_size --></td></tr><tr style="font-size: {TABRSIZE}px"><td><!-- END table_row_size -->
<!-- BEGIN table_row_cs --></td></tr><tr bgcolor="{TABRCSCOLOR}" style="font-size: {TABRCSSIZE}px"><td><!-- END table_row_cs -->
<!-- BEGIN table_col --></td><td><!-- END table_col -->
<!-- BEGIN table_col_color --></td><td bgcolor="{TABCCOLOR}"><!-- END table_col_color -->
<!-- BEGIN table_col_size --></td><td style="font-size: {TABCSIZE}px"><!-- END table_col_size -->
<!-- BEGIN table_col_cs --></td><td bgcolor="{TABCCSCOLOR}" style="font-size: {TABCCSSIZE}px"><!-- END table_col_cs -->

#
這裏是我測試的結果:

http://www.ramble.com.hk/phpBB2/viewtopic.php?t=333

發表於 : 2006-01-31 18:24
心靈捕手
移動到" 官方外掛使用討論" 版面!

發表於 : 2006-02-01 02:44
草兄弟
分享一下, 這裏是我改了以後的程式碼:

代碼: 選擇全部

<!-- BEGIN table_open --><table align="top" cellpadding="4" cellspacing="2" class="postbody" border="0" bgcolor="#ffffff"><!-- END table_open -->
<!-- BEGIN table_close --></td></tr></table><!-- END table_close -->
<!-- BEGIN table_color --><table align="top" cellpadding="4" cellspacing="2" class="postbody" bgcolor="{TABCOLOR}" border="0"><!-- END table_color -->
<!-- BEGIN table_size --><table align="top" cellpadding="4" cellspacing="2" bgcolor="#ffffff" style="font-size: {TABSIZE}px" border="0"><!-- END table_size -->
<!-- BEGIN table_cs --><table align="top" cellpadding="4" cellspacing="2" bgcolor="#ffffff" style="font-size: {TABCSSIZE}px" border="0"><!-- END table_cs -->
<!-- BEGIN table_mainrow --></td></tr><tr bgcolor="#7EB5E8"><td style="font-weight: bold; text-align: center;"><!-- END table_mainrow -->
<!-- BEGIN table_mainrow_color --></td></tr><tr bgcolor="{TABMRCOLOR}"><td style="font-weight: bold; text-align: center;"><!-- END table_mainrow_color -->
<!-- BEGIN table_mainrow_size --></td></tr><tr style="font-size: {TABMRSIZE}px;" bgcolor="#7EB5E8"><td style="font-weight: bold; text-align: center;"><!-- END table_mainrow_size -->
<!-- BEGIN table_mainrow_cs --></td></tr><tr bgcolor="{TABMRCSCOLOR}" style="font-size: {TABMRCSSIZE}px"><td style="font-weight: bold; text-align: center;"><!-- END table_mainrow_cs -->
<!-- BEGIN table_maincol --></td><td style="font-weight: bold; text-align: center;" bgcolor="#7EB5E8"><!-- END table_maincol -->
<!-- BEGIN table_maincol_color --></td><td bgcolor="{TABMCCOLOR}" style="font-weight: bold; text-align: center;"><!-- END table_maincol_color -->
<!-- BEGIN table_maincol_size --></td><td style="font-size: {TABMCSIZE}px; font-weight: bold; text-align: center;" bgcolor="#7EB5E8"><!-- END table_maincol_size -->
<!-- BEGIN table_maincol_cs --></td><td bgcolor="{TABMCCSCOLOR}" style="font-size: {TABMCCSSIZE}px; font-weight: bold; text-align: center;"><!-- END table_maincol_cs -->
<!-- BEGIN table_row --></td></tr><tr bgcolor="#BADBF5"><td><!-- END table_row -->
<!-- BEGIN table_row_color --></td></tr><tr bgcolor="{TABRCOLOR}"><td><!-- END table_row_color -->
<!-- BEGIN table_row_size --></td></tr><tr style="font-size: {TABRSIZE}px" bgcolor="#BADBF5"><td><!-- END table_row_size -->
<!-- BEGIN table_row_cs --></td></tr><tr bgcolor="{TABRCSCOLOR}" style="font-size: {TABRCSSIZE}px"><td><!-- END table_row_cs -->
<!-- BEGIN table_col --></td><td bgcolor="#BADBF5"><!-- END table_col -->
<!-- BEGIN table_col_color --></td><td bgcolor="{TABCCOLOR}"><!-- END table_col_color -->
<!-- BEGIN table_col_size --></td><td style="font-size: {TABCSIZE}px" bgcolor="#BADBF5"><!-- END table_col_size -->
<!-- BEGIN table_col_cs --></td><td bgcolor="{TABCCSCOLOR}" style="font-size: {TABCCSSIZE}px"><!-- END table_col_cs -->
這是我使用了table以後的樣子:

http://www.ramble.com.hk/phpBB2/viewtopic.php?t=340

發表於 : 2006-02-01 11:02
心靈捕手
一般而言, 外掛都是以預設風格 subSilver 編寫;
當您使用不同的風格時, 適度的微調是必要的.
感謝您的分享!

建議您:
貼出您論壇所使用的風格名稱, 或參考( 下載) 連結處.

發表於 : 2006-02-02 00:58
草兄弟
我使用的是SwiftBlue, 我已經加到首篇文章裏啦~ :-D

發表於 : 2006-02-04 12:55
心靈捕手
草兄弟 寫:我使用的是SwiftBlue, 我已經加到首篇文章裏啦~ :-D
逕行更改您的標題, 敬請見諒!

ps.
有想過, 再將這個主題移動到 "風格討論" 版;
但是, 仔細想想, 留在這裡也沒有甚麼不妥.