Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorTelerik RadEditor Viewpaths Telerik RadEditor Viewpaths
Previous
 
Next
New Post
5/20/2010 2:09 PM
 
Hello
I am using Virtual Directory to store users Images and I what to change the Source of user folders to my new vitrual Direcotry.
When you Install DNN 5.4.1 , you can choese either Telerik RadEditor or FCKEDitor from web.config by commeting them like follow:

<htmlEditor defaultProvider="TelerikEditorProvider">  
            <providers> 
                <clear/> 
        <!-- 
                <add name="FckHtmlEditorProvider" type="DotNetNuke.HtmlEditor.FckHtmlEditorProvider.FckHtmlEditorProvider, DotNetNuke.FckHtmlEditorProvider" providerPath="~/Providers/HtmlEditorProviders/Fck/" CustomConfigurationPath="~/Providers/HtmlEditorProviders/Fck/custom/FCKConfig.js" EnhancedSecurityDefault="false" SecureConfigurationPath="~/Providers/HtmlEditorProviders/Fck/custom/FCKConfigSecure.js" ImageGalleryPath="~/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx" ImageUploadPath="~/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx" ImageAllowedFileTypes="gif,png,bmp,jpg" FlashGalleryPath="~/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx" FlashUploadPath="~/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx" FlashAllowedFileTypes="fla,swf" LinksGalleryPath="~/Providers/HtmlEditorProviders/Fck/fcklinkgallery.aspx" DynamicStylesGeneratorPath="~/Providers/HtmlEditorProviders/Fck/FCKStyles.aspx" DynamicStylesCaseSensitive="true" DynamicStylesGeneratorFilter="controlpanel|filemanager|mainmenu|wizard" StaticStylesFile="~/Providers/HtmlEditorProviders/Fck/FCKeditor/fckstyles.xml" StylesDefaultMode="Static" DynamicCSSGeneratorPath="~/Providers/HtmlEditorProviders/Fck/FCKCSS.aspx" StaticCSSFile="~/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/css/fck_editorarea.css" CSSDefaultMode="static" spellCheck="ieSpell" AvailableToolbarSkins="Office2003,Silver" DefaultToolbarSkin="Office2003" AvailableToolBarSets="DNNDefault,Default,NoGallery,Basic" DefaultToolbarSet="DNNDefault" DefaultImageGallerySkin="Default" DefaultFlashGallerySkin="Default" DefaultLinksGallerySkin="Default" FCKDebugMode="false" UseFCKSource="false" OptionsOpenMode="ShowModalDialog" CustomOptionsDialog="Admin"/>
        --> 
                <add name="TelerikEditorProvider" type="DotNetNuke.HtmlEditor.TelerikEditorProvider.EditorProvider, DotNetNuke.HtmlEditor.TelerikEditorProvider" providerPath="~/Providers/HtmlEditorProviders/Telerik/" toolsFile="~/Providers/HtmlEditorProviders/Telerik/Config/ToolsDefault.xml" configFile="~/Providers/HtmlEditorProviders/Telerik/Config/ConfigDefault.xml" FilterHostExtensions="True"/>  
            </providers> 
        </htmlEditor> 


To change the setting of Telerik RadEditor Like Max Upload Size and Other Setting
Go to Providers --> HtmlEditorProviders --> Telerik --> Config  and Edit ConfigDefault.xml
 the other file which have informatoin about properties of ConfigDefault.xml is ConfigDocumented.xml

if you open ConfigDefault.xml  you can add property

<property name="ImageManager.ViewPaths"></property> 
Type: Comma deliminated string list  

The Only Thing I need it what I have to write in this area = myvirtualdirecotr
I mean the syntax.


<property name="ImageManager.ViewPaths">myvirtualdirecotry</property> 
Type: Comma deliminated string list

What I have to write , please help



 
New Post
5/23/2010 2:00 AM
 
just to say up
 
New Post
5/25/2010 2:06 PM
 
Here’s an example of the properties that I tested. Portal Root/Content/Images,Portal Root/Content/Image Library Portal Root/Content/Documents Portal Root/Content/Flash Portal Root/Contentmedia Portal Root/HTMLTemplates Notice the main thing here is to specify Portal Root in front of the folders.
 
New Post
5/29/2010 12:35 PM
 
Hello Cristian

Sorry for bothring you , but I really Like Rad Editor , But the problem that I can't let users use the same directory for uploading their files as the
 same portal directory (Security Reason) and if so , they can browse all files in the images directory and other users file so on.
In Rad Editor , I can set the virtual directory files as follow:

Dim viewImages As String() = New String() {"/userimagefolder"}

where /userimagefolder is virtual directory
I am doing this in vb.net , but in the case of dotnetnuke and ConfigDocumented.xml is not working , in case the viewpath
folder is C:\inetpub\wwwroot\userimagefolder  , what is the syntax for that.


Regards

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorTelerik RadEditor Viewpaths Telerik RadEditor Viewpaths


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out