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.

learn more… | top users | synonyms (1)

0
votes
0answers
11 views

RSS feed “Feed code error”

I'm experiencing a "Feed code error" on the RSS feed on one of my Content By Query web parts. It only occurs on this single CQWP and only in Internet Explorer. All of the other CQWP with RSS feed ...
0
votes
0answers
17 views

How to use the OuterTemplate.CallPresenceStatusIconTemplate template properly?

I'm customizing a ContentByQueryWebPar instance by creating a custom itemstyle.xsl file. In this file, I defined a custom template, with one slot : <xsl:if test="@DisplayedAuthor != ...
0
votes
1answer
40 views

Possible to add XSLT to CQWP through UI?

Using C#, I am inserting web parts into web part zones programmatically and styling them. More specifically, I'm inserting CQWP's and assigning XSLT files to them. I'm now wanting to allow users to ...
2
votes
0answers
39 views

CQWP rating control not working

I have got CQWP to display the rating control for items in a video library. I used fldtypes_Ratings.xsl to call the template in my custom Itemstyle.xsl. I managed to show the starts but its not ...
2
votes
1answer
35 views

Splitting ItemChildCount

Does anyone know how to just return the # of replies value from the built in SP field ItemChildCount? It seems to store the values as a delimited string with the ID of the item associated as a reply ...
2
votes
2answers
80 views

In a ContentByQueryWebPart, how to generate a link to the item's display form?

I'm building a custom Xsl to customize the rendering of a ContentByQueryWebPart. This webpart is targeting pictures In the results, I would like to generate a link to the corresponding dispform.aspx, ...
1
vote
1answer
42 views

How Do I OrderBy ItemChildCount in a ContentQueryWebPart

I'm trying to order items in a content query web part from a discussion board by the number of replies to each item (ItemChildCount). Is there an easy way to go about this? Any help would be greatly ...
1
vote
0answers
24 views

Linking publishing's xsl files?

I'm working on customization of some ContentByQueryWebPart. This customization consists in defining custom contentquerymain.xsl and itemstyle.xsl file. However, from one customization to another, ...
0
votes
1answer
47 views

How can i use PageFieldValue as a parameter in Content Query WebPart 2010?

i can't get my content query webpart to save when i put a dynamic filter in it. 1) create a docset and customize the Welcome Page 2) add Content Query Web Part and set it up as per this image: 3) ...
1
vote
2answers
77 views

Remove duplicates in Content Query web part

I'm looking to use the Content Query web part in Sharepoint 2010 to return items from a list. What I'm trying to do is return a list of categories available from all the items available. This is ...
0
votes
1answer
18 views

SP 2007- using CQWP

I am trying to use CQWP (content Query Web Part- SP 2007)using a custom list (Risk Management list). I use this list on all the sub sites which I need to roll up in a single view. Can this be ...
0
votes
1answer
106 views

How to display only future events in Content Query Web Part?

I have content query web part for displaying the future events. But the web part is displaying the past events as well. For example, I had two events in March and 3 in April. It shows all five event. ...
0
votes
1answer
33 views

How to enable scrolling in Custom Query Web Part as well as library web parts?

I am using several custom query web parts in the front page of the SharePoint site to show data from a sub-site. They are document libraries and blog posts. How can I enable paging or scrolling for ...
0
votes
2answers
38 views

Set max number of items returned via Content Query or list

Any ideas if this can be done? I want to restrict the number of items returned to 5. Not sure if I can do this somehow at the CQWP or list level?
0
votes
1answer
78 views

Issue checking for contains in CQWP, comparing against Managed Metadata field

I have a unique scenario where I need to compare values for conditional formatting of my Content Query Web Part. In most circumstances this is pretty easy, and we thought this was working for the most ...
0
votes
0answers
30 views

How to aggregate content based on a URL with SPServices rather than a Content Query Web Part

I hope the below makes sense. I have in the past used this approach: List of links presented on a page Each link would connect to the same page which consists of content query web parts ...
0
votes
1answer
75 views

How to dynamically pass values such as images and multiline texts to a wiki page which needs to be rendered in XSLT

I have a requirement where I have a list which contains 4 columns named 1.Title 2.Image 3.Short Description 4.Full Description. Now my requirement is that I need to display this list in a ...
0
votes
1answer
59 views

CQWP Get Author Information

I've got a content query web part displaying items from a list which includes an author column. I've managed to get the author's name and picture displaying, but I don't know how to get their ...
2
votes
1answer
88 views

Content By Query filtered by managed metadata, unfiltered view = all items?

this might be an easy peasy question, but I cant seem to find an answer. (turns out: Yes it was. Apparently it just works now, I must have missed something. This question can be closed. The CQWP will ...
0
votes
1answer
46 views

Variable Content Query Webpart in Sandbox Solutions

I'm stuck with the following problem. I have a Sharepoint Sandbox Solutions project. On the main page there's a list "Artists" with URLs that direct to the proper Artist Page. Those artist pages are ...
0
votes
2answers
54 views

What are some alternatives to the Content Query Web Part for displaying list data in a custom layout?

I have some very specific requirements for displaying data from a List of Announcements. The Content Query Web Part can do almost what I need but does not seem like a very effecient solution. ...
0
votes
0answers
38 views

Using a xsl:key inside a xsl:template

I need to create a visualization like the example below for a SharePoint ContentQuery WebPart style: [+] Group A1 (a div that enables the collapsible behaviour of the table below) Column A | ...
0
votes
0answers
80 views

Filter a CQWP on a Lookup Column

I'm creating a custom page layout that contains a CQWP that I'd like to display documents related to the page. The document library has a lookup column that relates to the page title in the Pages ...
2
votes
4answers
383 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. ...
0
votes
2answers
237 views

Use Managed metadata with the Content Query Web Part?

I'm trying out the Content Query Web Part in Office 365. However, I want to use Managed metadata as a criterion to filter on, but I don't see any of the Managed metadata columns I have created in ...
1
vote
1answer
132 views

ContentByQueryWebPart, how to render a user with its presence?

In a custom Xsl file, used in a ContentByQueryWebPart, I would like to display some user fields with the presence indicator. If I put <xsl:value-of select="@Author"/>, I get only the display ...
0
votes
1answer
39 views

CQWP image rendering as HTML for certain users

I have what I can only presume is a security related problem but comparing it to other site collections (which are pretty much a carbon copy of the site with a problem) there seems to be nothing ...
0
votes
2answers
69 views

Can we integrate the office Communicator in Sharepoint

Would you please help me if can we integrate the office communicator in sharepoint 2010 as live chat ?? or any link buttonn to open the office communicator user windows chatting ?? Regards,
1
vote
2answers
112 views

Content Query Web Part Displaying - Query Returned a Greater Number of Results than the Web Application's Query Throttling Limit

I have created a content query web part to aggregate documents in document libraries within the site (not site collection). I am receiving this message: Your query returned a greater number of ...
0
votes
1answer
97 views

Missing some custom fields on Content Query

I need to display my custom list rows using a custom XSLT, so I have configured a CQWP to display these rows from this specific list. Although, even the Order by dropdown list displaying all list ...
0
votes
0answers
97 views

Group By Last Modified Date in XSL or Content Query WebPart

I need to diplay the result of my content query webpart as follows: Date modified 1 TitleTitle Date modified 2 Title Title Title I know you can't do a group by on the last modified date in de content ...
1
vote
1answer
48 views

Limiting a view based on authentication

I am attempting to solve/plan a strategy for a business using SharePoint 2010. They have data from multiple external databases. I would like to display this data in a report based on the current ...
0
votes
1answer
154 views

Get current page title in Itemstyle.xsl without script

I have a requirement where I need to customize the display of content in a content query web part based on metadata associated with the page layout. When I say customize the display I am not filtering ...
0
votes
1answer
67 views

Description for second item is not displaying completely as like the first item in CQWP when using itemstyles

Description for second item is not displaying completely as like the first item in CQWP when using itemstyles. The below custom itemstyle i have used. ...
0
votes
0answers
349 views

content query web part rollup image display

I have a Content Query Web Part that is aggregating pages for me. I am using the OOB "Image on left" Item Style. On my pages, I am editing the properties and giving them a Rollup Image. When I ...
1
vote
1answer
90 views

How to Roll back Sharepoint content editor webpart

I have content editor on my team site where I added several links. But today while adding some new links, content editor crashed. so now when I tried to open site containing content editor, browser ...
0
votes
1answer
37 views

Basic xslt: Hiding slots created from custom xslt

I've followed and managed to successfully implement this: ...
1
vote
2answers
380 views

Basic XSLT: Using contentquerymain.xsl for several CQWP's

Is there anyway of specifying a match condition to determine which CQWP is being 'passed through' the XSLT in main. Ultimately, I want to have a main.xslt file to serve several CQWP's but all must ...
0
votes
0answers
19 views

Possible to have a space in the name of a slot?

As title says, I'm using custom XSLT to extend/style a CQWP and have referred to slots like so: <xsl:value-of select="@ImageURL" /> This then in turn generates the slot for the relevant 'edit ...
0
votes
0answers
223 views

Content Query Web Part filter Start Time or End Time on a Event list

I've seen a few out there, but what is the best workaround for getting around the Content Query Web Part preventing filters on the Start Time or End Time columns of a particular Event list? ...
1
vote
1answer
153 views

How to use Content Query by query string parameters

I need my Content Query Web Part to show some content which depends on a Value of a property. Now I had no problem doing it "statically", putting in the properties the filter like: Column is equal to ...
0
votes
2answers
62 views

content query web part does not exist

I have a Team site and I want to add a content query web part in my site. But the content query web part is not appearing in the team site i active Team Collaboration Lists but content query web part ...
0
votes
0answers
127 views

Webpart in page layout setup

I have this in my custom pagelayout: <ZoneTemplate> <PublishingWebControls:ContentByQueryWebPart runat="server" DataSourceID="" HelpMode="Modeless" ChromeType="TitleOnly" ...
0
votes
1answer
89 views

Content Query Webpart outputs HTML

I have inserted a CQWP on a site and set it to print a description, but it prints out HTML code. disable-output-escaping is set to yes. That doesn't help. Also when I try to edit it to make it ...
0
votes
1answer
391 views

jQuery - How would you display / hide content with a radio button based on a date?

I current have a list of items being pulled through in a Content Query Web Part. Onload, I would like to display the items from today onwards, and for this to be a radio button selected onload. The ...
1
vote
0answers
66 views

OuterTemplate.GetGroupName not working after October 2012 cumulative update

We have customized content query web part by using custom header style xslt and item style xslt which are configured using properties 'HeaderXslLink' and 'ItemXslLink' respectively. Also we are ...
0
votes
2answers
145 views

SharePoint 2010: Content Query WP - Filter by current year?

I have a Content Query Web Part looking at a SharePoint list which contains a column called "Year". Is it possible to add a filter within the web part properties that will only display items of the ...
3
votes
1answer
265 views

Remove LI wrapper from Content Query Web Part / ContentQueryMain.xsl

I have done a fair amount of experminting with this but cannot get it to work and I'm now looking for pointers or working examples. I want to customise the output of the Content Query Web Part to ...
0
votes
0answers
86 views

Grouping in content query web part

I'm Newbie to sharepoint 2010 . I try to apply muenchian grouping in cqwp by category, but I always get one instance of a category ,the other instance in category now shown at all. I Hardly Understand ...
1
vote
0answers
143 views

PublishingStartDate in Content Query web part

How to process PublishingStartDate properly in XSLT of SharePoint 2010 Content Query web part (CQWP)? CQWP sends e.g. Modified date of a page (row element) in format “YYYY-MM-DD…”. ...

1 2 3 4 5
15 30 50 per page