Create Images Search Result in SharePoint - Part 3
Edit Search WebPart In this articles I'll explain how to create the formatted image search results There are three steps to perform this operation at MOSS 1. Create an Image scope at the SharePoint Search. 2. Create New Rules for SharePoint Search. 3. Edit Search Web part. Edit Search WebPart Now at your page that you create (picturesResults.aspx) Go to Edit page-> Core Results WebPart -> Modify Shared Web Part -> Xsl Editor And add this source: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > <xsl:param name="ResultsBy" /> <xsl:param name="ViewByUrl" /> <xsl:param name="ViewByValue" /> <xsl:param name="IsNoKeyword" /> <xsl:param name="IsFixedQuery" /> <xsl:param name="ShowActionLinks" /> <xsl:param name="MoreResultsText" /> <xsl:param name="MoreResultsLink" /> <xsl:pa...