1
|
|
2
|
Views Slideshow
|
3
|
===============
|
4
|
|
5
|
The Views Slideshow module is a Views Style Plugin that can be used to output
|
6
|
Views in a jQuery slideshow.
|
7
|
|
8
|
This module contains an api module "Views Slideshow" and one implementation of
|
9
|
that api in "Views Slideshow Cycle".
|
10
|
|
11
|
Installation
|
12
|
=============
|
13
|
|
14
|
1) Assure that you are using Views 3.x. http://drupal.org/project/views
|
15
|
2) Upload/install the Libraries API module. http://drupal.org/project/libraries
|
16
|
3) Upload/install the ctools library. http://drupal.org/project/ctools
|
17
|
4) Create a sites/all/libraries directory on your server.
|
18
|
5) Create a directory within sites/all/libraries named jquery.cycle.
|
19
|
6) Locate/download the jQuery cycle plugin. http://malsup.com/jquery/cycle
|
20
|
7) Upload/install the jQuery cycle plugin: place it inside the jquery.cycle
|
21
|
directory.
|
22
|
8) Enable the Views slideshow and Views Slideshow: Cycle modules
|
23
|
9) You should now see the new views style option called "Slideshow"
|
24
|
|
25
|
Upgrading from 2.x
|
26
|
===================
|
27
|
|
28
|
There is no supported upgrade path between Views slideshow 2.x and Views
|
29
|
slideshow 3.x. If you need to upgrade, follow the steps listed here, and if you
|
30
|
find deficiencies, please post an issue.
|
31
|
|
32
|
1) Assure that you are using Views 3.x
|
33
|
2) Disable the views slideshow module, views slideshow thumbnail hover module,
|
34
|
and views slideshow singleframe modules. (Disabling these modules should not
|
35
|
require uninstalling)
|
36
|
3) Delete/remove the Views slideshow 2.x module folder and all files within.
|
37
|
4) Upload/install the Views slideshow 3.x module folder and all files within.
|
38
|
5) Upload/install the ctools module. http://drupal.org/project/ctools
|
39
|
6) Upload/install the Libraries API module. http://drupal.org/project/libraries
|
40
|
7) Create a sites/all/libraries directory on your server.
|
41
|
8) Create a directory within sites/all/libraries named jquery.cycle
|
42
|
9) Locate/download the jQuery cycle plugin from the internet.
|
43
|
10) Upload/install the jQuery cycle plugin: place it inside the jquery.cycle
|
44
|
directory.
|
45
|
11) Enable the Views slideshow and Views Slideshow: Cycle modules
|
46
|
12) Update all your views that were previously using the slideshow style.
|
47
|
(note: updating from views 2.x to views 3.x may also break other parts of
|
48
|
your view not related to slideshows, check everything especially number of
|
49
|
items per page, and pager settings.)
|
50
|
|
51
|
|
52
|
Requirements
|
53
|
============
|
54
|
|
55
|
* Views 3
|
56
|
* Libraries
|
57
|
* Ctools
|
58
|
|
59
|
Views Slideshow Cycle
|
60
|
* jQuery Cycle library
|
61
|
|
62
|
|
63
|
Description
|
64
|
===========
|
65
|
|
66
|
This module will create a View type of Slideshow that will display nodes in a
|
67
|
jQuery slideshow.
|
68
|
|
69
|
Settings are available for fade, timing, mode, and more.
|
70
|
|
71
|
|
72
|
Authors/maintainers
|
73
|
===================
|
74
|
|
75
|
Original Author:
|
76
|
|
77
|
Aaron Winborn (winborn at advomatic dot com)
|
78
|
http://drupal.org/user/33420
|
79
|
|
80
|
Co-maintainers:
|
81
|
|
82
|
redndahead
|
83
|
http://drupal.org/user/160320
|
84
|
|
85
|
psynaptic
|
86
|
http://drupal.org/user/93429
|
87
|
|
88
|
|
89
|
Support
|
90
|
=======
|
91
|
|
92
|
Issues should be posted in the issue queue on drupal.org:
|
93
|
|
94
|
http://drupal.org/project/issues/views_slideshow
|