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 ForumsFCKeditorFCKeditorDisable option "Basix text editor (Raw, HTML, Text)" - "Rich text editor" by defaultDisable option "Basix text editor (Raw, HTML, Text)" - "Rich text editor" by default
Previous
 
Next
New Post
6/8/2009 3:54 AM
 

If you find a systematic way to reproduce the bug, can you post it in Gemini? Some of us can randomly trigger it, but it seems a specific procedure is needed.

http://support.dotnetnuke.com/issue/ViewIssue.aspx?id=10130&PROJID=2

An here's how to temporarily fix the bug:

1. Open TextEditor.vb in Library/Controls/

2. Find the following codes:

           Set(ByVal Value As String)
                Dim objUserInfo As UserInfo = UserController.GetCurrentUserInfo

                If Value.ToUpper <> "BASIC" Then
                    Me.view_state.Item("DesktopMode") = "RICH"

                    If objUserInfo.UserID >= 0 Then
                        Personalization.SetProfile("DotNetNuke.TextEditor", "PreferredTextEditor", "RICH")
                    End If
                Else
                    Me.view_state.Item("DesktopMode") = "BASIC"

                    If objUserInfo.UserID >= 0 Then
                        Personalization.SetProfile("DotNetNuke.TextEditor", "PreferredTextEditor", "BASIC")
                    End If
                End If
            End Set

and change "BASIC" to "RICH" in the red line. After that recompile Dotnetnuke Library and upload the new Dotnetnuke.dll to the bin folder.

If anyone needs a copy of the dll file, please email me at lehoangduc1990 [at] gmail.com, but please be aware that mine is compiled for DNN 4.9.4.

 
New Post
6/8/2009 3:55 AM
 

 George,

I don't expect editor selection beeing controlled by FCKEditor settings due to DNN architecure - both are clearly separated components with thir own storage options. There must be a different issue.  


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/9/2009 4:57 PM
 

I certainly had a issue in 5.0.1 whereby basic text box will ALWAY default whatever happened.

I probably spent a day trying to repro the issue but I could not, so I had to do some hard coding (and even this wasn't a great solution).

If anybody can get a DNN virgin install to exibit this behaviour, please comment with steps to reproduce here.

Otherwise I fear the issue will be closed - no issue reproduction = no issue.

Thanks

Alex



Alex Shirley


 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorDisable option "Basix text editor (Raw, HTML, Text)" - "Rich text editor" by defaultDisable option "Basix text editor (Raw, HTML, Text)" - "Rich text editor" by default


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