Stay Connected
Posts tagged sharepoint
Sharepoint: Create table of content page based on a Document Library
Nov 8th
We have a Sharepoint “Document Library” which has several different subfolders. E.g.
Within these subfolders there are several documents stored. For example within the “Form” subfolder where form documents are stored based on word or PDF files. All those subfolders within the “Information Technology” document folder hold several documents. The challenge I had is to create a table of content page which showed all those subfolders with their document content. I created a new page based on “Blank Web Part Page” and add the “Information Technology” document library which showed all the folders.
I could change current view and change the “Folders” option to show all items without folders but still this solution didn’t help. I wanted to filter individual “Document Library” subfolders and their content.
I tried all possible options with this “Information Technology” webpart to filter for a subfolder but nothing which helped me. Than I learned from Laura Rogers here how to insert a “Data View Web Part” and filter the content within a “Document Library”.
Some steps to achieve this:
- Create new ASPX file and attach your masterpage (Format menu –> Master Page –> Attach Master Page..)
- Create new custom content for PlaceHolderMain
- Drag your “Document Library” in the content area you want to show
- Make sure you are in the table and in the taskpane go to “Data Source Details” and click the Current Data Source link.
- Change the scope level to RecursiveAll

- We are done now and all documents will be shown stored in this “Document Library”. Now we can filter the path for specific Sharepoint subfolders. Click on the chevron of the data view and click Filter.
- The Filter Criteria window is shown and you can set all different type of criteria. Enter the subfolder you want to show. In my case the Form folder.
- Save the ASPX file and check it out.
The result:
Hopefully by now you get the picture how to customize the data view webpart. You can change all columns and insert hyperlinks were needed.
Sharepoint 2007: Office SharePoint Server Search service missing??
Oct 23rd
For last couple of hours I am struggling with installing the SSP provider for Sharepoint 2007 server. During the creation of a new SSP provider a Indexer is required; well I can’t select any because it is empty. Searched on google and found out that I need to start “Office SharePoint Server Search” service in Central Administration website “Central Administration > Operations > Services on Server” and enable that service. Guess what? The service is missing.
Example screenshot:
Than I found my mistake. During the installation of Sharepoint 2007 I choose for Server type"Web Front End" instead of “Complete”.
I went back to my notes I created during the installation and I saw in the screenshot “Web Front End” server type was selected…
Related links:



