List Rotator
List Rotator
Overview
The List Rotator control gives the user the ability to select a list from the List Module and it will rotate through each item in the list.
This control is great for displaying testimonials or feature products. It also allows users to select whether they want to show the item title or not, apply a background image or colour, add a URL to take you to your testimonials/products page, specify padding and other attributes.
Download/Installation Instructions
Version
- Sitefinity Standard Edition 3.2 or greater.
- Sitefinity Community Edition 3.2 or greater.
Download
Download List Rotator
Files in Package
- ~\App_Code\ListSelector.cs
- ~\Sitefinity\UserControls\Custom\ListRotator.ascx
- ~\Sitefinity\UserControls\Custom\ListRotator.ascx.cs
- ~\Bin\RadRotator.Net2.dll
Installation
- Extract all of the files from the downloaded package into the root of your sitefinity site. Use caution while doing this as to not overwrite other customizations.
- Add the following new line under toolboxControls in your app.config file
<add name="List Rotator" section="Custom" url="~/Sitefinity/UserControls/Custom/ListRotator.ascx" description="" /> - That's it. Your new control will be listed under the "Custom" category.
Future Enhancements
- Add the ability to specify a unique URL for each item in the list.