Bug reports Found a bug? Post it here please.
Version 4.x > Bug reports > GroupProfile webpart View modes: 
User avatar
Member
Member
Charley - 8/12/2009 2:36:57 PM
   
GroupProfile webpart
CMSModules/Groups/Controls/GroupProfile.ascx

This control has a bunch of boolean flags, private variables with public getters and setters when seem to exist to set the visibility of the tabs in this control. As far as I can tell, none of these are used to actually control whether these are shown or not.

for example, editing WebParts\Community\GroupProfile.ascx (which uses the above control) as follows:
<cms:GroupProfile ID="groupProfileElem" runat="server" ShowMediaTab="false" />

does not hide the media Tab.

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 8/14/2009 8:29:22 AM
   
RE:GroupProfile webpart
Hello,

you can see the documentation of Group profile web part here: http://devnet.kentico.com/docs/webparts/Kentico_CMS_WebParts.htm#_9d620e26-315e-45b4-beb1-a09808740303 There is no such properties as you can see.

The Show tabs properties in the code are not implemented yet. It is prepared for the future versions.

Best regards,
Helena Grulichova