Community Server 2.1 Tip
如果你和我一样,最近把一个基于著名的Community Server的site升级到了最新的2.1版,然后发现首页的新闻和谁在线都不见了,这个tip应该可以帮你解决这个问题。
Add below at /default.aspx
<Blog:AggregatePostList runat="Server" PageSize=5 id="AggregateBlogPosts" EnablePaging="false" EnableTitle="false">
<SkinTemplate>
<h2 class="CommonTitle">
<asp:Literal runat="server" id="title" />
</h2>
<Blog:AggregateList id="Posts" runat="Server" EnableTitle="false"/>
</SkinTemplate>
</Blog:AggregatePostList>
<CS:WhoIsOnline runat="server" id="Whoisonline1"/>before
<CS:AdPart runat = "Server" contentname="StandardBottom" ID="Adpart2">
<CS:Ads Zone="StandardBottom" runat="server" id="Ads3" />
</CS:AdPart>
posted on 2006-10-18 17:37 CrazyCoder 阅读(1100) 评论(1) 编辑 收藏 举报