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.
1
vote
1answer
816 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
2answers
107 views
SharePoint 2010 Main Summary Blog Page
Is there a way to get posts to roll off on the main summary blog page? Basically we don't want posts to keep displaying after so many days (i.e. they need to roll off once they reach the set ...
0
votes
1answer
27 views
Customization of List on User Group bases
I have created a custom list in SharePoint 2010.
I like to do the customization of this list by user who is logged in.
Ex:
If User "A" is from Super Admin Group. He/she is able to see All Data of ...
1
vote
0answers
27 views
SharePoint 2013: CQWP Link slot not grabbing item hyperlink
In SP 2010 you simply had to add URL [Custom Columns] in the Link slot to have it use that as the hyperlink address for the displayed items.
This no longer appears to be the case.
When I enter that as ...
0
votes
0answers
10 views
One document library, two sites
We have two sites in sharepoint, one in English (subfolder /EN/) and one in French (/FR/)
We also have a document library in /EN/.
In /FR/ I'd like to use a web part to mirror the above document ...
2
votes
1answer
38 views
How to specify [Now] in content query web part
I currently have a content query web part that has a filter on it to show items that have a published date less than or equal to [Today] and it works great.
The problem is I'd like to change this ...
1
vote
1answer
539 views
content query web part with multi value lookup column
I am trying to work out how I can query a content type with a multi value lookup field using the content query web part.
I know that natively this is not possible with ootb sharepoint 2010 however I ...
1
vote
1answer
834 views
Content Query Web Part: Lookup Column Value and XSL
There is a List with Lookup field. And there is a CQWP web part which uses this list as a Source and uses custom XSL style added to Itemstyle.xsl.
And there is a problem how to render this field as a ...
1
vote
1answer
510 views
Content Query Web Part - Custom fields
I have created a Site Collection with a number of Sites that were created using the same Site template have therefore have an instance of the same List type (Issue Tracking) - 'Tasks'. I simply want ...
1
vote
2answers
973 views
How to display document approval status in a content query web part?
I have this XSLT to display document title and approval status
<xsl:template name="DocumentStatus" match="Row[@Style='DocumentStatus']" mode="itemstyle">
<xsl:variable ...
0
votes
0answers
17 views
Adding permission based edit URL to content query webpart
I am displaying a list onto a page using the content query webpart(Sharepoint 2013). I would like to be able to allow a select few users (already in a group) to be able to edit the list item using a ...
1
vote
0answers
30 views
Content Query, TaxonomyFieldTypeMulti and XSL transformation
I have something like the following in my Taxonomy Term Store:
+ [Managed Metadata Service]
+ Earth (Group)
+ Continents (Term Set)
+ Europe (Term)
- Italy (Term)
- France ...
0
votes
2answers
787 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
565 views
List view web part to display all item from document folder in subsites (SharePoint 2010)
How can I achieve that I can display all the documents from the document libraries from all the site collections sub sites? (Actually I only need to show the onces that where changed lately.)
It ...
0
votes
0answers
63 views
Help with repeating values SharePoint XSLT
I have created a tabbed jquery ui content query webpart with xsl below. My issue as shown in the image is the tabs are repeating itself when the same value is selected twice. I just want one tab ...