suppose i have all my member pictures in Files>Pictures
and i want this module to display say 2 at a time in an auto scrolling block...
how do i do this..

and if suppose someone clicks a picture..then it takes them to the user profile page..

pls help with how this can be used..thanks :)

pretty cool module for drupal :)

Comments

wim leers’s picture

Status: Active » Closed (won't fix)

It's clearly mentioned in the project description that this is a module that is for developers and themers. It doesn't do anything by itself.

Please wait for the Panels Mini module, which will be included in Panels 2, this will allow you to easily use an auto scrolling block. If you want to help testing it, see this issue: http://drupal.org/node/160392.

Jeeebus’s picture

"It's clearly mentioned in the project description that this is a module that is for developers and themers. It doesn't do anything by itself."

Yes, it is clearly mentioned. However, that does nothing for those of us that want to learn how to use it and do not know how. We need some kind of documentation to get started. Without it, I might as well just go buy something from Microsoft.

wim leers’s picture

Sigh.

From the Resources section at this project's homepage (http://drupal.org/project/jcarousel): Read documentation.

thatashok’s picture

Status: Closed (won't fix) » Postponed (maintainer needs more info)

Could the documentation be improved to explain where jcarousel_add(); should be used? In a theme template? In a node? In a block? And how should it be used in conjunction with Jan Sorgalla's examples:

<script type="text/javascript">
jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
        vertical: true,
        scroll: 2
    });
});
</script>

Some detail would help. Thanks!

wim leers’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Just open the .module file and be amazed by the simplicity. It simply adds the .js file, nothing more, nothing less.

thatashok’s picture

Thanks for that. Doesn't look like I can use this module at this point. Or maybe I'm supposed to purchase 'paid customizations of this module'? ;) Thanks anyway!