Use jCarousel Module
Rob Loach - January 7, 2009 - 22:51
| Project: | jcarousel block |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
Description
The jCarousel module for Drupal 6 is just a single PHP function call to add jCarousel to the page. If you take a look at hook_help, you'll see it in use. It's a utility module for other modules to use.
jCarousel Block should take advantage of jCarousel module's simple API call.

#1
Yeah, it's possible to call that module as well. This module is mainly designed for people don't familiar with php/js and having problem set it up.
#2
No, I mean jCarousel Block should take advantage of jCarousel module. All they'd have to do is install the module and not worry about the PHP because jCarousel Block would already have the PHP written in the module itself. It would just call
jcarousel_add()when enabling the carousel.This would also allow you to have multiple carousels on at once, because jcarousel_add takes that into consideration.