Products and Services
Graffiti CMS
Learn more about our simple content publishing platform.
Harvest Reporting Server
Get business intelligence tools for measuring online behavior.
Professional Services
Consulting, creative, and Web services from the people who know Community Server best.
Solutions
Telligent
Learn more about our team at Telligent.com.
 

Changes in Form Properties Between Community Server 2007.1 and Community Server 2008

Community Server 2008 includes a number of changes in the properties of form classes (derived from PreTemplatedWrappedFormBase and WrappedSubFormBase). The following list includes properties that were removed or renamed for Community Server 2008.

 

CommunityServer.Blogs.Controls.CreateEditWeblogPostForm

IsLockedCheckBoxId - Property replaced by EnableCommentsCheckBox, which has the opposite meaning of IsLockedCheckBoxId .

CommunityServer.Controls.SearchForm

SectionTreeViewId - ComponentArt.Web.UI.TreeView was completely eliminated from the form.

CommunityServer.Controls.EditUserForm

SignatureTextBoxId - Replaced by SignatureEditorId, which expects to point to an editor rather than a simple TextBox.

BioTextBoxId - Replaced by BioEditorId, which expects to point to an editor rather than a simple TextBox.

EnableInkCheckBoxId - Eliminated in Community Server 2008.

ThemeDropDownListId - Eliminated in Community Server 2008.

CommunityServer.Discussions.Controls.CreateEditForumPostForm

RecipientsTextId - Eliminated in Community Server 2008. This text box was only used when creating Private Messages, which become Conversations in Community Server 2008. If you did not customize the create/edit post page, then you can ignore this one.

CommunityServer.Discussions.Controls.ForumPostTreeForm

PostTreeViewId - Replaced by PostTreeId, which expects Telligent.Glow.Tree rather than ComponentArt.Web.UI.TreeView. If you do not fix this, then the threaded view of a thread will not work.

PostTreeContextMenuId - Replaced by PostTreePopupMenuId, which expects Telligent.Glow.PopupMenu rather than ComponentArt.Web.UI.Menu.  If you do not fix this, then the threaded view of a thread will not work.