Bill Bosacker & CS Nuggets

This aggregate contains posts from my user blog as well as the posts from the CS Nuggets blog tailored specifically for the CommunityServer community.

August 2006 - Posts

CS: Workaround: Reordering Forum Groups or Forums within a Group
Due to some bugs within CS, it is not possible to change the order of the last Forum Group, or the last Forum within a Group. The following work around will allow you to make these changes: Reordering Forum Groups: Create a new forum group named DUMMY,...( read more )
CS: BUG FIX: Numerical or localhost hostnames when wwwStatus = "Require"
If you have wwwStatus = "Require" in your CommunityServer.config file, the site will not function if you try to access it via an IP address (usually used while debugging) or "localhost". I added the following code to correct the issue. The regular expressions...( read more )