I notice that some themes, such as the "Kid Congo" theme, respect the Aggregate Post Excerpt Size setting, while others, like my favorite (PaperClip) do not. I've been mucking about with trying to copy elements of the Kid Congo theme into the appropriate PaperClip theme, without success.
What do I need to put into the appropriate skin files (Skin-EntryList.asc I presume?) in order to shrink the post sizes that show up on the blog home page?
Thanks
The following thread has been helpful to me:
http://communityserver.org/forums/thread/532280.aspx
I am stuck on this point. Can someone write up exactly what you need to do to make this happen?
I dont undrestand where "Aggregate Post Excerpt Size" is set, nor what needs to be changed in the Skin-EntryList file in order to make this happen.
You don't need to do anything with Skin-EntryList. What I ended up doing to control paging, as I indicated here, was to go into the Views folder of the current theme, and alter the View-Home.ascx file.
You'll want to change the EntryListContainer line to the following (or similar):
<Blog:EntryListContainer id="r" runat="Server" DisplayExcerpts="false" EnablePaging="true" PageSize="7" />
I set mine to show 7 items on a page, with paging enabled, and no excerpts (for one of my blogs). If it's excerpts you want, then this is controlled in the GUI configuration of the blog itself, via the Control Panel. For mirrored Blogs, each mirrored entry has an option for the excerpt size, and this can also be controlled at the blog level.
http://.../controlpanel/BlogAdmin/Options/SkinOptions.aspx
See: "Aggregate Post Excerpt Size" on that page.
Was curious, Scott. Did you want to display excerpts on your home site or somewhere else? I think your full-text home site works the way it is.
If for another site, what skin did you say you were using? There is inheritance going on in certain themes, that is, if a control isn't in the themes area it bubbles up to the default theme to grab those settings.
Dave
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com