When using the Forms Authentication module, there are a couple areas to check first when troubleshooting any issues you might encounter when setting it up. These include the authentication ticket name, the machine keys, the cookie path, and the cookie domain. Authentication ticket name The most common...
Web Installation Wizard The Web-based installer for Community Server allows you to configure Community Server remotely through a web browser. This is the recommended configuration option when installing to a web host where you do not have remote desktop access. The web-based installation process assumes...
Web Installation Wizard The Web-based installer for Community Server allows you to configure Community Server remotely through a web browser. This is the recommended configuration option when installing to a web host where you do not have remote desktop access. The web-based installation process assumes...
Scenario You have a list of members that all belong to a role on your site, and you want these members to be added as members to a group. Assumption The following script assumes that you have your membership store in the same place as your Community Server data. Solution Adding users that belong to a...
Scenario You have an existing forum that you would like to add to an existing group. Warning Running the following script will replace an existing group forum. Solution First you should make sure that your group has discussions enabled. Once you have done this you can run the following SQL to migrate...
Problem: The IPBanning module in Community Server 2007/2007.1 would fail to execute properly in production environments. Cause: A bad check in the licensing component for the IPBanning module would cause the module exit early. Solution: Download the following file containing an update to the CommunityServer...
Below are some of the recommended hosting partners for Community Server: Applied Innovations Enterhost NeoSpire The Community Host Telligent additionally offers turn-key Community Server hosting through our CommunityServer.com offering . Search Google for additional Community Server hosting companies...
Exception logging is disabled by default in Community Server 2007. To enable it simply edit the communityserver.config in the root of your web site in a plain text editor, for example Notepad. Locate the line in the core section near the start of the file: enableExceptionLogging = "false" and change...
Problem: When a pager is used with a <CSControl:UserList /> displaying favorite users (via setting QueryType equal to AccessingUserFavorites, UsersWatchingAccessingUser or CurrentUserFavorites on the <QueryOverrides /> for the control), the list does not page and continues to show only the...
Issue In Community Server 2007 and Community Server 2.1 SP3 whenever a new thread is created in a forum that is moderated, or when the user starting the thread is moderated, and then the post that starts the thread is approved, the thread is not visible. Bug / Problem The cs_system_UpdateThread stored...