Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
375 views

SharePoint domains and Content Query Web Part

I have created a new sharepoint site on our moss server at http://sharepoint:12345 and added a CQWP to it without issue. I have a domain name pointing at the same server. So I pointed to ...
3
votes
2answers
3k views

Sharepoint ItemStyle.xsl for CQWP using images from a content type

I'm building a custom Content Query Web Part to display rollup information from an employee content type. This content type has a Publishing Image site column called EmpPhoto. My CQWP is working ...
2
votes
3answers
191 views

How to get the time from a dateTime value?

I have a XML attributes, <EventDate>2011-06-16 08:00:00</EventDate> and I want to extract 08:00:00 using XSLT. I saw there was fn:hours-from-dateTime(datetime) thanks to w3schools. So ...
2
votes
1answer
208 views

CQWP Renders only in Edit Mode

I have customized CQWP (Content Query Web Part) to display items from my sub sites. The items are filtered based on my custom content type. I have cusomized the rendering of additional fields in ...
2
votes
2answers
498 views

Content Query Web Part not displaying without web part zone

I am building a Sharepoint WCM site for a client. As part of a page layout I inserted a content query web part directly in the page, not in a web part zone (so the users couldn't edit it). Everything ...
2
votes
4answers
2k views

Deployment of custom content type, forms, cqwp, and xsl

Right now I have a visual studio project which contains a custom content type that I made. It also contains all the necessary files for making a sharepoint solution (wsp) file and a script to generate ...
1
vote
2answers
617 views

Extend Content Query Web Part via Code

I'm trying to understand the mechanism to extend the cqwp via code. It may be hard to believe but I couldn't find a single article to create a web part inherited from content by query web part. What ...
1
vote
1answer
372 views

Content query webpart - calendar issue with reccuring events

I have a content query webpart that read the calendar list and display currently running events. The issue I have is when I set up a recurring event, my query gets "broken". My CAML request : ...
1
vote
1answer
882 views

programmatically setting the CAML-query on the QueryOverride-member of an custom WebPart that inherits from ContentByQueryWebPart

The title pretty much sums up, what I'm looking for. I created a custom WebPart in Visual Studio 2010, for a SharePoint 2010 Solution, that derives from the ContentByQueryWebPart. The purpose of the ...
1
vote
1answer
2k views

Modify attribute value in XSLT and call template again for second time

I'm working with the SharePoint content query web part. I have an HTML output which is desired to be <ul> <li> <img src="{RowAttribute-Url}" /> </li> <li> ...
1
vote
2answers
1k views

Content Query Web Part - How do you OrderBy when you QueryOverride?

How do you order items when you override the QueryOverride property of the Content Query Web Part? I have been given responsibility for a Web Part which extends the Content Query Web Part. The ...
1
vote
1answer
758 views

How to filter a MOSS2007 Content Query Web Part using a custom column?

I am trying to setup a content query web part in MOSS that will display documents on a page based on a choice column that I created. I have created a "Page" column and added it as a core document ...
1
vote
0answers
125 views

CQWP not querying custom document library of a custom site definition

All, I have created a custom site definition which contains custom document library with custom content types. I need to roll up items from these custom document libraries using a CQWP. For some ...
1
vote
1answer
144 views

CPWQ displays document titles/notes instead of file names

I'm new to the Sharepoint 2007 server. I've built the CQWP which sits on the homepage and displays files (Word/Excel docs) uploaded to the Shared Document library on any subsite. The issue I'm having ...
1
vote
2answers
2k views

SharePoint Cross Site Content Query Web Part

Besides buying a third party, what is the best approach to extending the CQWP control to include content from a seperate site collection?
0
votes
2answers
143 views

Counting top 5 most-commted posts in a SharePoint blog using XSL

I'm basically editing ItemStyle.xsl to get it to retrieve what I need and display through a CQWP (Content Query Web Part). I need it to display only the top 5 posts with the most comments. The ...
0
votes
1answer
1k views

How can I get a Content Query Web Part to show items from more than one type of list?

I am trying to use a Content Query Web Part to create a "What's New" page in Sharepoint 2010. The goal of this page is to display any documents that have been uploaded in the last 14 days. The trick ...
0
votes
0answers
172 views

SharePoint 2010 Content Query Web Part Help Needed

I have a CQWP in my New Page Layout with the following Query settings: Source: Show items from all sites in this site collection List Type: Pages Library Content Type: Page Layout Content Types and ...
0
votes
1answer
333 views

CQWP - How to force CommonViewFields to display all fields

I'm using a CQWP(Content query web part) that fetch a calendar list and I want to filter my result (customqueryoverride - usign CAML). However, some fields from the calendar list are hidden to me. I ...
0
votes
1answer
600 views

SharePoint 2010 CQWP 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 ...
0
votes
2answers
819 views

Content Query web part Rendering HTML source

We are using a Content Query web part to query for a specific reusable HTML content item and display it in a page layout (so it exists on every page) but it is appearing as HTML source, not rendered ...
0
votes
1answer
167 views

Sharepoint - CQWP to point to current site

In an ONET.XML file I build a page with a CQWP. The CQWP has a WebUrl property is there a way to set this to alway be the the current web? I tried this but it didn't work.s <AllUsersWebPart ...
0
votes
1answer
400 views

CQWP: Show n items per group

I have seen this asked in various places but never seen a workable solution that doesn't involve installing a new web-part (which I am unable to do). I have a document library, which contains ...
0
votes
1answer
403 views

How to group by a calculated column in a Content Query Web Part

I'm trying to build a Custom Query Web Part that pulls data from multiple lists (or I'd just do this with a List View) and I want to group the data by first letter, A-Z. Right now I have a calculated ...
0
votes
1answer
781 views

How to apply custom ItemStyle.xsl to CQWP

I got a question about applying custom itemstyle.xsl to CQWP. I extracted existing CQWP, renamed it, and uploaded to webpart gallery on a site collection. The modified CQWP web part worked with no ...