[問題]請問PHPBB有提供使用IE編輯功能的外掛嗎?
發表於 : 2004-09-23 19:57
請問PHPBB有提供使用IE編輯功能的外掛嗎?就是在PO的時候可以直接像WORD一樣改變字形大小顏色,夾圖,設定連結等。
謝謝指教~~
謝謝指教~~
不過要轉成UTF-8超麻煩的,問題超多的閑人 寫:超棒的!
這樣就不太需要裝bbcode了!
代碼: 選擇全部
- Change the permissions on folder [richedit] to 755 within your FTP Client
- Change the permissions on folder [richedit/upload] to 777
- Change the permissions on file [richedit]/*.php to 755
- Change the permissions on file demo.php + demo2.php to 755
- If you don't know how to do chmod 777 or 755, then come here http://cgi2k.com/chmod.shtml 代碼: 選擇全部
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ FIND around line number 35 ]------------------------------------------
#
font,th,td,p { font-family: {T_FONTFACE1} }
#
#-----[ REPLACE WITH ]------------------------------------------
#
th,td,p { font-family: {T_FONTFACE1} }
#
#-----[ FIND around line number 146 ]------------------------------------------
#
.postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
#
#-----[ REPLACE WITH ]------------------------------------------
#
.postbody { font-size : {T_FONTSIZE3}px; line-height: 24px}
#
#-----[ SAVE/CLOSE FILE ]------------------------------------------
#