I tried almost everything and failed.

I tried

<?php jcarousel_add('#mycarousel', array ('skin'=>'ie7', 'skin_path'=>'/sites/all/modules/jcarousel/jcarousel/skins/ie7'); ?>

also

<?php jcarousel_add('#mycarousel', ,'ie7', '/sites/all/modules/jcarousel/jcarousel/skins/ie7'); ?>

All failed (amonst other variations of the above).

How on earth am I supposed to set the $skin and $skin_path variables reffered in the READ.txt
The examples in the Help work fine, so I guess I dont use the right way to pass the variables!

Please Help.

Comments

wim leers’s picture

Assigned: Unassigned » wim leers
Status: Active » Postponed (maintainer needs more info)

Remove the leading slash :)

robloach’s picture

Status: Postponed (maintainer needs more info) » Fixed

For ie7 or tango, you don't have to pass the skin path since they're shipped with jCarousel ;-) ......

  jcarousel_add('#differentskin', array(), 'ie7');

See it live in admin/help/jcarousel.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.