hi,
many people having problem with integrate internal CMS links
nice instruction , but no easy for integrations are here:
viewtopic.php?f=11&t=15622&start=0
with this solution i have problem (last post on this thread... any help me?)
Idee
in editor configuration new atribut - e.g.:
internalCmsBrowserUrl: path/to/page
on this url is XML document with this structure - e.g.:
<links> <item> <title>cms article title</title> <url>/url/to/article</url> </item> <item> <title>article category</title> <url /> <children> <item> <title>cms article title 2</title> <url>/url/to/article2</url> </item> <item> <title>cms article title 3</title> <url>/url/to/article3</url> </item> </children> </item> </links>
CK Editor read this simple xml, and make html page with UL - LI - list for easy "menu" style, and this page is open as popup window (via viewtopic.php?f=11&t=15622&start=0)
- click on item with subitems show/hide subitems
- doubleclick on menu items with url return this url and close this popup window
if parameter in configuration is empty/ not defined,
if on XMLurl is not correct XML document
- CKEditor ignore this settings
IMHO this is very simple solution for all - to XML i can insert any internal source: CMS links, Product links, forum threats....
Re: internal CMS link - idee for native solution
Working solution here...
http://cksource.com/forums/viewtopic.php?f=11&t=18327
-Nico