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

ImagePaths to include parent site

3 Answers 38 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Dawn Strianese
Top achievements
Rank 1
Dawn Strianese asked on 23 Apr 2010, 03:11 PM
I am using version 5.6.2.0 of the control.

I would like to know how to get the image manager to show the parent's site images library.

This is what I have, which properly shows the root site collection image library and the current site's image library:
  <property name="ImagesPaths">  
    <item>/SiteCollectionImages</item> 
    <item>PublishingImages</item> 
  </property> 

What I need to do is basically add: ../PublishingImages to go up one level
But when I add this, the control shows "Not Found".

Is there a way to do this.

Thanks.

3 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 26 Apr 2010, 10:10 AM
Hi Dawn,

Unfortunately you can note use ../PublishingImages value to go one site up. You can use either path which starts with / (marks the site collection root.) or value which does not start with / and means that the libraries are in the current site collection.


Sincerely yours,
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.
0
Dawn Strianese
Top achievements
Rank 1
answered on 27 Apr 2010, 02:02 PM
Thank you for your response.

Is this going to be corrected in a future release of the tool?  We really do like your tool, but this is causing an issue with our current architecture of having parent sites and child sub-sites, and not being able to access the parent sites image library.  It is inconvenient to be forced to move images into the current (child) site for use in the tool.

Thanks again.
Dawn
0
Stanimir
Telerik team
answered on 28 Apr 2010, 10:55 AM
Hello Dawn,

I logged your request in our feature requests database. How ever at this time we do not plan to implement such functionality in the dialogs of RadEditor for MOSS.

Best wishes,
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
Dawn Strianese
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Dawn Strianese
Top achievements
Rank 1
Share this question
or