MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

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

Viewed 6855 time(s), 2 post(s) 5/6/2014 8:21:01 PMby super
super

super

5/6/2014 8:21:01 PM
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 ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
ivanb

ivanb

5/12/2014 11:01:11 AM
Hi Super,
just remove <div class="side-content"> an remove class .group-two-quarters on left container.

Greetings,
Ivan
Rated 5.00, 1 vote(s). 
459 Reputation 55 Total posts