After some feedback from a school, I’ve added support for Document Libraries and Calendars to the List View Web Part and fixed a couple of minor issues.
For document libraries you can now navigate through into their folders while staying on the original page.
For calendars it will now display the calendar format automatically if the view is in calendar format.
I’ve just finished a beta release of a list view web part for SharePoint. It allows you to display a list from another site even if it is in another site collection. It designed to be as simple as possible to set up.
To use it there’s 3 properties which you need to set:
- Site Url: The url of the site the list in on.
- List Name: The name of the list.
- View Name: The name of the view to use to display the list.
The connection to the list is made as the user viewing the web part, so will use their permissions. So if they don’t have permission on the list, they won’t see it.
If you want to display a list from another site collection, then it needs to be on the same server.
It’s only a Beta release so not all Errors have graceful error messages. You can download it from http://www.salamandersoft.co.uk/webparts/listview.zip. The beta will expire on 19 Jan 2009.
Have a go and let me know what you think either in the comments or email to listview@salamandersoft.co.uk.
I’m sure there’s other features I could add, but that depends on how popular it is and whether there’s any demand for them.