Mike,
>>how easy is it to remove Allow Anonymous Users from the menu?
It's very easy.
Please follow the steps below:
1. Open CuteSoft_Client\CuteChat\ChatUI.xml file
2. Remove the following code:
<HtmlMenuItem Text="$UI_Menu_EnableAnonymous">
<Scripts>
<OnUpdate>
if(GetChannel().AllowAnonymous)
this.SetText(TEXT("UI_Menu_DisableAnonymous"));
else
this.SetText(TEXT("UI_Menu_EnableAnonymous"));
</OnUpdate>
<OnClick>
if(GetChannel().AllowAnonymous)
AdminPromptSetDisableAnonymous();
else
AdminPromptSetEnableAnonymous();
</OnClick>
</Scripts>
</HtmlMenuItem>
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