Posted by adnasa on January 4, 2012 at 10:18am
3 followers
Jump to:
| Project: | Views Slideshow |
| Version: | 6.x-2.3 |
| Component: | SingleFrame |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
Hey guys,
I'm trying to achieve displaying a slideshow from one node that has 2 different image CCK fields. the reason why I have different fields is that one of them is for premium users..
I assumed that when filtering through the views ui, i could add the different fields and it would be displayed as a slideshow using singleframe but it didn't happen.
I post a simple screenshot of the unexpected result
| Attachment | Size |
|---|---|
| screenshot.jpg | 75.01 KB |
Comments
#1
#2
Similar issue... I want to be able to use three different CCK fields on the same node (Specifications, Features, Options), and rotate between those fields on ONLY that node.
I've been able to use an argument to limit the fields to the Node ID, but anything I try to do, won't see the fields as separate entities. Basically what I want to do is setup an ajax tabbed display, similar to quicktabs (or other like modules) but use views slideshow as the pager/tab. (I don't see why it can't be done, except I can't get it to work) I've tried several filters which all produce negative effects and if I'm supposed to use an argument on the cck field, well, arguments are so f$@#ing confusing that I have no clue how to set it up. I get the general concept of arguments but beyond that, astro physics seems easier to understand.
I will note @adnasa posted this for v2.3, however I am using v3.x.
What I need accomplished is a bit different than @adnasa, however I think we are both running into the same problem. Multiple CCK fields on the same node can't be used within a slideshow separately.
#3
anyone?
#4
So if you can make the view work then the slideshow would work. This question is more for views than views slideshow. I'm not sure how you can combine 2 fields and make them additional rows.
#5
No worries on this... I found the quicktabs project to do what I needed done.
I will still say though, that I don't understand why views slideshow won't make a slide out of 10 pictures that reside on 1 node. If you have 10 pictures on node 1 and 1 picture on node 2, you can get the slideshow to work but not if there is only one node with multiple images...