I can't find the setting to NOT allow guests to post new topics or reply?
Also my page bombs in Administration > Users. After I search for Role Guests.
Then click on Edit under Users
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 81: // do a quick user membership sync...
Line 82: MembershipUser user = UserMembershipHelper.GetMembershipUser( CurrentUserID );
Line 83: RoleMembershipHelper.UpdateForumUser( user, PageContext.PageBoardID );
Line 84: }
Line 85: }