Tag: XSLT
Make clicking on document icons open the actual document
Requirement Make clicking on document icons open a document instead of selecting a row in the SharePoint list view (Just like in 2007). Solution Download the file: fldtypes_docicon.xsl Copy it to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\template\layouts\XSL on ALL your SharePoint Web Front End servers. Do an IISRESET /Noforce on each server Reference See the following […]
Continue Reading...Open Workflow Initiation form after InfoPath form submit
Requirement After users complete an InfoPath web browser form, we want the user to be redirected to the approval workflow initiation form after the InfoPath form closes. We could not use the option to start the workflow on item creation as we needed to user to select an approver or multiple approvers. Solution We managed […]
Continue Reading...Content Query Webpart and Data View Webpart – Modal Dialogs
Requirement We have a content query webpart that displays information from a list on a subsite. When a user clicks on a link on the webpart, we want the link to open in a Modal dialog. Solution Open SharePoint Designer 2010 Go to All Files -> Style Library -> XSL Style Sheets -> ItemStyle.xsl -> […]
Continue Reading...Creating a Tag Cloud in SharePoint
What you need *Download, install and activate the Metadata Webpart from Codeplex Note* I had to download the solution and make some slight modifications before I managed to get it to work. See here. Solution Activate the feature for the webpart at the site collection level. Add the webpart to the page containing your list. Modify the […]
Continue Reading...Document Icon Link in SharePoint List not working
Problem Clicking on a document icon does not link you to the document. Solution Microsoft has published a fix for this issue. Create a file called fldtypes_docicon.xsl and copy the XSLT code supplied by Microsoft into the file. Move the file to the following location: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\XSL Code and instructions available […]
Continue Reading...