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.
IsLockedCheckBoxId - Property replaced by EnableCommentsCheckBox, which has the opposite meaning of IsLockedCheckBoxId .
SectionTreeViewId - ComponentArt.Web.UI.TreeView was completely eliminated from the form.
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.
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.
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.