Tagged Questions
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 ...
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
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 ...
2
votes
1answer
342 views
aggregate data source and pseudo join?
Is it possible to use the aggregatedatasource to show all "parents" and theirs "children" where at least one "children" is created by the current user ?
To be more clear, imagine the following :
...
4
votes
1answer
2k views
Content Query Web Part 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 ...
1
vote
1answer
560 views
Content aggregation: Same document library in several subsites into one big document library in main site
Let's say I have a main site collection with three subsites each having one document library:
MainSite
SubSite1 (myDocLib)
SubSite2 (myDocLib)
SubSite3 (myDocLib)
I want three subsites for ...