Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download content_slider-7.x-3.0.tar.gztar.gz 15.72 KB
MD5: 11f7a071595f607435aa88f54daa127c
SHA-1: 1489f5a8d8d8fbdf3bf8a16108c39f74aade6f41
SHA-256: 9e72e8bd9ce3a5a940b5bc5f4b5dbf348e453d110e28e8455891f77eaf1030ab
Download content_slider-7.x-3.0.zipzip 19.06 KB
MD5: 034d42fb198075fe91b0aece7d0fd6c5
SHA-1: 6c4e3eb72301d7ee4261b2a773d7093e0b3f1732
SHA-256: fec93aa73156931b3fd3ac8fb10fb7204daeac50a93c66138a3e56205c93c4b2

Release notes

* Auto rotate contents option is now working
* Glide animation duration option is working
* Direction option has been removed since I didn't find where this was implemented in the JS
* Removed unused (as far as I can tell) functions
* Respect Drupal naming conventions
* Removed unecessary permission
* Implemented administer content slider permission correctly
* Added hook_theme() and a theme_content_slider function so that we can override slider output at the theme level (not everyone wants a teaser, at least not me)
* Added t() calls where it was missing
* Removed t() calls where it was not necessary
* Moved inline JavaScript to Drupal scope with $(document).ready, so that we can put JS files at the bottom of page.tpl.php
* Releases a new contrib module called "custom slider" that has a pre-configured slider that looks like this: http://www.cirm.ca.gov. It creates a content type when installed, configured images using imagecache, and works with emfield videos.

Note that: I have not tested this contrib "custom slider" working together with main content_slider.

Created by: sudeepg
Created on: 4 Apr 2013 at 13:53 UTC
Last updated: 4 Apr 2013 at 13:55 UTC

Other releases