How to Create a SingleFrame Slideshow of Images
This tutorial requires these modules to be enabled:
Create the content type
-
Go to http://yoursite.com/admin/content/types
-
Click "Add Content Type"
-
Enter a name. "Slideshow Item"
-
Enter a type. "slideshow_item"
-
Click the "Submission form settings" fieldset
-
Clear the "Body" text from the "Body field label" field
-
Click the "Workflow settings" fieldset
-
Uncheck "Promote to frontpage"
-
Click the "Comment settings" fieldset
-
Set "Default comment setting" to disabled
-
Click "Save Content Type"
-
Next to your new content type click "manage fields"
-
Under "New Field" enter a label. "Slideshow Image"
-
Enter a field name. "field_slideshow_image"
-
Select the "File" field type.
-
Select the "Image" form element.
-
Drag the new field using the cross handle to below the "Title" field.
-
Click "Save"
-
Under "Global Settings" check "Required"
-
Click "Save field settings"
-
Create some Slideshow Items
Create the View
-
Go to http://yoursite.com/admin/build/views
-
Click "Add"
-
Enter in the view name. "slideshow"
-
Click "Next"
-
Select the page display
-
Click "Add Display"
-
Click the + next to "Fields"
-
Under "Groups" choose "Content"
-
Select the image field you created. "Content: Slideshow Image"
-
Click "Add"
-
Under "Label" choose "None"
-
Under "Format" choose "Image"
-
Click "Update Default Display"
-
Click the + next to "Filters"
-
Under "Groups" choose "Node"
-
Select "Node: Published" and "Node: Type"
-
Click "Add"
-
Select "Yes" for published
-
Click "Update Default Display"
-
Under "Node Type" select the content type you created "Slideshow Item"
-
Click "Update Default Display"
-
Click "None" next to "Path" under "Page settings"
-
Add a path. "slideshow"
-
Click "Update"
-
Click "Save"
-
Click "View Page" and verify it is listing out the images correctly
Set up the slideshow
-
Edit the View
-
Under "Basic Settings" click "Unformatted" next to "Style".
-
Choose "Slideshow"
-
Click "Update Default Display"
-
Under "Slideshow mode" choose "SingleFrame"
-
Click "Update Default Display"
-
Click "Save"
-
View the page and verify the slideshow is working.