| 1 |
// $Id: README.txt,v 1.1 2008/10/15 10:04:25 marktheunissen Exp $ |
// $Id: README.txt,v 1.1.4.1 2009/02/25 14:40:16 marktheunissen Exp $ |
| 2 |
|
|
| 3 |
Slider module creates a scrollable jQuery node display effect called the "coda slider", which was made famous by the site: |
Slider module creates a scrollable jQuery node display effect called the "coda slider", which was made famous by the site: |
| 4 |
|
|
| 26 |
5. Create a new node of this slider content type, select the slides you want in the nodereference field, and save! |
5. Create a new node of this slider content type, select the slides you want in the nodereference field, and save! |
| 27 |
6. You can re-order fields, remove the label and do all other CCK tweaks the usual way. |
6. You can re-order fields, remove the label and do all other CCK tweaks the usual way. |
| 28 |
|
|
| 29 |
There is no support for having more than one slider on a page, and it's not possible to re-order the nodes, they are ordered by title. There are a few modules that claim to provide a widget for ordering nodereference fields, but I don't support that. |
There is no support for having more than one slider on a page, and it's not possible to re-order the nodes, they are ordered by title. There are a few modules that claim to provide a widget for ordering nodereference fields, but I don't support that. Try http://drupal.org/node/321486. |
| 30 |
|
|
| 31 |
If you need to change the width and height or any other properties of the slider, you can do so in your theme's CSS file (overriding the styles in this module's css/slider.css). |
If you need to change the width and height or any other properties of the slider, you can do so in your theme's CSS file (overriding the styles in this module's css/slider.css). |
| 32 |
|
|