Projet

Général

Profil

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

root / drupal7 / sites / all / modules / views_slideshow / README.txt @ a2bb1a14

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)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
   directory.
23
5) Enable the Views slideshow and Views Slideshow: Cycle modules
24
6) You should now see the new views style option called "Slideshow"
25

    
26
Upgrading from 2.x
27
===================
28

    
29
There is no supported upgrade path between Views slideshow 2.x and Views
30
slideshow 3.x. If you need to upgrade, follow the steps listed here, and if you
31
find deficiencies, please post an issue.
32

    
33
1) Assure that you are using Views 3.x
34
2) Disable the views slideshow module, views slideshow thumbnail hover module,
35
   and views slideshow singleframe modules. (Disabling these modules should not
36
   require uninstalling)
37
3) Delete/remove the Views slideshow 2.x module folder and all files within.
38
4) Upload/install the Views slideshow 3.x module folder and all files within.
39
5) Upload/install the ctools module. http://drupal.org/project/ctools
40
6) Upload/install the Libraries API module. http://drupal.org/project/libraries
41
7) Create a sites/all/libraries directory on your server.
42
8) Create a directory within sites/all/libraries named jquery.cycle
43
9) Locate/download the jQuery cycle plugin from github: https://raw.githubusercontent.com/malsup/cycle/3.0.3/jquery.cycle.all.js
44
10) Upload/install the jQuery cycle plugin: place it inside the jquery.cycle
45
   directory.
46
11) Enable the Views slideshow and Views Slideshow: Cycle modules
47
12) Update all your views that were previously using the slideshow style.
48
    (note: updating from views 2.x to views 3.x may also break other parts of
49
    your view not related to slideshows, check everything especially number of
50
    items per page, and pager settings.)
51

    
52

    
53
Requirements
54
============
55

    
56
* Views 3
57
* Libraries
58
* Ctools
59

    
60
Views Slideshow Cycle
61
* jQuery Cycle library
62

    
63

    
64
Description
65
===========
66

    
67
This module will create a View type of Slideshow that will display nodes in a
68
jQuery slideshow.
69

    
70
Settings are available for fade, timing, mode, and more.
71

    
72
Known Issues
73
============
74

    
75
* Do not use the block cache for Views Slideshow blocks as this may prevent the
76
JavaScript from being added to the page. See https://www.drupal.org/node/1460766
77
and https://www.drupal.org/node/2448157.
78

    
79
Authors/maintainers
80
===================
81

    
82
Original Author:
83

    
84
Aaron Winborn (winborn at advomatic dot com)
85
https://drupal.org/user/33420
86

    
87
-maintainers:
88

    
89
NickWilde
90
https://www.drupal.org/u/nickwilde
91

    
92
redndahead
93
https://drupal.org/user/160320
94

    
95
psynaptic
96
https://drupal.org/user/93429
97

    
98

    
99
Support
100
=======
101

    
102
Issues should be posted in the issue queue on drupal.org:
103

    
104
https://drupal.org/project/issues/views_slideshow