Browse by Tags
All Tags »
Webparts (
RSS)
New in Codplex - MOSS Faceted Search : http://www.codeplex.com/FacetedSearch Project Description MOSS Faceted Search is a set of web parts that provide intuitive way to refine search results by category (facet). The facets are implemented using SharePoint API and stored within native SharePoint METADATA store. The solution demonstrates following key features: Grouping search results by facet Displaying a total number of hits per facet value Refining search results by facet value Update of the facet...
With simple XSLT template you can add small chart that displays the rank for each item in the Search Core Results Web Part. You may find it useful especially when you sort by modified date. Add the following template to the XSLT: <!-- The rank chart disply for each result is prepared here --> < xsl:template name = " DisplayRank " > < xsl:param name = " rank " /> < table cellpadding = " 0 " height = " 8 " cellspacing = " 4 " align = " right " width = " 150 " > < tr >...
Spencer Harbar & Andrew Connell announce three new CodePlex projects created to enable the community to share examples of useful Publishing site elements built using the Web Content Management features of Office SharePoint Server 2007. Initially these projects contain a number of commonly used MCMS 2002 Placeholder controls converted for use within MOSS Publishing sites which have been graciously donated by Microsoft. Over time these samples will be augmented and enhanced. Future plans include...
Few montes ago someone asked me about display the content by query webpart as roller (marquee) style. To achieve that goal with the xslt is a problematic solution. So I extended the CQWP with my custom toolpart and override the way it renders. Yesterday I saw that Steven Van de Craen publish his extension to the CQWP as GroupByItemLimitWebPart (extended Content Query Web Part with item limit per group) . So I decided to share my extension for the most useful webpart that shipped with MOSS 2007. I...