Downloads

Download tar.gz 29.2 KB
MD5: 64cd6294e8d5a646d4e8a7a56e05ff2e
SHA-1: 1791947d60c7b5f881da538ce1fb95fc82c7aa91
SHA-256: b268052741b3e271ed92a7021d5b255bcef1921bb19a89fa832aa5b314852ce9
Download zip 31.41 KB
MD5: 912b828685748b46af0e7f524e111606
SHA-1: 2888d16634b02078043c973bcddbdd25381e2d64
SHA-256: 5995a144152a8b8f000d9be5303c1ffcb5fedad4c65d5ed2a0dedc77ed8f46cf

Release notes

Much the same functionality as the dev 5.0 release. We've been using this more or less as it is here on a development Drupal 6 site, so I think it's pretty stable, but feel free to do some testing and trying out. Unfortunately, no Views support yet.

* Fixed problem with having javascript load at the bottom of the page - a non-drupal_add_js'd jquery
call was causing it to crash in some instances. Now that is handled using old school js.
* Added ability for late-loading of carousels. Instead of having to load on document.ready, there's
a javascript function that you can call when you know that nodecarousel will be visible.
* Made the jquery selectors that had shown the Loading... and switched on the

    more specific,
    which was needed when some nodecarousels would load on document.ready and others wouldn't.
    * Created a surrounding div, with an id of 'nc_wrapper_'.name of the carousel, to make theming easier.
    * Nodecarousel default theming now tries to find an image in the result of a node_load operation,
    and displays that in the default theme. Still overrideable with theme_nodecarousel_node.
    * Added various db_rewrite_sql calls throughout for better security.
    * Unpublished nodes are not displayed in carousels.
    * No longer depends on nodequeue to be used - instead, if nodequeue is not loaded, it will not
    be presented as an option.
    * #231461: Fixed problem with not all SQL table names being surrounded by {}.
    * This is an update of Nodecarousel to Drupal 6.
    * New control: You can specify the block caching level on the nodecarousel screen.
    * New control: You can specify if you want your nodecarousel to try to load on page ready, or delay it. This is useful
    if the nodecarousel is in a hidden section of the page.
    * Now there is a div wrapping the nodecarousel that you can target CSS against. All nodecarousel items also have a specific class as well.
    * Oh, and the Wrap: Circular option works now. Although it doesn't work with an autoscroll. Let me know if you figure out why.
Created by: jcfiala
Created on: 19 Apr 2008 at 23:30 UTC
Last updated: 6 Jul 2016 at 20:22 UTC
New features
Bug fixes

Other releases