#288: Modify linker to allow internal CMS links.
--------------------------+-------------------------------------------------
  Reporter:  harking      |       Owner:  arczi             
      Type:  New Feature  |      Status:  assigned          
  Priority:  Normal       |   Milestone:                    
 Component:  General      |     Version:                    
Resolution:               |    Keywords:  Confirmed HasPatch
--------------------------+-------------------------------------------------
Changes (by arczi):

  * keywords:  Confirmed => Confirmed HasPatch


Comment:

 I attached a patch. It is not a final solution.

 Here is info how to set connector url:
 {{{
 http://www.mysite.com/internal.xml
 InternalLinksUrl                = "http://www.mysite.com/internal.xml";;
 InternalLinksSearch = false;

 http://www.mysite.com/index.php?search=QUERY
 InternalLinksUrl                = "http://www.mysite.com/index.php";;
 InternalLinksSearch = "search=";

 http://www.mysite.com/?a=b&c=d&q=QUERY
 InternalLinksUrl                = "http://www.mysite.com/?a=b&c=d";;
 InternalLinksSearch = "q=";

 http://www.mysite.com/?QUERY
 InternalLinksUrl                = "http://www.mysite.com/";;
 InternalLinksSearch = "?";

 http://www.mysite.com/?a=b&QUERY
 InternalLinksUrl                = "http://www.mysite.com/?a=b";;
 InternalLinksSearch = "?";

 http://www.mydrupal.com/QUERY
 InternalLinksUrl                = "http://www.mydrupal.com/";;
 InternalLinksSearch = "";
 }}}

 has anyone any advice?

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/288#comment:4>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to