Mono Support How to display group page in full 100% length and no side column? 

Viewed 7859 time(s), 2 post(s), 5/6/2014 8:21:01 PM - by super
5/6/2014 8:21:01 PM
6018 Reputation 709 Total posts

I am looking into Groups.aspx (in pages / socialNetowkring).:

<asp:Content ID="Content1" ContentPlaceHolderID="cp" Runat="Server">
    <div class="content-wrapper two-columns group">
        <div class="<%= IsHome ? "group-two-quarters" : "group-full-width" %>">
            <portal:PortalWebPartZoneTableless Orientation="Vertical" HeaderText='<%$ Code: PageResources.Zone_LeftPartZone %>' ID="leftPartZone" runat="server" Width="100%" ChromeTemplateFile="LeftColumn.htm">
                <ZoneTemplate>
                    <MonoX:GroupContainer runat="server" ID="ctlGroupContainer" GravatarRenderType="NotSet" />                       
                </ZoneTemplate>
            </portal:PortalWebPartZoneTableless>
        </div>
        <asp:PlaceHolder ID="plhHome" runat="server">
            <div class="side-content">
                <portal:PortalWebPartZoneTableless HeaderText='<%$ Code: PageResources.Zone_RightPartZone %>' ID="rightWebPartZone" runat="server" Width="100%" ChromeTemplateFile="RightColumn.htm" ShowChromeForNonAdmins="true">
                    <ZoneTemplate>
                        <MonoX:GroupInfo runat="server" CacheDuration="600" ID="ctlGroupInfo" />
                        <MonoX:GroupSearch runat="server" ID="ctlSearchGroups" />
                        <MonoX:MemberList runat="server" CacheDuration="600" PageSize="9" AvatarSize="40" ID="ctlGroupMemberList"></MonoX:MemberList>
                        <MonoX:PeopleSearch runat="server" CacheDuration="600" ConfirmationRequired="true" ID="ctlPeopleSearch" />
                        <MonoX:InvitationList runat="server" InvitationType="InvitationsSent" ID="ctlInvitationsSent" PageSize="9" AvatarSize="40" HideIfEmpty="true" />
                        <MonoX:InvitationList runat="server" InvitationType="InvitationsReceived" ID="ctlInvitationsReceived" PageSize="9" AvatarSize="40" HideIfEmpty="true" />
                    </ZoneTemplate>
                </portal:PortalWebPartZoneTableless>
            </div>
        </asp:PlaceHolder>
    </div>
</asp:Content>


How I can make get rid of side column and display the "GroupContainer" in full width page ? Is  there any div class already available for full length page ?

1
5/12/2014 11:01:11 AM
459 Reputation 55 Total posts

Hi Super,
just remove <div class="side-content"> an remove class .group-two-quarters on left container.

Greetings,
Ivan

2
This is a demo site for MonoX. Please visit Mono Software for more info.