Using RadEditorSharePoint 5.6.1.0 (MOSS 2007), when we try to open the hyperlink manager in the radeditor to link to a different page then NO PAGES APPEAR in the pages library of the current site (although pages exists and published).
please advise.
1 Answer, 1 is accepted
0
Stanimir
Telerik team
answered on 02 Feb 2010, 08:02 AM
Hi Atul,
By default RadEditor for MOSS uses OOB SharePoint link manager. Could you confirm that you are using it or the provided by Telerik one. You can do this by checking the respective ToolsFile.xml or ListToolsFile.xml (for list, wiki, blog ...), which are located in the /Program Files/Common Files/Microsoft Shared/web server extensions/wpresources/RadEditorSharePoint/5.x.x.0__1f131a624888eeed/Resources/ folder. If you have the following code
<toolname="MOSSLinkManager"shortcut="CTRL+K"/>
,
you are using the OOB Link Manager. In this case i suggest you to enable the RadEditor for MOSS Link Manger. In order to do this replace the code above with:
<toolname="LinkManager"shortcut="CTRL+K"/>
If this does not help, provide me with the editor's configuration files: ConfigFile.xml, ListConfigFile.xml, ToolsFile.xml, ListToolsFile.xml, which are located in the /Program Files/Common Files/Microsoft Shared/web server extensions/wpresources/RadEditorSharePoint/5.x.x.0__1f131a624888eeed/Resources/ folder.