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.
0
votes
1answer
119 views
Add content query web part to a page through web services
I am looking to add a content query web part to a page using web services (WebPartPagesWebService.AddWebPart). I am able to add content editor web parts and other simple web parts, but the content ...
0
votes
1answer
154 views
How do I fill a webpart with list values I have retrieved with ECMAJS SP2010
New to SP dev, but recently learned how to retrieve data from lists using ECMA with CAML. Added a CEWP, wrote the script to retrieve the data and it is working fine, multiple field filters, etc. ...
1
vote
1answer
317 views
How to display a list across multiple sites?
I want to be able to create a customized list, "Test", on my main page, "Home" of SharePoint.
I want to be able to link to that custom list, "Test", onto another site in the same collection, ...
0
votes
0answers
126 views
odd issues with Link regardless of fieldtype
I have a picture library and I am using unc path to very large files (Like engineering autocad files) that I can't store in SP.
I added a content Query WP and configured it so pictures are displayed ...
0
votes
1answer
86 views
Additional class rule based on template name
I'm rendering three columns, each containing a CQWP. Each CQWP will utilize a different item template to render the contents, however, I need to add an additional class rule along-side ...
0
votes
1answer
98 views
I cannot find the default.aspx page in the cqwp
I am trying to extract and display the content editor web part within the site default page on another page. When using the cqwp, I cannot find the default page at all.
Thank you for your help
More ...
0
votes
2answers
710 views
how do I link to more items at bottom of content query web part?
I have two content query web parts each linked to a different announcements list.
I'm showing the most recent five announcments and would like to have a 'View all' link at the bottom.
I've found a ...
1
vote
1answer
274 views
Data View Web Part pointing at multiple XML feeds/internal SharePoint lists
I am trying to put together a web part with a mixture of jQuery display functionality on a DataView web part.
The idea is to have multiple sources of news feeds from both an internal SharePoint list ...
3
votes
1answer
113 views
Is this custom editing functionality in chrome header area hard to develop, any pointers at all?
I am trying to develop web parts with custom functionality for editing for normal users. In the chrome bar there would be the same sort of controls as you see in the top right of your browser (except ...
1
vote
2answers
196 views
OOB CQWP messes up dropdowns background in IE9
Create a new publishing site
Drop a CQWP onto a page, you dont even need to configure it
Click SiteActions menu
Problem: The background for the menu becomes transparent!
I only have this issue in ...
2
votes
1answer
597 views
Content Query webpart- CommonViewFields vs ViewFieldsOverride
I'm reading up on the Content Query web part and based on this page, I can't understand the difference between the CommonViewFields property vs the ViewFieldsOverride property. How are they different?
...
1
vote
1answer
435 views
How to be able to edit CQWP added to custom page in VS2010?
I deploy a custom welcome page for a site and on the page I have a content query web part. The problem I have is that I can't edit the web part once deployed. If I go edit page -> I can select the web ...
1
vote
1answer
417 views
CQWP - Sort items based on popularity
I've enabled Auditing in a list that keeps track of how many times an item has been viewed.
I would now like to use a Content Query Web part to return a list of documents based on their popularity ...
0
votes
0answers
238 views
Search Scope has no content when anonymous access disabled
I'm trying to setup a few search scopes for my SharePoint 2010, Publishing Site with Workflow site. The majority of the site(s) will be available to the public, so anonymous access is enabled for site ...
1
vote
1answer
341 views
CQWP to query specific list without GUID
I would like to use CQWP to query from one Specific list and that is something we can achieve using following Property and like this
" replace with
</Lists> ]]>"
This is good but if i export this ...
0
votes
1answer
577 views
sharepoint2010: CQWP Sort by managed metadata column
It is possible to get sorting on Managed metadata column? I get grouping and filtering on the columns working but not sorting.
Any help is appreciated
0
votes
0answers
178 views
Content Query and Current User AD fields
Is there an easy approach to setup query filters for CQWP to use the current users Department, Location etc fields from their profile.
I know you can get values from the Page Field Filter in the ...
1
vote
1answer
364 views
Get the title of file and not file name in content query web part?
What do I use instead of
<xsl:variable name="DisplayTitle">
<xsl:call-template name="OuterTemplate.GetTitle">
<xsl:with-param name="Title" ...
-1
votes
1answer
83 views
Establish connection between textfield value of webparts to be assign into listfield in NewForm.aspx or EditForm.aspx
Textfield is present in webpart (which is inside NewForm.aspx or EditForm.aspx), when I click on submit button on webpart then that value gets displayed in listfield (inside specific column) of ...
3
votes
0answers
476 views
Content Query Web Part - Multiple (repeated) additional fiters
I am creating a Content Query Web Part as part of a feature receiver (feature activated), and adding it to a publishing page. The purpose is to filter on the Approval Status field for a Calendar ...
1
vote
2answers
253 views
Content Rotator to display latest posts only
I am looking at AnythingSlider and a custom content slider and was wondering if these tools allow me to display most recent content only. For a news rotator I only want to display top five news from a ...
1
vote
1answer
297 views
SP 2010 - Web Part to display a list of pages from parent site filtered by metadata
I have a SubSite that I need to have a web part that will show a list of articles that are stored on the parent site. There is a metadata tag called "vendors" that each article is associated to.
Is ...
0
votes
1answer
177 views
Error in a content query web part 2007
any one can know what the error in the following code :
when I remove the variable LinkTarget1 it will run
<xsl:template name="INeedTo" match="*" mode="itemstyle">
<xsl:variable ...
1
vote
0answers
221 views
Content Query Web Part not displaying image correctly
I was changing columns and content types to create a custom area in a page layout so to add a summary area on the article page Somehow I changed one of the content types and now content query web ...
3
votes
1answer
431 views
How to point RSS feed's links to items' correct url?
I have a List of blogpost-like items, which are published through a Page on a public facing site. I'd like to provide a selection of these items as an simple RSS feed (Title & Description), so I ...
0
votes
1answer
196 views
Effectively Querying Subsite RootFolder.Properties
I'm storing some data in the RootFolder.Properties for a bunch of subsites, sub-subsites and sub-sub-subsites. On the parent site(s), I want to roll up that data, security trimmed for the user. (All ...
1
vote
0answers
67 views
Weekly Email from content query web part
We have several announcement lists we want to consolidate into a single weekly email - we do not want X separate emails being sent to each user.
We can roll them up into a content query webpart but ...
0
votes
2answers
939 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 ...
2
votes
0answers
414 views
Problem with getting SafeImageHtml in CustomItem.xsl of a CQWP
I have a CQWP with the Parameters:
Title:{fa564e0f-0c70-4ab9-b863-0177e6ddd247},Title,Text;|
Description:{691b9a4b-512e-4341-b3f1-68914130d5b2},ShortComment,Text;|
...
4
votes
4answers
1k views
Help with CAML query
I have the following query but I am not sure if it does what I really want:
<Where>
<And>
<Contains
<FieldRef Name='Phase' />
<Value ...
2
votes
1answer
666 views
SP2010: Strange Content Query Web Part Behavior - Inconsistent results between users
I'm experiencing some very strange behavior with a content query web part.
The web part uses no customised XSL, and is a simple query of "All sites in this site collection, from a Document Library, ...
1
vote
1answer
707 views
“Web part references an untrusted XSL file” error
We're getting this error on a SharePoint 2010 web site when inserting a content query web part (CQWP) that uses a custom XSL file:
The web part references an untrusted XSL file. Only XSL files ...
1
vote
1answer
382 views
Inserting webpart in pagelayout
I have a custom webpart which inherits from the CQWP and I want to insert and configure it in one of my pagelayouts.
I do this using SharePoint Designer and it's no issue inserting it. It's the ...
0
votes
1answer
201 views
Opening videos in browser with XsltListViewWebPart
I created a Document Center site which has its own Content Query Web Parts. When I upload a video file to this document center, the Content Query Web Parts are playing the videos in browser with modal ...
1
vote
2answers
143 views
Is the @ symbol always necessary in the SharePoint ItemStyle XSLT?
I'm working on a project in which I've made a new webpart which inherits the CQWP. In the codebehind I send some additional values, which isn't present in the lists (meaning there are no columns ...
0
votes
2answers
2k views
Custom xsl files for content query web part in location other than Style library?
Can we put our custom xsl files for CBQ in a location other than Style Library (in Layouts directory in 14 hive for instance)?
Trying to do so is giving me the following error : "The web part ...
3
votes
3answers
1k views
Content query web part
I'm using SharePoint 2007.
I need to use "Content Query Web Part".
This web part displays a link to the item, I need the content type to show me all the rows (item).
Is that possible?
I do not want ...
2
votes
2answers
95 views
Creation of a “Attend” button under each Event
I would like to ask if somebody could advise me how to create an "Attend" button in the Event form which appears when clicking on an Event. The goal is that there is a list of participants visible ...
1
vote
3answers
161 views
SharePoint XSLT and FF + Safari
I'm currently working on optimizing a clients website for all big browsers (IE, FF, Safari, Chrome, Opera) and I've encountered unsolveable issues (for me at least) here regarding the CQWP & ...
2
votes
1answer
148 views
Visual Upgrade and CQWP
We have upgraded two similar farms (one development and one test). The branding/design is identical and both farms are using Visual Upgrade. The farms have different versions of ...
1
vote
4answers
1k views
How to set CSS class of a ContentByQueryWebpart?
Is there any way to specify a CSS class for a Content Query web part? I tried setting its CssClass property but it didn't do anything.
0
votes
1answer
351 views
Content query WP with more than two filters
We're using a content query web part (CQWP) to pull a list into a sub-site from the root site of the site collection. Is it possible to define more than two filters on a CQWP? Any reason why the CQWP ...
0
votes
1answer
99 views
Aggregating lists based on content type
We've got some lists that we plan to aggregate using a content query web part (CQWP) later, using a custom content type. The content type will be used on numerous sites within a site collection, but ...
1
vote
4answers
689 views
How to embed a CQWP into a master page or DelegateControl
I'm looking for a way to embed a pre-configured Content Query Web Part into a master page. In short, I have a SharePoint:DelegateControl on the master page and I want to plug the web part into it by ...
1
vote
1answer
335 views
Advanced filtering in the ContentByQueryWebPart
I have a webpartpage with two CQWPs. I want the first to show all pages for the current site, and I want the second to show all pages for the subsites of the current site.
As I can see, there's no ...
0
votes
1answer
553 views
CQWP Audience Targeting Not Working
When using audience targeting on a CQWP it works when you set the target on the web part but when you set the audience on the items in a list it does not display any items.
Does anyone have any ...
0
votes
1answer
73 views
How to create a webpart with a picture and some lines of text
I am using SharePoint 2010 Standard edition and on my home page I want to create a webpart which includes a picture on top and under the picture a 10 lines message. Dont know which webpart type I ...
1
vote
0answers
40 views
Which Web Parts should get installed in SP2010 Update?
Per Dave Wise's answer(http://sharepoint.stackexchange.com/questions/13110/get-web-part-name-from-guid): Thanks, that worked great. However, even though my SQL Query returned 9000 results, about 18 of ...
0
votes
1answer
138 views
Help with ContentQueryMain.sxl
I'm creating a CQWP that i want to style without the
<ul class="dfwp-list">
... wrapped around it. I know the html is created via a variable inside OuterTemplate but For this QCWP i dont ...
0
votes
1answer
241 views
Connect to a view from a CQWP
Is it possible to point the CQWP to a list view? We have implemented 3rd level navigation using subsites and now the subsites can't read the lists in the parent unless we use a content query web part, ...
