INSTALL INSTRUCTIONS FOR JCAROUSELLITE.MODULE
---------------------------------------------

1. Place the jCarousel Lite module with all its files under
modules/jcarousellite.

2. Enable the module in 'Administer -> Site configuration -> Modules'
and set access control as you like in
'Administer -> User management -> Access control.'

3. You must then enable one or more node types to be able to use
jCarousel Lite. You can do this by navigating to
'Administer -> Content management -> Content types' and selecting a node
type from the list. Once there, change Enable jCarousel Lite from disabled
to enabled.

4. Now, when you edit any node of the type where you enabled jCarousel Lite,
you will find a jCarousel Lite block where you can edit its settings.

I do the 1,2,3 but i can't find any block to edit

Thanks for this great module

Comments

toma’s picture

I enable carousel for my content type news, and i edit 5 nodes of that type/enable carousel, then i go to the administration block and i can't find any block to edit, how i can add the carousel to my site ?

Thanks

moonray’s picture

Status: Active » Fixed

Sorry, perhaps I was unclear in my description. There are no "blocks."
What I meant to say was that on the node's edit page, there is a fieldset (one of those collapsable things) where you can edit the jCarousel Lite settings for that node.

I hope that helps.

I've udpdated the documentation to read:

4. Now, when you edit any node of the type where you enabled jCarousel Lite,
you will find jCarousel Lite settings which you can modify.

toma’s picture

Thanks for your support, and how i can call the jcarousel for example the one i create in block or in my content ? is there a filter or a code, can you provide an example ?

moonray’s picture

The example is part of the description on the node's edit page.

toma’s picture

the example is :

<a href="#" class="prev"><</a>
<a href="#" class="next">></a>

<div class="anyClass">
  <ul>
    <li><img src="someimage" alt="" width="100" height="100" /></li>
    <li><img src="someimage" alt="" width="100" height="100" /></li>
    <li><img src="someimage" alt="" width="100" height="100" /></li>
  </ul>
</div>

The same on the carousel lite website, but as we use this for drupal and we choose the content type etc, is there a way to add a filter or code generate to use with the node we choose to display a specific carousel content ? or just we have to add every image and link manually and why we choose to edit some node's, content type to use with carousel ?

Thanks

moonray’s picture

Category: support » feature
Priority: Critical » Normal
Status: Fixed » Active

Right now it's fairly simple. Adding a filter will take a little more work, but is a good idea.
Patches, as always, welcome. If noting comes up, I'll looking to coding something when I have time.

moonray’s picture

Title: no block to edit » Add filter to automate html entry for jCarousel Lite
Version: 5.x-1.0 » 5.x-1.x-dev
Assigned: toma » Unassigned
owahab’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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