Editing
Integrate FCKeditor to MediaWiki
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== 安裝步驟 == * 從開發網頁下載[http://mediawiki.fckeditor.net/ FCKeditor extension]([http://mediawiki.fckeditor.net/nightly/svn/mediawiki_fckeditor_ext_N.zip 直接下載])。 * 解壓縮後放置到 {MediaWiki}/extensions/FCKeditor 檔案結構為 <pre> {MediaWiki}/ |- extensions/ |- FCKeditor/ |- FCKeditor.php |- ... </pre> * 由於PHP 5.3環境差異,請修改{MediaWiki}/extensions/FCKeditor/FCKeditor.body.php 否則將出現錯誤「Detected bug in an extension! Hook FCKeditor_MediaWiki::onCustomEditor failed to return a value; should return true to continue hook processing or false to abort.」而無法編輯。 <pre> 原: public function onCustomEditor (&$article, &$user){ 修改后: public function onCustomEditor($article, $user) { </pre> * 修改{MediaWiki}/LocalSettings.php,在頁尾加入 <pre> require_once("$IP/extensions/FCKeditor/FCKeditor.php"); $wgUseAjax = 'true'; </pre>
Summary:
Please note that all contributions to LemonWiki共筆 are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
LemonWiki:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Current events
Recent changes
Random page
Help
Categories
Tools
What links here
Related changes
Special pages
Page information