This is a migrated thread and some comments may be shown as answers.

ImageManager does not allow multiple image folders

1 Answer 65 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Martin
Top achievements
Rank 1
Martin asked on 08 Apr 2011, 10:37 AM
I am using a SharePoint 2007 PublishingPage to display a RadHtmlField as follows:

<

 

telerik:RadHtmlField ID="RadHtmlField1" FieldName="Content" runat="server" ToolsFile="/_wpresources/RadEditorSharePoint/5.8.6.0__1f131a624888eeed/Resources/QAAInternetToolsFile.xml" ConfigFile="/_wpresources/RadEditorSharePoint/5.8.6.0__1f131a624888eeed/Resources/QAAInternetConfigFile.xml"></telerik:RadHtmlField>

 

I wish to use Image Manager to insert images from both the SiteCollection and the current website. Looking at the documentation my ConfigFile.xml should look like this:

<configuration>
 <property name="ToolbarMode">Default</property>
 <property name="ToolsWidth">680px</property>
  <property name="ImagesPaths">
           <item>PublishingImages</item>
           <item>/SiteCollectionImages</item>
  </property>
</configuration>

When I click ImageManager it shows both folder locations defaulting to the current website image folder which is good. When I click on the second folder it displays the site collections images which is also fine. But, if I then click on the first folder again it will not change - it stays fixed on the site collection folder.

This looks like a bug. Is there a way around it?

1 Answer, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 08 Apr 2011, 11:17 AM
Hello Martin,

Upgrade to the latest version of RadEditor for MOSS, which now is 5.8.7. I think that this bug is fixed in it. You can find the upgrade instructions in the following online help article: Upgrading to a newer version of RadEditor for MOSS


Kind regards,
Stanimir
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
WebParts for SharePoint
Asked by
Martin
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Share this question
or