Projet

Général

Profil

Paste
Télécharger (3,59 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / views_slideshow / README.txt @ 7547bb19

1 85ad3d82 Assos Assos
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 a2bb1a14 Assos Assos
4)If enabling via drush, the libraries will be automatically downloaded. Otherwise, you will need to manually download the library.
18
  a) Create a sites/all/libraries directory on your server.
19
  b) Create a directory within sites/all/libraries named jquery.cycle.
20
  c) Locate/download the jQuery cycle plugin. http://malsup.com/jquery/cycle
21
  d) Upload/install the jQuery cycle plugin: place it inside the jquery.cycle
22 85ad3d82 Assos Assos
   directory.
23 7547bb19 Assos Assos
5) There are also a few optional libraries to improve/increase options:
24
  a) jQuery.easing:
25
    http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js, should be
26
    saved as libraries/jquery.easing/jquery.easing.1.3.js.
27
6) Enable the Views slideshow and Views Slideshow: Cycle modules
28
7) You should now see the new views style option called "Slideshow"
29 85ad3d82 Assos Assos
30
Upgrading from 2.x
31
===================
32
33
There is no supported upgrade path between Views slideshow 2.x and Views
34
slideshow 3.x. If you need to upgrade, follow the steps listed here, and if you
35
find deficiencies, please post an issue.
36
37
1) Assure that you are using Views 3.x
38
2) Disable the views slideshow module, views slideshow thumbnail hover module,
39
   and views slideshow singleframe modules. (Disabling these modules should not
40
   require uninstalling)
41
3) Delete/remove the Views slideshow 2.x module folder and all files within.
42
4) Upload/install the Views slideshow 3.x module folder and all files within.
43
5) Upload/install the ctools module. http://drupal.org/project/ctools
44
6) Upload/install the Libraries API module. http://drupal.org/project/libraries
45
7) Create a sites/all/libraries directory on your server.
46
8) Create a directory within sites/all/libraries named jquery.cycle
47 a2bb1a14 Assos Assos
9) Locate/download the jQuery cycle plugin from github: https://raw.githubusercontent.com/malsup/cycle/3.0.3/jquery.cycle.all.js
48 85ad3d82 Assos Assos
10) Upload/install the jQuery cycle plugin: place it inside the jquery.cycle
49
   directory.
50
11) Enable the Views slideshow and Views Slideshow: Cycle modules
51
12) Update all your views that were previously using the slideshow style.
52
    (note: updating from views 2.x to views 3.x may also break other parts of
53
    your view not related to slideshows, check everything especially number of
54
    items per page, and pager settings.)
55
56
57
Requirements
58
============
59
60
* Views 3
61
* Libraries
62
* Ctools
63
64
Views Slideshow Cycle
65
* jQuery Cycle library
66
67
68
Description
69
===========
70
71
This module will create a View type of Slideshow that will display nodes in a
72
jQuery slideshow.
73
74
Settings are available for fade, timing, mode, and more.
75
76 a2bb1a14 Assos Assos
Known Issues
77
============
78
79
* Do not use the block cache for Views Slideshow blocks as this may prevent the
80
JavaScript from being added to the page. See https://www.drupal.org/node/1460766
81
and https://www.drupal.org/node/2448157.
82 85ad3d82 Assos Assos
83
Authors/maintainers
84
===================
85
86
Original Author:
87
88
Aaron Winborn (winborn at advomatic dot com)
89 a2bb1a14 Assos Assos
https://drupal.org/user/33420
90
91
-maintainers:
92 85ad3d82 Assos Assos
93 a2bb1a14 Assos Assos
NickWilde
94
https://www.drupal.org/u/nickwilde
95 85ad3d82 Assos Assos
96
redndahead
97 a2bb1a14 Assos Assos
https://drupal.org/user/160320
98 85ad3d82 Assos Assos
99
psynaptic
100 a2bb1a14 Assos Assos
https://drupal.org/user/93429
101 85ad3d82 Assos Assos
102
103
Support
104
=======
105
106
Issues should be posted in the issue queue on drupal.org:
107
108 a2bb1a14 Assos Assos
https://drupal.org/project/issues/views_slideshow