Tagged Questions
0
votes
1answer
39 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
73 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,
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 ...
2
votes
2answers
598 views
How do I use QueryOverride in CQWP when deploying web part instance using Elements.xml?
I need to use the CQWP with more than three filters, hence I'm going to use the QueryOverride with a CAML query like described here. I can't get this to work when deploying the web part instance using ...
1
vote
1answer
293 views
CQWP Error when modifying webpart and ItemStyle.xsl : from example SP2010
I am trying to create a webpart that would take blog posts from subsites under site and roll them up. I found a blog that describes exactly what I am trying to achieve here. After following these ...
1
vote
1answer
155 views
how to use custom web part properties in CQWP
I have extended the CQWP and have several custom web part properties. One is a text field named "Header" and I would like to use it for a header in my CQWP. I know that I need to edit ItemStyle.xsl ...
2
votes
1answer
595 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
434 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
2answers
252 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
702 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 ...
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 ...
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 ...
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 ...
1
vote
1answer
899 views
Content Query Web Parts are not showing up in pages with the Page Layout they are set to
I'am back again with another question.
I have a Pagelayout and want to add a Content Query Webpart as Menu.
I created a Webpartzone and added a Webpart.
<WebPartPages:WebPartZone ...
2
votes
1answer
421 views
SharePoint Content Query Web Part Group By, expand/contract
On my SharePoint 2007 site, I have a custom list. This list has a column "status" (with values "open" and "closed"). I can create a view on the list that groups by "status", and the view creates nice ...
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 ...
2
votes
1answer
387 views
How best to create CQWP and test
I'm working in SharePoint 2010 Server and creating custom content query web parts (CQWP) that point to custom ItemStyle_myTemplates.xsl file. To do this, I've been creating the CQWP in the browser by ...
1
vote
2answers
258 views
How to use the CQWP webpart to provide data to other web parts?
This might be foolish question, but I am new to the SharePoint 2010 environment.
I want to fetch data from a SharePoint list using the CQWP web part. I then want to use this web part as the data ...
2
votes
2answers
760 views
Content Query Web Part additional filters
I've been working on a SharePoint intranet implementation and have been trying to use the CQWP to aggregate a number of announcement lists throughout our site on the homepage. I've been using the ...
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
2answers
950 views
Web Part to Show Libraries and Contents?
Is it possible from the MOSS 2007 OOTB web parts with no custom code of any sort to create a view of all document libraries on a given site expanded to show all folders and documents within it?
...