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 decrease the size of image in populargrouplist ? (Closed) (Mono Support )

Viewed 6581 time(s), 2 post(s) 1/21/2013 12:08:07 AMby super
super

super

1/21/2013 12:08:07 AM
The sample web part that is available in sample code - I want to shrink the image of group - how to do that ?

This is the code in the webpart:

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="PopularGroupsList.ascx.cs" Inherits="MonoSoftware.MonoX.ModuleGallery.SocialNetworking.PopularGroupsList" %>
<%@ Register Namespace="MonoSoftware.Web.Pager" Assembly="MonoSoftware.Web.Pager" TagPrefix="mono" %>
 
<asp:Panel ID="pnlContainer" CssClass="social-groups" runat="server">
<asp:ListView ID="lvItems" runat="server">
    <LayoutTemplate>
        <asp:PlaceHolder runat="server" ID="itemPlaceholder"></asp:PlaceHolder>
    </LayoutTemplate>
    <ItemTemplate></ItemTemplate>
</asp:ListView>
</asp:Panel>
<asp:Literal runat="server" ID="ltlNoData"></asp:Literal>
<div style="clear:both">
<mono:Pager runat="server" ID="pager" PageSize="5" NumericButtonCount="5" AllowCustomPaging="true" AutoPaging="false">
    <PagerTemplate></PagerTemplate>
</mono:Pager>
</div>
This content has not been rated yet. 
6018 Reputation 709 Total posts
kpeulic

kpeulic

1/21/2013 9:09:35 AM
You can find the "PopularGroupsList.htm" template in the SocialNetworkingTemplates folder.
There you can add your custom CSS.
This content has not been rated yet. 
1849 Reputation 181 Total posts