Tagged Questions
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 ...
1
vote
1answer
47 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 ...
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,
1
vote
1answer
54 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 ...
1
vote
0answers
36 views
Is it possible to render List Items twice from a single content query web part
Is it possible to render List Items twice from a single content query web part.
My requirement is something like this:
*. Title 1
*. Title 2
*. Title 3
*. Title 1
- Description 1
*. Title 2
...
2
votes
2answers
403 views
How to remove WebPart from the screen if there are no items - CQWP
What do i need to do in my itemStyle.xsl to hide webpart when there are no items.
When RowCount is 0.
Thanks i advance
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 ...
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 ...
-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 ...
1
vote
1answer
900 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 ...
0
votes
1answer
1k views
CQWP - Get Current Web URL
I am customizing the ItemStyle.xsl in SPD2010 for a CQWP crawling a whole site collection.
I need to use the current web as a variable.
I tried multiple options:
Option #1 - use server variables in ...
2
votes
1answer
389 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 ...
2
votes
2answers
919 views
Customize content query web part's look
I'd like to customize the way a content query web part (CQWP) displays a list on SharePoint 2010; the list is defined in the root and is going to be fetched in a subsite. Each subsite will pull one ...
0
votes
2answers
6k views
How to format the date column in itemstyle.xsl
I'm editing the itemstyle.xsl to produce my own styling for a Content Query Web Part (CQWP) as follows: (NB - 2 laternative lines of code are shown as (A) and (B)
<xsl:template name="MyNewStyle" ...
1
vote
2answers
487 views
Link a Content Query Webpart column to a meeting workspace
I have created a CQWP which queries a Meetings calendar.
It groups the contents by month in date order and displays these columns: Meeting Date, Start Time, Meetings Title and Location.
I would ...