RadEditor Hyperlink (Document Manager)

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
10/28/2011 8:39:42 AM
Gravatar
Total Posts 16

RadEditor Hyperlink (Document Manager)

I just purchased the mojoRadGlueEditorProvider and managed to get the RadEditor installed and working.  The issue I am having is when using the RadEditor I click the Hyperlink Button, then the Document Manager button next to the URL field and the Document Manager is blank (i.e. no documents listed).  Did I miss something in the install?  I am running running .NET 4 Integrated Mode.  I mapped the new version of the Telerik dll that I am using by putting the following in web.config:

<assemblyIdentity name="Telerik.Web.UI"
 publicKeyToken="121fae78165ba3d4" />
   <bindingRedirect oldVersion="2010.2.713.40"
   newVersion="2011.2.915.40" />
    </dependentAssembly>

Thanks for any guidance you can provide.

 

10/28/2011 12:36:36 PM
Gravatar
Total Posts 18439

Re: RadEditor Hyperlink (Document Manager)

Hi,

The RadEditor has its own file manager uploader thingy, I guess that is what you mean by document manager. All we do is set the root directory in our RadEditorAdapter depending on user roles the root directory may be

/Data/Sites/[SiteID]/ for admins or content admins

/Data/Sites/[SiteID]/media/ for others (make sure this folder exists if not that might be the problem)

or

/Data/Sites/[SiteID]/userfiles/[UserID]/ for less privledged users.

if the folders are empty it won't show any files.

I have not played around with RadEditor in quite a while so I don't know if it has changed much since previous versions.

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.