#1052: Semantic MediaWiki
----------------------+-----------------------------------------------------
Reporter: gabriele | Type: Bug
Status: new | Priority: Normal
Milestone: | Component: Project : MediaWiki+FCKeditor
Version: | Keywords: Confirmed
----------------------+-----------------------------------------------------
Comment(by strycher):
== SMW 1.4.1 Instructions/Modifications: ==
In SMW 1.4.1 the authors have eliminated SMW_Hooks.php from the
distribution, as well as two other files. The result is that the
functions have moved to other files. The solution for SMW 1.4.1 is to add
the lines provided above to
"extensions/SemanticMediaWiki/includes/SMW_ParserExtensions.php" at
approximately line 30, so that it looks like the following:
{{{
static public function onInternalParseBeforeLinks(&$parser,
&$text) {
global $smwgStoreAnnotations, $smwgLinksInValues;
if ($parser instanceof FCKeditorParser)
return true;
SMWParseData::stripMagicWords($text, $parser);
}}}
Once modified, SMW properties seem to work again and FCKEditor seems to
operate as well.
--
Ticket URL: <http://dev.fckeditor.net/ticket/1052#comment:12>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac