Closed (outdated)
Project:
Views Slideshow
Version:
7.x-3.0
Component:
Cycle
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2010 at 21:22 UTC
Updated:
3 Jan 2017 at 18:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
redndahead commentedI, maybe quite stupidly, lowercase the name before I add it in the fields. I'm trying to think if there was a reason for that, but it'll be fixed soon.
Comment #2
redndahead commentedOk I think there was a reason I lowercased the values I believe it had to do with the ability to hide the fields. Anyway I committed this patch which fixes this issue and other misspelled options.
Comment #4
Bredaman commentedI have been searching plus I am new to Drupal but I cannot find a helpful link. My crazy idea: I am working on a content slideshow feed by basic page contents in Drupal 7. My task is to control what slide to show based on clicked links or button on different area of my home page.
My theoretical solution knowledge says -
* The current content slide to be shown can be manipulated by a global variable: CurrentContent_slide
* Each content page would have a custom global variable example: content_id.
* Each clickable item on my page that is associated with a content would set the CurrentContent_slide with content_id
* Based on all these correlation, I can pick which content to view in a slideshow effect based on links on different areas of my home page
Can anyone point me in a direction please.
Comment #5
Bredaman commentedI have been searching plus I am new to Drupal but I cannot find a helpful link. My crazy idea: I am working on a content slideshow feed by basic page contents in Drupal 7. My task is to control what slide to show based on clicked links or button on different area of my home page.
My theoretical solution knowledge says -
* The current content slide to be shown can be manipulated by a global variable: CurrentContent_slide
* Each content page would have a custom global variable example: content_id.
* Each clickable item on my page that is associated with a content would set the CurrentContent_slide with content_id
* Based on all these correlation, I can pick which content to view in a slideshow effect based on links on different areas of my home page
Can anyone point me in a direction please.
Comment #9
nickdickinsonwilde