Tagged Questions
0
votes
0answers
43 views
Add Content Type to Additional Filter in Content Query
Additional Filters in Content Query no longer has content type to filter on. Any ideas how I can custom add it to the web part.
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 ...
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
2answers
676 views
CQWP cannot find Body field in the Announcement content type
I can create a CQWP for the Announcement content type, but when I export the .webpart and add
<property name="CommonViewFields" type="string">Expires,Date;Body,text</property>
In my ...