Newsticker Web Part for SharePoint

I’ve written a web part that provides a ‘newsticker’ for SharePoint, although it’ll actually query for news, documents, or anything else you can query for with the Content Query Web Part (CQWP). In fact, it’s just a configuration of the CQWP, which also uses jQuery for animation and stuff. Typically web sites use this for displaying news or announcements, but you can use it to query for any SharePoint content type(s), as you would with the Content Query Web Part.

The Content Query Ticker Web Part looks like this in operation…

$(document).ready(function(){$(“#demoTicker”).cqticker(4000);});

  • Group 1 : Item A – Some Description
  • Group 1 : Item B – Some Other Description
  • Group 2 : Item C – Yet Another Description

It does require MOSS 2007, and you do need to enable the Publishing Infrastructure on your site collection.

For more details, see this page.

Advertisement
Newsticker Web Part for SharePoint

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.