Skip to content

Commit

Permalink
Merge pull request #10 from Graham-72/includelibrary
Browse files Browse the repository at this point in the history
Fix issue #8 - Include jquery.cycle library in submodule.
  • Loading branch information
Graham-72 committed Jul 8, 2019
2 parents 8608804 + 54b82b0 commit 0042b89
Show file tree
Hide file tree
Showing 17 changed files with 1,641 additions and 287 deletions.
4 changes: 3 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/views_slideshow_1.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
41 changes: 23 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,39 @@
# Views Slideshow

This is a port to Backdrop of the Drupal contributed module 'Views Slideshow'.
This is a port to Backdrop of the Drupal contributed module 'Views Slideshow' v7.x-3.x

Views Slideshow can be used to create a slideshow of any content (not just images)
It provides an API module Views Slideshow and one implementation of
that API in a submodule Views Slideshow Cycle.

Views Slideshow Cycle can be used to create a slideshow of any content (not just images)
that can appear in a View. Powered by jQuery, it is heavily customizable:
you may choose slideshow settings for each View you create.

This module contains an api module "Views Slideshow" and one implementation of
that api in "Views Slideshow Cycle".

It requires the Libraries API module to be installed, together with the
jQuery cycle library. http://malsup.com/jquery/cycle; also for advanced features
the json2.js library, see http://javascript.crockford.com/jsmin.html
For example, using the Views UI when extended by this module, a slideshow can be
created either from a set of images uploaded to a single node, or from a set of nodes
each having one image for inclusion in the slideshow.

The submodule now includes the jQuery Cycle library from http://malsup.com/jquery/cycle.

## Status
This port is working with the jQuery cycle library. It has not been
tested with the json2 library.
In release 1.x-3.2.2 some changes committed to the Drupal version up to 7.x-3.6
have been incorporated.
Other modules that can be installed separately to use this API are
+ Views Slideshow: Galleria
+ Views Slideshow: Cycle2

## Installation

Install as usual, then add the required javascript libraries to their own directories
jquery.cycle and (optionally) json2 within the site's libraries folder.
- Install this module using the official Backdrop CMS instructions at
https://backdropcms.org/guide/modules.

## Related Modules
- If upgrading from a previous release, the Libraries module is no longer required
by this module, nor is the separate copy of the jQuery Cycle library.

+ Views Slideshow: Galleria
+ Views Slideshow: Cycle2 (provisional release)
## Configuration

The module adds settings to the Views UI, providing a 'slideshow' view style that displays
rows as a jQuery slideshow.

The included submodule Views Slideshow Cycle provides an option 'Cycle' for the slideshow
with various settings. Other slideshow options can be added by other contributed modules.

## License

Expand Down
94 changes: 0 additions & 94 deletions README.txt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

Views Slideshow: Cycle
============================
# Views Slideshow Cycle

The original default slideshow mode for Views Slideshow.
A submodule of Views Slideshow.

This is the original default slideshow mode for Views Slideshow.

Description
===========

The Views Slideshow: Cycle module adds a Views display for showing rows as items
## Description

The Views Slideshow Cycle module adds a Views display for showing rows as items
in a jQuery slideshow. Rows could be single images, full nodes, fields, or
whatever else that Views can display.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<dwsync>
<file name="jquery.cycle.all.min.js" server="85.214.86.74/httpdocs/" local="131231503200000000" remote="131231503200000000" />
</dwsync>
Loading

0 comments on commit 0042b89

Please sign in to comment.