Hello - great module, but I can't configure it correctly:

2. Add a nodereference field to the CCK type, called "field_slider_content" (you have to use this name).
=> under name, I have to enter a type - is this where I enter 'field_slider_content' ? or can I use "slider" as well?

3. Make sure the field has "multiple values" ticked.
=> where do I see that? If I click on manage fields tab, I see 3 greyed out ones: title, menu, body settings. I can't add one or edit an existing one.

thank you for your help

CommentFileSizeAuthor
#3 noslider.JPG21.04 KBRegw
#1 slider setup.JPG61.15 KBRegw
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Regw’s picture

FileSize
61.15 KB

Note that I don't know how to enable node references in CCK - see screenshot attached - could be this be issue?

Mark Theunissen’s picture

Hi, yes you need to enable three modules on that screenshot:

1) Nodereference
2) Option widgets
3) Text

Regw’s picture

FileSize
21.04 KB

ok- it all works now. found it

Mark Theunissen’s picture

Status: Active » Closed (fixed)
hemant-drupal’s picture

I facing problem to install drupal 6 slider module. I can't make sliding effect. & it's seem jquery, image, css not loaded.. help me for resolve issue..
In that I implement following step:

1) install drupal 6
2) install cck module
3) install slider module (http://drupal.org/project/slider)
4) As per read me file, create one content type name slider.
5) make one field for slider - label ('field_slider_content') widget type(checkbox/radio button), field type(Node reference).
6) In "configure" link for field_slider_content set Number of values: 3 and select multi check box for content type like "page", "slide".
7) Now create one content node (node/9) and select two or three node for "field_slider_content" field.
8) make link & assign that node/9.
9) As per read me document I can't find ""Multiple values" ticked" option at time create field for content type.

But now when I render that node/9 through it's link. that show me list of that selected three node. but sliding effect is not working.

Please help me As i new in drupal.

which dependent module I need to install?