Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Is it possible to add new field in CMS Deck Group Profile Page? View modes: 
User avatar
Member
Member
Alex - 10/14/2010 7:19:16 AM
   
Is it possible to add new field in CMS Deck Group Profile Page?
Hello!

I need to add BeginDate as new field in Group profile.
In Development / Sytem tables/ Group I add new field GroupBeginDate
And I need to add this field on the page of Group profile on CMS Desk / Groups/ Mygroup
How can I do it without programming page GroupEdit.ascx.cs? Is it possible?

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 10/14/2010 9:05:50 AM
   
RE:Is it possible to add new field in CMS Deck Group Profile Page?
Hello,

You could re-write this control:

<web site folder>\55\CMSModules\Groups\Controls\GroupEdit.ascx

to add your new field to General tab.

Regrettably, this is the only way how to add the new field.


Best regards,
Helena Grulichova