Drupal nivo-slider library wrapper.

DESCRIPTION

Nivo slider API theme - is a developer theme to easy construct and output the new nivo slider instance. It hasn't any UI, so you are responsible to creating and outputting the slider.

Generaly, this module desinged for developers only.

The main difference between this and existing modules is an ability to easy put you custom data to nivo slider through code, not UI.

USAGE

For usage example see nivo_slider_api_test() (/nivo-slider-api-test)
In short: use theme "nivo_slider_api" as usually to render slider.
To create theme which support nivo slider callbacks see 'simplejstheme' theme

FEATURES

* Support javascript in slider themes! You can use nivo slider callbacks like 'beforeChange', 'afterChange' etc. to make some changes in in your slider theme. see simplejstheme' theme;
* Multi instances. You be able to generate different slider on one page;
* Fully customisable;

INSTALATION

1. Download and copy nivo-slider library (3.1). It can be found here
http://www.jsdelivr.com/#!nivoslider

The slider library must be placed here:
/sites/all/libraries/nivo-slider
So, the full path to .js file is
/sites/all/libraries/nivo-slider/jquery.nivo.slider.pack.js
2. Copy module and enable as usually
3. Finish! Use theme 'nivo_slider_api' in your code.

REQUIREMENTS

nivo-slider library 3.1

Why 3.1? it work well with jQuery 1.4.4 without any updates.

The example of how it work on drupal site can be found here: http://www.artinfo.com/artfairs/detail/843443/the-armory-show-2013

link to git: git clone --branch master redhead@git.drupal.org:sandbox/redhead/1943478.git
link to project page: http://drupal.org/sandbox/redhead/1943478

Comments

klausi’s picture

Status: Needs review » Needs work

There are some errors reported by automated review tools, did you already check them? See http://ventral.org/pareview/httpgitdrupalorgsandboxredhead1943478git

We are currently quite busy with all the project applications and I can only review projects with a review bonus. Please help me reviewing and put yourself on the PAReview: review bonus high priority list. Then I'll take a look at your project right away :-)

dstorozhuk’s picture

There are some errors reported by automated review tools, did you already check them?

Thanks, yes, I already have fixed almost all of them.

PA robot’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. Feel free to reopen if you are still working on this application.

I'm a robot and this is an automated message from Project Applications Scraper.

PA robot’s picture

Issue summary: View changes

Added link to project page.