content_slider 6.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| content_slider-6.x-2.1.tar.gz | 144.76 KB | 8ef7db1394246daf9c57f21d796aa1aa |
| content_slider-6.x-2.1.zip | 149.09 KB | 38d4b7a8c78f82ab31f08f21625ec4d5 |
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.
content_slider 5.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| content_slider-5.x-1.3.tar.gz | 14.4 KB | bdc2f2fb477a4cb436c7e44d9862d01b |
| content_slider-5.x-1.3.zip | 16.59 KB | cd9853821b497ff534eaabed8f902a9a |
Release notes
This release fixes following issues for Drupal 5:
1) Multiple content slider on a page.
2) Extra closing tag invalidates HTML
3) Does not show newest content
content_slider 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| content_slider-6.x-1.1.tar.gz | 14.42 KB | 478ab47b6d36d3469d8091ae6f251a08 |
| content_slider-6.x-1.1.zip | 16.61 KB | 826174f702c6fc3b0249b3aefc0d2158 |
Release notes
This release fixes following bugs:
1) Multiple content slider on a page.
2) Extra closing tag invalidates HTML
3) Does not show newest content
content_slider 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| content_slider-6.x-1.0.tar.gz | 14.3 KB | 5109957eea076c6b744a230c326d89a2 |
| content_slider-6.x-1.0.zip | 16.51 KB | 37242f3aba58ff96039d2df4cd617b2e |
Release notes
This is Drupal 6 release for the module.
content_slider 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| content_slider-5.x-1.2.tar.gz | 14.33 KB | 588c197b1f42c9b250e3e81814cda40d |
| content_slider-5.x-1.2.zip | 16.52 KB | 0d8d2ae258c319dda9554a6ec08900d0 |
Release notes
More fixes to the module.
content_slider 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| content_slider-5.x-1.1.tar.gz | 14.26 KB | 9ce34ce7fe621beed795472d4893fe11 |
| content_slider-5.x-1.1.zip | 16.47 KB | 63201ad682c2e495a9498d315eeb5546 |
Release notes
Code formatted as per Drupal coding standard. Patch applied and couple of bugs fixed.
content_slider 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| content_slider-5.x-1.0.tar.gz | 14.43 KB | b248d34bb353e4c4e6cac141294ba6f5 |
| content_slider-5.x-1.0.zip | 16.65 KB | 141ded8ce5ac8e19962b0a04e3043e7d |
Release notes
This is the test release of content slider.
content_slider 5.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| content_slider-5.x-1.0-alpha1.tar.gz | 14.41 KB | 31fc5a73c7d17a441b08d97c23f1a6bb |
| content_slider-5.x-1.0-alpha1.zip | 16.65 KB | a276c0d0c5032800ce4fb8f409c6f699 |
Release notes
This is a new alpha release for module called "Featured Content Slider". Featured Content Slider makes a slideshow out of node content on the block. Currently, latest 5 selected nodes are shown. The module need improvements on integration with views and improving the code style and structure.