| 1 |
Content Glider:
|
| 2 |
---------------
|
| 3 |
A module to integrated Featuured Content Glider to Drupal.
|
| 4 |
|
| 5 |
Featured Content Glider source:
|
| 6 |
-------------------------------
|
| 7 |
http://www.dynamicdrive.com/dynamicindex17/featuredcontentglider.htm
|
| 8 |
|
| 9 |
Description:
|
| 10 |
------------
|
| 11 |
This script lets you painlessly showcase new or featured contents on your page,
|
| 12 |
by turning ordinary pieces of HTML content into an interactive, "glide in" slideshow.
|
| 13 |
|
| 14 |
For the ultimate in the ability to customize its look, the pagination links are also
|
| 15 |
ordinary links that you define on the page, but with special CSS class names inserted
|
| 16 |
when it should perform a certain task (ie: "toc" class if it's a pagination link).
|
| 17 |
This means the pagination links can be styled and arranged any way you like.
|
| 18 |
|
| 19 |
The script enlists the help of the jQuery library for its engine.
|
| 20 |
|
| 21 |
How to Use:
|
| 22 |
-----------
|
| 23 |
1. This module provides 3 Content Glider blocks
|
| 24 |
2. This module displays published content in a content-type. You can not select which content will be displayed.
|
| 25 |
So you advised to make new content-type for selected content, i.e : "headline" content-type
|
| 26 |
3. By default Content Glider 1 use "page" as source
|
| 27 |
4. Go to Administer-Site Configuration-Content Glider and set the content-type
|
| 28 |
5. Go to Administer-Site Building-Blocks to select region to show the Content Glider 1,2 or 3
|
| 29 |
|
| 30 |
|