vote up 1 vote down star

I have to display a picture with a link on the masterpage of a sharepoint site. I also have a document library with a custom field named status. When in the library exists a document with the status "Active" the picture should be red with the link pointing to the document. When there is no Active document the picture should be blue and pointing to the library. Any ideas???

flag

1 Answer

vote up 2 vote down check

You could inline a content query or DataView webpart. Export the content query webpart to override the link to the xslt. You will need to create your own xslt file (my preference) or add a new style to the existing one.

Xslt is flexible enough to determine if there is an "active" document in the list and the html it displays can then be completely different.

For starters:

http://msdn.microsoft.com/en-us/library/bb850574.aspx

http://msdn.microsoft.com/en-us/library/bb447557.aspx

link|flag
As far as I know I can't add a webpartzone to a masterpage. – Andrei Aug 21 at 6:40
Oooh yeah, would have to be the layout page. – Nat Aug 24 at 1:30

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.