How to Create a Custom Toolbar Configuration File in Dotnetnuke ??

Last post 04-16-2007, 4:27 AM by Adam. 1 replies.
Sort Posts: Previous Next
  •  04-16-2007, 2:07 AM 28406

    How to Create a Custom Toolbar Configuration File in Dotnetnuke ??

    Hi @all,
     
    how could I assign a custom configuration-file to a user role ? I have a role named "Redakteure". I try to create a custom configuration file named Redaktuere.config. Where could I assign this configuration file to the user role "Redakteure"?
     
    Thanks for help !
     
     
  •  04-16-2007, 4:27 AM 28409 in reply to 28406

    Re: How to Create a Custom Toolbar Configuration File in Dotnetnuke ??

    fabert,
     
    Please add the following code into Cute Editor section of your web.config.
     
               Redakteure_AutoConfigure = "Full_noform"
               Redakteure_SecurityPolicyFile = "Redaktuere.config"
               Redakteure_TemplateItemList = ""
               Redakteure_DisableItemList = ""
               Redakteure_AllowPasteHtml  ="true"
               Redakteure_EditorOnPaste  = "default"
               Redakteure_readonly="readonly" = "false"
               Redakteure_ShowBottomBar ="true"
               Redakteure_ShowHtmlMode  ="true"
               Redakteure_ShowPreviewMode  ="true"
               Redakteure_ShowTagSelector  ="true"
               Redakteure_EnableStripScriptTags  ="false" 
               Redakteure_EnableContextMenu    ="true" 

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML