I've found a way to add a multiple slides from one single page instead of creating an individual page per each slide. The tutorial is broken down into each individual step with an accompanied screenshot so you can't get lost. The actual setup is very simple, but I wanted to have a tutorial that anyone could follow, so it's a little verbose.

What modules you need

Views: RC3
Views Nivo Slider: Latest Dev
Field Collections: Latest Dev

Step 1

Add a slideshow field collection to your content type.
http://www.diigo.com/item/image/1ks4o/8ge7?size=o

Step 2

Find your field collection (admin/structure/field-collections) and click manage fields.
Add the following three fields (Title, Link and Image)
http://www.diigo.com/item/image/1ks4o/ro7x?size=o

Step 3

Create a new view that display "content".
http://www.diigo.com/item/image/1ks4o/3c16?size=o

Step 4

Add a Contextual filter to the view.
http://www.diigo.com/item/image/1ks4o/h2qt?size=o

Choose "Content: Nid"
http://www.diigo.com/item/image/1ks4o/ntgu?size=o

Configure the settings to "Provide default value" from "Content ID from URL"
http://www.diigo.com/item/image/1ks4o/4doa?size=o

This will make it so that only the slides associated with the page being viewed will be displayed<.em>
If you are using panels I show you a way to override this in Step 11. You can manually provide the NID through a pane configuration.

Step 5

Add a relationship to the view.
http://www.diigo.com/item/image/1ks4o/wt7y?size=o

You will choose your field collection.
http://www.diigo.com/item/image/1ks4o/mt9i?size=o

Doing this allows us to pull in the field collection data from the node.

Step 6

Add a filter to the view.
http://www.diigo.com/item/image/1ks4o/sh97?size=o

You will choose the same value you chose for the relationship.
http://www.diigo.com/item/image/1ks4o/sgry?size=o

Configure the fields operator to "Is not empty (NOT NULL)"
http://www.diigo.com/item/image/1ks4o/en7g?size=o

This will make it so the slideshow is only displayed if slides have actually been created.

Step 7

Add your three fields (Title, Link, Image)
http://www.diigo.com/item/image/1ks4o/2k7a?size=o
http://www.diigo.com/item/image/1ks4o/1cnw?size=o

For Title make sure you un-check "Create Label" and you set the formatter as "Plain text"
http://www.diigo.com/item/image/1ks4o/k5pg?size=o

For Link make sure you un-check "Create Label" and you keep the formatter as "Title, as link (default)"
http://www.diigo.com/item/image/1ks4o/q36t?size=o

For Image make sure you un-check "Create Label" and you keep the formatter as "Image". Also, leave image style as "None (original image)" and the "Link image to" as "Nothing"
http://www.diigo.com/item/image/1ks4o/j2pa?size=o

Step 8

Change your Format's "format" and "show" to "Views Nivo Slider"
http://www.diigo.com/item/image/1ks4o/208x?size=o

In the format settings you can choose the image style you want for your images
http://www.diigo.com/item/image/1ks4o/2bty?size=o

In the show settings you will define your (Title, Link and Image) fields.
http://www.diigo.com/item/image/1ks4o/ro82?size=o

Make sure to leave the link field set to <none>. This is some sort of bug right now and setting it to any value breaks the slideshow.

Step 9

Set your pager to display all items.
http://www.diigo.com/item/image/1ks4o/7m1w?size=o

Step 10

Create a block or if you're using panels create a content pane.
http://www.diigo.com/item/image/1ks4o/p1vm?size=o

Optional Step 11 (For Panels Only)

Allow NID input on pane config
http://www.diigo.com/item/image/1ks4o/beqo?size=o
http://www.diigo.com/item/image/1ks4o/hd2g?size=o

Final Step

Insert your block or your panel into your page view.

What's left to do?

Feedback over here would be appreciated #1351114: Hide direction and control navigation when only single slide
Lets work on resolving this problem #1121072: clickable images
This would also be nice #1252068: Allows two (or more) slider on the same page

Comments

bryancasler’s picture

Issue summary: View changes

Screenshot link corrections

bryancasler’s picture

Issue summary: View changes

Addition

knalstaaf’s picture

Wow! That just worked, man - you have no idea how long the community is waiting for this. If every person searching for this would treat you with a beer, you wouldn't make it home - ever.

Sidenote to the other readers: every field in step 2 should be limited to "1" for obvious reasons. Don't forget to assign the relationship of each field in step 7.

P.S.: I had to patch my Field Collection module first.

Thanks again, animelion, very much appreciated!

ckng’s picture

Title: Views Nivo Slider + Field Collections = Awesome! (Step by step tutorial) » Display multiple slides from single node (Step by step tutorial)
Component: Code » Documentation
Category: support » task
Status: Active » Needs work

Thanks animelion, need to document this properly into d.o documentation.

bryancasler’s picture

Thanks ckng, I'll be updating it later this week. I'd appreciate it if you could take a look at this and give some feedback #1351114: Hide direction and control navigation when only single slide

bryancasler’s picture

Issue summary: View changes

Update

brycesenz’s picture

@animelion - Thanks for the awesome explanation! It worked for me, and the thorough walkthrough was amazing.

Along the way, I also found a module called Field Slideshow (http://drupal.org/project/field_slideshow) that seems like another valid slideshow alternative for those of us working with multi-value fields.

Joe Huggans’s picture

awesome

spasebar’s picture

Hi animelion,

Thank you for this, it looks great and just what I was looking for. I spent the last two hours following your instructions but it isn't working for me. I was wondering if you wouldn't mind to maybe help me?

I'm getting lots of errors for some reason :(

ckng’s picture

I'm wondering if this can be turned into a views template. To make it into a one click solution.

ckng’s picture

Version: 7.x-2.x-dev » 7.x-3.x-dev
spasebar’s picture

I got the Mediafront module working after trying a million different other modules. lol.. And then this gets updated.. I might try this too just to see which one works the best and fastest.

vb_swapnil’s picture

Hello All,
For displaying multiple slides from single node for using nevo slider by following step:
1. Create view with selecting nivo slider for "Format" and "Show"
2.add image field containing multiple images
3. when adding image field please unchecked the checkbox in "Show Multiple field settings" section
4. set pager for showing number field on slider.

you can also used ddblock for displaying multiple slides from single node by using above steps

dgreenyc’s picture

You are awesome. Was extremely easy to implement - I wish I had found this at the start of my day and not the end....

One note about the Pane Settings - not sure if i have a different version of Panels but I could not find the Settings display in step 11. I finally tested things without making modifications outlined in that step and everything worked as expect.

Many, many thanks!

dgreenyc’s picture

Issue summary: View changes

Update