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

ImageManager - Hide folders that should be hidden?

1 Answer 56 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Christoffer
Top achievements
Rank 1
Christoffer asked on 14 Oct 2008, 08:08 AM
Hi,

When opening the image manager in RADEditor for MOSS Full (5.2.2), some hidden folder such as PublishingImages, FormServerTemplates and IWConvertedForms appears in the list.

Is there any way to hide these?

Also, when I open the imagemanager on a subsite, the 'Site collection images' library that should be available on all publishing subsites is not visible. How can I access the images in that library from a subsite?

Thanks,
Chris

1 Answer, 1 is accepted

Sort by
0
Accepted
George
Telerik team
answered on 15 Oct 2008, 11:52 AM
Hi Christoffer,

You can easily achieve the desired behavior by setting the editor's ImagesPaths property (in the respective ConfigFile) and define which libraries to be included into the ImagesPaths collection e.g.

<property name="ImagesPaths">
   <item>ImagesLibrary1</item>
   <item>ImagesLibrary2</item>
   <item>ImagesLibrary3</item>
</property>

I hope this helps.

Sincerely,
George
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
WebParts for SharePoint
Asked by
Christoffer
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or