Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > how to add new field in group profile? View modes: 
User avatar
Member
Member
Alex - 7/9/2011 2:16:19 PM
   
how to add new field in group profile?
Hello!

I need to add new field AdditionalDescription into Group profile. How can I do this?

User avatar
Member
Member
kentico_edwardh - 7/9/2011 4:06:18 PM
   
RE:how to add new field in group profile?
Hello,

To achieve your desired goal and add a new field to your Group Profile, you will need to re-write this control:

~\CMSModules\Groups\Controls\GroupEdit.ascx

to add your new field AdditionalDescription to the General tab.

Regards,
Edward Hillard

User avatar
Member
Member
Alex - 7/11/2011 4:49:53 PM
   
RE:how to add new field in group profile?
I can`t add new field. Error CS1061 in CMS.Community.GroupInfo

Can you show code to add new field into Group profile?

User avatar
Member
Member
Alex - 7/12/2011 1:55:41 AM
   
RE:how to add new field in group profile?
Can I also need to refresh XMLSchema and FormDefinition for cms.groups?
How can I do this?

User avatar
Member
Member
kentico_edwardh - 7/22/2011 5:57:12 PM
   
RE:how to add new field in group profile?
Did you add this into ascx file directly?

If so, can you please use the Community.Group system table in Site Manager --> Development --> System tables. Using this approach, you will need to update any schema.

Regards,
Edward Hillard