Downloads

Download content_slider-6.x-2.1.tar.gztar.gz 144.76 KB
MD5: 8ef7db1394246daf9c57f21d796aa1aa
SHA-1: 499c75eea569b9102fc64e5b4a0d96c24d55cd32
SHA-256: b2eb28a86d9018b4e8877b840ca059636a6a8a3d6f8c9b49f768f986715bfa2f
Download content_slider-6.x-2.1.zipzip 149.09 KB
MD5: 38d4b7a8c78f82ab31f08f21625ec4d5
SHA-1: 2cb8b1bf5ebdd2f6aa00e10d8e2f343719316161
SHA-256: 68dade3e8e70b614f00302d251cf9ce6e8462ccfc138b79e0a30594758905477

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: 9 May 2010 at 13:54 UTC
Last updated: 9 May 2010 at 13:55 UTC
New features
Bug fixes

Other releases