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

Image upload tab disabled in Image manager

6 Answers 184 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
chetali
Top achievements
Rank 1
chetali asked on 17 Dec 2008, 10:30 AM
Hi,

I am using rad editor in firefox 2.0
Image upload tab is disabled in Image manager.

6 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 19 Dec 2008, 03:09 PM
Hello Chetali,

In order to unable Image upload tab you need to set ImagesPaths and UploadImagesPaths properties. You can do this by modifying the respective ConfigFile.xml, which is located in Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.3.2.0__1f131a624888eeed\Resources folder.

In addition please consider upgrading RadEditor for MOSS to the last version, which now is 3.5.1 .

I hope this helps.


All the best,
Stanimir
the Telerik team

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

The folder path available to me is Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\4.5.4.0__1f131a624888eeed

and the configFile.xml has following content
<?xml version="1.0" encoding="utf-8" ?>
<!-- ==============================================================================================
    Config File valid structure:
    <configuration>
    <property>...</property>
    ...
        <property>
            <item>...</item>
            <item>...</item>
            ...
        </property>
        ...
    </configuration>
=============================================================================================== -->
<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>

Let me know what property name I should give.
0
Stanimir
Telerik team
answered on 06 Jan 2009, 11:36 AM
Hi Chetali,

I apologize for the inconvenience, I should mansion that  (5.3.2.0__1f131a624888eeed) depends on the control's version. The property name that you should use is ImagesPaths.

For example:
<property name="ImagesPaths">/ImageLibrary</property> 

You should also know that RadEditor for MOSS is using the rights of the currently logged user. So you need to make sure that you set the correct access rights to the library.


Sincerely yours,
Stanimir
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
chetali
Top achievements
Rank 1
answered on 06 Jan 2009, 04:49 PM
great..this worked..thanks a ton
Telerik Support team rocks :-)
0
John
Top achievements
Rank 1
answered on 12 Feb 2009, 12:49 PM
I don't understand the answer, so I have the same problem about "Image upload tab disable in Image manager".
I read the Answer <property name="ImagesPaths">/ImageLibrary</property> , so can You tell me what can I use in place
of "/ImageLibrary" ? I want to upload a file which is on my computer desktop, thank you advance for your response.

0
Stanimir
Telerik team
answered on 12 Feb 2009, 03:11 PM
Hello John,

Please check the following help article http://www.telerik.com/help/aspnet-ajax/image_manager.html .
There you can find additional information about the RadEditor's ImageManager dialogue in MOSS.

I hope this helps.

Greetings,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
WebParts for SharePoint
Asked by
chetali
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
chetali
Top achievements
Rank 1
John
Top achievements
Rank 1
Share this question
or