/[drupal]/contributions/modules/views_rotator/README.txt
ViewVC logotype

Contents of /contributions/modules/views_rotator/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Sun Aug 24 00:06:44 2008 UTC (15 months ago) by mfer
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA2, DRUPAL-6--1-0-ALPHA, HEAD
Changes since 1.1: +43 -0 lines
File MIME type: text/plain
- Added README.txt file
- Updated to new back and next buttons
- Moved the divs/links for the back and next buttons to the views-view-rotator.tpl.php. These buttons can now be repositioned via the template and css.
- Switched from custom js to jQuery cycle plugin http://malsup.com/jquery/cycle
- Cleaned up CSS
- Cleaned up code style (thanks coder.module)
1 // $Id: README.txt,v 1.1.2.1 2008/08/23 18:29:27 mfer Exp $
2
3 ### ABOUT #############################################################################
4
5 Views Rotator, Version 1.0
6
7 Authors:
8
9 Matt Farina, aka, mfer
10 matt.farina@gmail.com
11 http://www.mattfarina.com.com
12
13 Requirements: Drupal 6.x, Views
14
15 ### FEATURES ##########################################################################
16
17 - Provides a rotating content sytle plugin for views.
18 - Provides options to pause on mouse over, have back and next buttons, set the time between
19 rotations, set the time a rotation takes, and set the height of the region.
20
21 ### INSTALLATION ######################################################################
22
23 1. Download and unzip the Views Rotator module into your modules directory.
24
25 3. Goto Administer > Site Building > Modules and enable Views Rotator.
26
27 4. Goto Administer > Site Building > Views and edit or add a view.
28
29 5. In the style options choose Views Rotator.
30
31 6. Optionally, Select the settings icon next to the Views Rotator style and choose custom
32 settings for the view.
33
34 ### NOTES #############################################################################
35
36 - For most views you will need to set a height for the view to display properly.
37 - Uses the jQuery cycle plugin http://malsup.com/jquery/cycle/
38
39 ### CHANGELOG #########################################################################
40
41 Views Rotator 1.0, 2008-xx-xx
42 ----------------------
43 - Initial release

  ViewVC Help
Powered by ViewVC 1.1.2