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