<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://jay.leask.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Digital Serenity : Community Server 2008, CSTheme</title><link>http://jay.leask.com/archive/tags/Community+Server+2008/CSTheme/default.aspx</link><description>Tags: Community Server 2008, CSTheme</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>QueryOverrides and the GroupsToSearch attribute</title><link>http://jay.leask.com/archive/2008/08/26/queryoverrides-and-the-groupstosearch-attribute.aspx</link><pubDate>Tue, 26 Aug 2008 23:50:09 GMT</pubDate><guid isPermaLink="false">8d8a2304-c812-41d6-94bc-4e6dd6490643:67</guid><dc:creator>jleask</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://jay.leask.com/rsscomments.aspx?PostID=67</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://jay.leask.com/commentapi.aspx?PostID=67</wfw:comment><comments>http://jay.leask.com/archive/2008/08/26/queryoverrides-and-the-groupstosearch-attribute.aspx#comments</comments><description>&lt;p&gt;QueryOverrides allow great customizations to lists (WeblogPostList / IndexPostList / etc) including page sizes, sections to search on, sort instructions and much more.&lt;/p&gt;  &lt;p&gt;In this particular case I need to search by multiple sections.&amp;#160; While the SectionApplicationKeysToSearch or SectionIDsToSearch options would work, Community Server has blog groups, making it easy to group blogs together.&amp;#160; Conveniently the QueryOverrides have the option GroupsToSearch ... should be easy, and in fact it is; once you know what to put there.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://getben.com/Documentation/CS2008/Chameleon/default.aspx" target="_blank"&gt;The amazing wealth of information over at GetBen.com&lt;/a&gt; has about 99.9% of everything you could need to know about CS controls ... including the instructions that CS expects a string value for this option.&amp;#160; What took me hours to figure out (because, apparently, my head wasn't in quite the right frame of mind) was that the GroupsToSearch is actually looking for a comma (see? string!) separated list of integers, the IDs of the groups you wish to search on.&lt;/p&gt;  &lt;p&gt;So, while I was putting in: &lt;strong&gt;GroupsToSearch=&amp;quot;MyGroup,MyOtherGroup&amp;quot;&lt;/strong&gt;; what was expected, and the reason I was getting the &lt;em&gt;Input string was not in a correct format&lt;/em&gt; error, was &lt;strong&gt;GroupsToSearch=&amp;quot;3,5&amp;quot;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;I hope this helps someone save a few minutes compared to what I lost this evening ...&lt;/p&gt;&lt;img src="http://jay.leask.com/aggbug.aspx?PostID=67" width="1" height="1"&gt;</description><category domain="http://jay.leask.com/archive/tags/CSTheme/default.aspx">CSTheme</category><category domain="http://jay.leask.com/archive/tags/Community+Server/default.aspx">Community Server</category><category domain="http://jay.leask.com/archive/tags/Community+Server+2008/default.aspx">Community Server 2008</category></item><item><title>CS2008: Shared Feeds</title><link>http://jay.leask.com/archive/2008/06/04/cs2008-shared-feeds.aspx</link><pubDate>Wed, 04 Jun 2008 05:27:17 GMT</pubDate><guid isPermaLink="false">8d8a2304-c812-41d6-94bc-4e6dd6490643:62</guid><dc:creator>jleask</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://jay.leask.com/rsscomments.aspx?PostID=62</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://jay.leask.com/commentapi.aspx?PostID=62</wfw:comment><comments>http://jay.leask.com/archive/2008/06/04/cs2008-shared-feeds.aspx#comments</comments><description>&lt;p&gt;Community Server saw a major overhaul to the user profile public display page.&amp;#160; One of these newer features is the Shared Feeds.&amp;#160; Shared Feeds allow a user to put any feeds they find worthy of sharing into their profile and have them displayed, per the sites layout, on the profile page.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://jay.leask.com/images/chaotic_ramblings/WindowsLiveWriter/CS2008SharedFeeds_60A/clip_image002_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="281" alt="clip_image002" src="http://jay.leask.com/images/chaotic_ramblings/WindowsLiveWriter/CS2008SharedFeeds_60A/clip_image002_thumb.jpg" width="414" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The screenshot above is from &lt;a href="http://dev.communityserver.com/members/spiritdeus/default.aspx" target="_blank"&gt;my personal profile&lt;/a&gt; on &lt;a href="http://dev.communityserver.com/" target="_blank"&gt;dev.communityserver.com&lt;/a&gt; - as you can see there are two feeds shown here, each with the latest posts from that feed displayed.&amp;#160; The default CS theme displays 5 posts there, though that can be changed using the QueryOverrides&amp;#160; &amp;quot;PageSize&amp;quot; property of your &lt;a href="http://getben.com/Documentation/CS2008/Chameleon/Control.aspx?type=CommunityServer.Controls.TemporaryRssFeedList%2c+CommunityServer.Controls" target="_blank"&gt;TemporaryRssFeedList&lt;/a&gt; control.&lt;/p&gt;  &lt;p&gt;But really this isn't what made me think this was a good blog post.&amp;#160; Allow me to put the Search Engine Optimized phrase here: Why does my Community Server 2008 Shared Feeds only show 5 feeds?&lt;/p&gt;  &lt;p&gt;The answer, my friends, is blowin' in th...nevermind that.&lt;/p&gt;  &lt;p&gt;It's simple, CS08 has a limit to the number of feeds you can share, not just that are displayed, but in fact share; the magic number being 5.&amp;#160; If you try to save 6 items CS actually removes the 6th item from the list before saving, but never tells you this:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://jay.leask.com/images/chaotic_ramblings/WindowsLiveWriter/CS2008SharedFeeds_60A/image_6.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="141" alt="image" src="http://jay.leask.com/images/chaotic_ramblings/WindowsLiveWriter/CS2008SharedFeeds_60A/image_thumb_2.png" width="411" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;I learned this the hard way, of course; I spent an hour trying to troubleshoot why only 5 of my feeds were displaying even though I saw my profile save after entering 6 items - Moral of the story, always make sure what you thought saved actually saved (yes, only 5 items saved).&lt;/p&gt;&lt;img src="http://jay.leask.com/aggbug.aspx?PostID=62" width="1" height="1"&gt;</description><category domain="http://jay.leask.com/archive/tags/CSTheme/default.aspx">CSTheme</category><category domain="http://jay.leask.com/archive/tags/Community+Server+2008/default.aspx">Community Server 2008</category></item></channel></rss>