Tagged Questions
0
votes
2answers
528 views
How to access QueryString values with CQWP in MOSS 2007
I need to show some data from library based on querystring passed in URL.
I've placed Content query web part on page and trying to access querystring using PageFieldValue but it is not working as it ...
0
votes
2answers
92 views
Use WSS 3.0 to connect to Sharepoint 2007
I have the Intranet on Sharepoint 2007 Standard and want to setup a separate server with Windows Sharepoint Services 3.0 that would mirror (Just view, no editing) a specific Site. Is this at all ...
1
vote
1answer
342 views
CQWP to query specific list without GUID
I would like to use CQWP to query from one Specific list and that is something we can achieve using following Property and like this
" replace with
</Lists> ]]>"
This is good but if i export this ...
1
vote
1answer
271 views
Content Query Web Part modification issue
I am trying to display columns from 2 different lists in a site in CQWP. Most of the blogs and MSDN articles asks to modify the xslt file, ContentQueryMain.xsl and ItemStyle.xsl, for displaying ...
10
votes
1answer
1k views
Localizing the Content Query Web Part in XSL
Has anyone managed to get the locale ID for the context of an instance of a Content Query Web Part in XSL, without extending the class?
DataViewWebParts have a Language parameter passed in, but CQWP ...
1
vote
0answers
108 views
CQWP and Announcements Body [closed]
I', trying to display the Body property of an Announcements List in my CQWP, but it is always blank.
In CommonViewFields I've tried to set Body type to Text, RichHTML, Note... all with no result. ...
1
vote
1answer
86 views
Sharepoint - Custom ItemStyle in a new file
how can I customize the presentation of a Content Query Web Part by modyfing the xsl it uses without touching ItemStyle.xsl but using a brand new .xsl file?
I'm using MOSS 2007.
Thanks
2
votes
1answer
417 views
Sharepoint - CQWP to point to current site
In an ONET.XML file I build a page with a CQWP. The CQWP has a WebUrl property is there a way to set this to alway be the the current web?
I tried this but it didn't work.s
...
1
vote
2answers
246 views
Sharepoint - Provisioning xsl Style Files
I'm trying to provision a .xsl file with custom styles to be applied to a Content Query Web Part in SP 2007 MOSS. I want to deploy it in a feature.
So far any attempt has failed as I cannot retrieve ...
2
votes
3answers
538 views
How do I exclude list items created by certain users with the Content Query Web Part?
I have a custom list created in SharePoint 2007 and displayed by a Content Query Web Part.
I would like to:
Show all items to general admin users except those items created by two users.
The two ...
0
votes
1answer
408 views
MOSS ItemStyle.xsl
I have a content query webpart which uses a style within ItemStyle.xsl. How can I extract the URL that the webpart sits within from ItemStyle.xsl?
Many Thanks, Nav
1
vote
2answers
250 views
Question about Displaying Documents and the CQWP in MOSS 2007
My organization is in the process of converting our intranet over to a SharePoint solution. Part of this intranet will be the movement and organization of all our internal documents. Currently, we ...
4
votes
4answers
803 views
Content query web part - include data from multiple lists
Is it possible to show data from two lists in CQWP?
I am having this site setup.
Department site
-project site 1
-project site 2
-project site 3
- ...
Every site is having a blog.
I want to show ...