Content Query is a Web Part that displays a dynamic set of items based on a query that you build by using a Web browser. You use the query to specify which items are displayed, and you can set presentation options to determine how those items are displayed on the finished page.
2
votes
4answers
433 views
Use custom columns with Content Query Web Part
I'm trying to use custom metadata columns with the Content Query Web Part. I finally figured out that I apparently needed to export the .webpart xml file, edit it and then import it as a new web part.
...
4
votes
2answers
721 views
How to open documents in browser from a ContentByQueryWebPart (SP2010)
In our current SharePoint 2010 solution, opening documents directly from the document-library works just fine, but when I click on the files through a CQWP, this doesn't work. Instead, the standard ...
1
vote
1answer
758 views
Help xsl formatting help needed
I am creating this http://demo.webdeveloperplus.com/featured-content-slider/, image rotator in where data will be pulled automatically from a custom list.
Need help with markup, as current markup ...
4
votes
1answer
2k views
Content Query Web Part not rendering calendar list description field
We have a SP2010 site that we are making extensive use of the CQWP (Content Query Web Part) on. When I point the CQWP at a specific list it displays description value fine. The problem is when I point ...
4
votes
4answers
802 views
Content query web part - include data from multiple lists
Is it possible to show data from two lists in CQWP?
I am having this site setup.
Department site
-project site 1
-project site 2
-project site 3
- ...
Every site is having a blog.
I want to show ...
3
votes
3answers
1k views
Finding the Current User login in a Content Query Web Part?
I have the unique requirement of needing to get the current user's id (domain\logon) for use within a Content Query Web Part. If no documents are retrieved with the CQWP I need to craft a custom url ...
2
votes
4answers
3k views
Content rotator for SharePoint lists
I'd like to build a content rotator web part for SharePoint 2010 to display list information. I'm working with the ever-popular AnythingSlider. A couple of questions:
How would I let the page author ...
0
votes
2answers
940 views
Rendering images in a content query webpart
I have a bunch of images in a picture library that I want to expose on my Sharepoint homepage. I've added a Content Query webpart and configured it to display the items in the picture library list ...