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.

November 2006 - Posts

CS: BUG FIX: BBCodes and Emoticons
As many of you may have noticed, there are some issues with the proper rendering of BBCodes and Emoticons. This bug fix covers: Implementation of the missing BBCode. A "file" attribute was added for specifying a file name. Implementation of a new...( read more )
CS: Deleting Forum Posts from the Database
When you delete a forum post, it doesn't actually get deleted from the database. It gets moved to the "Deleted Posts" forum in the "Administrators" group. By default, this forum will hold posts until they have not been viewed for 90 days and then the...( read more )