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.

December 2006 - Posts

CS: BUGFIX: Invalid or stale User Cookie causes site failure
I can't believe I finally found a fix for this problem. I stumbled upon it while working on another problem. Here's the fix:...( read more )
CS: TinyMCE Menus, Justification and More!
Does the TinyMCE editor get you down? You you feel unpoopular? Whoops, thats a different issue. The current issue at hand is that the default user controls seem to have left out the ability to justify text even though the editor and CS both support it....( read more )
CS: How to add "My Blogs" to the menu tabs
This issue has come up a few times as the management of blogs by users is extremely cumbersome, and almost requires a degree in CS (Community Server, not Computer Science) to even get to the controls. With these changes you can easily add a "My Blogs"...( read more )
CS: Merry Christmas!
Merry Christmas! ...( read more ) Read More...
CS: BUG FIX: Forum Read/Unread Flags
UPDATE 03/01/2007: Click here for the latest update This bug fix corrects the non-functioning read/unread flags in the forums. It corrects issues in 4 different stored procedures in CS 2.1 SP2. It has not been tested in a CS 2.1 RTM or CS 2.1 SP1 environment...( read more )
CS: Friendly login page for New Users
If some one who is not logged in attempts to access a resource that requires them to be logged in, the site redirects them to a login page. If the user is registered, they just enter their login information and they able to access the resource. But if...( read more )
CS: Private Message Notification for CS 2.1
The following changes will notify of Private Message posts and tell you how many new posts that you have: CommunityServerBlogs(20)/Controls/DisplayUserWelcome.cs and CommunityServerControls(20)/Skins/DisplayUserWelcome.cs: Replace the AttachChildControls()...( read more )