.NET 2.0 ONLY
Drop the dll - DanHounshell.CS.Controls into your bin directory.
Drop the skin, Skin-AggregateBlogListSidebar.ascx, into the Themes/default/Skins/Blogs directory.
Feel free to edit this skin to display as you wish.
Edit the skin, Themes/default/Skins/Blogs/Skin-AggregateColumn.aspx, add a reference to the top of the page:
<%@ Register TagPrefix="DHCS" Namespace="DanHounshell.CS.Controls" Assembly="DanHounshell.CS.Controls" %>
add the following where you would like it displayed:
<div class="CommonSidebarArea">
<h4 class="CommonSidebarHeader"><cs:ResourceControl ID="ResourceControl1" ResourceName="Weblog_Aggregate_Bloggers_Title" runat="server" /></h4>
<div class="CommonSidebarContent">
<DHCS:AggregateBlogListSidebar runat="Server" id="Aggregatebloglist2" />
</div>
<div class="CommonSidebarFooter">
<a href="<%=BlogUrls.Instance().GroupBloggers((CSContext.Current.GroupID)) %>">Details</a>
</div>
</div>
Feel free to edit the above to display as you would like.