Porting CommunityServer 2008 to Telligent Evolution

Porting CommunityServer 2008 to Telligent Evolution

This question has suggested answer(s)

Hey guys,

I'm trying to update a Community Server install, which means I need to update a theme.  At the moment, I have several controls that don't seem to exist in Telligent Evolution 7.0.  Can someone please help me out?  The controls I'm trying to locate are

CSControl:ContentFragmentList

CSControl:ConditionalContent

CSBlog:SectionMembershipList

CSMedia:SectionMembershipList

CSHub:HubList

QueryOverrides

CSHub:SectionMembershipList

Thanks,

Lee

All Replies
  • These controls are no longer supported in 7.X and have been removed.  You will need to update your code to use standard asp.net server controls that use the REST or Public APIs or rebuild your widgets in the new Widget Studio

    Hope that helps