This question is locked. New answers and comments are not allowed.
I've upgraded from the RadEditor for SPS 2003 from v2.x to the v3.04. The server is setup to use two paths pointing to one site collection, one for authenticated access, one for anonymous access. Using the v2.x version, with StripAbsoluteImagesPaths set to true in the ConfigFile.xml, users editing their pages would be saving the relative paths to images in their picture/document libraries. However, after I upgraded and copied most of the settings to the new ConfigFile.xml in the 3.0 directory, the absolute url was still being saved. I have verified that the ConfigFile is being read, because I set the ShowHtmlMode property to false, refreshed and confirmed you could not switch to the view anymore. I've tried setting various ImagePathsToSrip url's to no avail and have read the Knowledge base article referenced in most of the forum posts a number of times.
Steps to reproduce:
Open the RadEditor. Insert an Image. Save.
Open the RadEditor again. Add anything else (without modifying the image). Save.
From what I've read on the forums, this is a classic case for using the StripAbsoluteImagesPaths, but I'm not sure what's going on.
ConfigFile.xml:
<configuration>
<property name="ShowHtmlMode">true</property>
<property name="ShowPreviewMode">true</property>
<property name="MaxImageSize">10000000</property>
<property name="StripAbsoluteImagesPaths">true</property>
</configuration>
Thanks for your help.
Adam
Steps to reproduce:
Open the RadEditor. Insert an Image. Save.
Open the RadEditor again. Add anything else (without modifying the image). Save.
From what I've read on the forums, this is a classic case for using the StripAbsoluteImagesPaths, but I'm not sure what's going on.
ConfigFile.xml:
<configuration>
<property name="ShowHtmlMode">true</property>
<property name="ShowPreviewMode">true</property>
<property name="MaxImageSize">10000000</property>
<property name="StripAbsoluteImagesPaths">true</property>
</configuration>
Thanks for your help.
Adam
