Betreft: Re: Betreft: Re: CuteEditor 4.5 and DNN 3.1 (User permissions)

  •  06-21-2005, 5:22 AM

    Betreft: Re: Betreft: Re: CuteEditor 4.5 and DNN 3.1 (User permissions)

    Adam,
     
    Found something I do not understand.
     

    If Not Null.IsNull(objProvider.Attributes("Admin_ShowBottomBar")) Then
    _admin_showbottombar = Boolean.Parse(objProvider.Attributes("Admin_ShowBottomBar"))
    End If

    If Not Null.IsNull(objProvider.Attributes("Admin_ShowHtmlMode")) Then
    _admin_showbottombar = Boolean.Parse(objProvider.Attributes("Admin_ShowHtmlMode"))
    End If

    If Not Null.IsNull(objProvider.Attributes("Admin_ShowPreviewMode")) Then
    _admin_showpreviewmode = Boolean.Parse(objProvider.Attributes("Admin_ShowPreviewMode"))
    End If
     
    In the bold part should this not be: 
    If Not Null.IsNull(objProvider.Attributes("Admin_ShowHtmlMode")) Then
    _admin_showhtmlmode = Boolean.Parse(objProvider.Attributes("Admin_ShowHtmlMode"))
    End If
     
    There is one thing that does not work. The Forum Admins don't see the HTML button in the Bottom Bar. Is the above related to this? Normal administrator see the bottom bar.
     
    Bye
    Mariette
View Complete Thread