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

RADEditor - Image manager

7 Answers 288 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
shiva
Top achievements
Rank 1
shiva asked on 23 Oct 2008, 01:11 PM
Hi all,

I installed the radeditor solution package in my moss server and the migration from OOB RTB to RADeditor happened smoothly..

I wanted to do some customization am able to include the image manager in the control.,

i modified the listconfig.xml file to include the image path.
I have two picture libraries where in one i have contribute access and in the other i dont have access at all.

The problem i am facing is whenever i click on the imagemanager link in the editor, i am getting MOSS OOB access denied error, even though i have contribute access in one of the pic library i have mentioned in the listconfig.xml.

How do i address this issue? its fine even the imagemanager lists all the pic libs, but i should not be able to access the contents in it.

i'm pretty much stuck and this has to be completed soon, do help me asap.

Thanks in advance.
Shiva.
--

7 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 24 Oct 2008, 01:40 PM
Hi Shiva,

Thank you for the provided information. It seems that the given permissions are not enough. Please try the following:
  • Give contribute access to the image library site.
  • Give contribute access to the image library's parent site.
Also, could you please make clear are you using the Telerik's Image Manager (ImageManager), or the MOSS's built in one (MOSSImageManager)? Please try the solution using both the dialogs. Is the behavior the same?

Best wishes,
George
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Shilpa Shankarapparevankar
Top achievements
Rank 1
answered on 02 Jan 2009, 11:24 AM
Hi,

I am using the Rad editor version 4.4.1.0.  I am the site administrator. In the site collection there are two sites. One the top level site and a sub site. The image path has not been specified in the config file of the Rad Editor. The Image manager gives the MOSS access denied error in the top level site and works fine in the sub site. The issue exists for all users of the site.  I am using the Telerik Image manager not the Moss Image manager.

Let me know how to solve the issue and what might be the cause of the issue.

Regards,
Shilpa
0
Stanimir
Telerik team
answered on 05 Jan 2009, 12:52 PM
Hi Shilpa Shankarapparevankar,

RadEditor for MOSS works with the access rights for the currently logged user. If the ImageManager works fine in the sub site, but not in the top level site what you need to do is give the same user rights to both sites.

I hope this helps.

Regards,
Stanimir
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Shilpa Shankarapparevankar
Top achievements
Rank 1
answered on 06 Jan 2009, 11:29 AM
Hi,

The sub site inherits permission from its parent site. I am the site collection administartor in the site. Can I get the code where the image manager uses to get the lists and document libraries from the site.

Regards,
Shilpa
0
Stanimir
Telerik team
answered on 08 Jan 2009, 09:15 AM
Hello Shilpa,

Could you please send me the contents of your ConfigFile.xml and more specific the ImagesPaths property part. So I will be able to test the issue on our side.

Thank you.

Regards,
Stanimir
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Shilpa Shankarapparevankar
Top achievements
Rank 1
answered on 08 Jan 2009, 11:18 AM
Hi,

This is the config file content that is present . We have not set any Imagepath. this is the default setting which is used. This is the same setting in test environment as well as where the control is working fine without setting the image path.
---------
<configuration>
  <property name="AllowThumbGeneration">True</property>
  <property name="ConvertToXhtml">True</property>
  <property name="EnableDocking">False</property>
  <property name="ShowHtmlMode">True</property>
  <property name="ShowPreviewMode">False</property>
  <property name="StripAbsoluteAnchorPaths">False</property>
  <property name="StripAbsoluteImagesPaths">False</property>
  <property name="ToolbarMode">ShowOnFocus</property>
  <property name="ToolsWidth">800px</property>
  <property name="Skin">Default2006</property>
</configuration>
----------

Regards,
Shilpa
0
Stanimir
Telerik team
answered on 09 Jan 2009, 01:05 PM
Hello Shilpa,

Please, try to set the path to the library containing your images. In order to do this just add the following code to the respective ConfigFile.xml (for list items Wikies, Blogs, lists ... the file is ListConfigFile.xml).

<property name="ImagesPaths">[the path to the library]</property>

Best wishes,
Stanimir
the Telerik team

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