Dude, where are the explanations?
| Project: | Views Slideshow |
| Version: | 5.x-1.0-beta1 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Alright first off, I'm not trying to be a dick about this, really.
I'm a designer/UI person okay, so maybe I'm a bit biased on this compared to those who appreciatively (I mean that) give their time and effort into programming these types of add-ons. But really, where's the friggin' documentation on how to implement these things!? Not just this module, but with Drupal as a whole really. Everything's such a headache to figure out!
What I'm trying to do seems like a pretty common objective, and yet I can't find any info on how to do it. I'm not a moron BTW, and I do have some programming knowledge, and I can troubleshoot pretty well, but really this should be documented somewhere.
Here's what's up:
D5.7
Relevant modules: CCK, imagefield, imagecache, views, views slideshow
I'd like to think I've got a pretty decent understanding of how ALL of these work, but I can't get this going.
What I need:
I have a custom content-type ("item") with the following fields: "title", "body" and a "multi-imagefield" (4 uploadable images). I also have a custom .tpl file (node-item.tpl.php) for layout.
All I want is an embeddable slideshow on the full-node layout that consists of automatically cycling the 4 images (in fullsize dimensions) BUT ALSO WITH thumbnails of each image right below it. I'll attach a simple MSPaint image of what I'm talking about.
This seems to me like a pretty straightforward desire (and is pretty similar to what is displayed on the demo page, though not quite exactly).
Will someone, PLEASE, just layout exactly how to implement thumbnails WITH fullsize image slideshows within the same view (which is therefore embeddable into a node-type.tpl.php file)..? PLEASE!
Again, I'm not trying to be rude; I really appreciate all the work that goes into each module, but some documentation would be really, really nice. Simple step-by-steps for those of us who aren't coders.
Thank you in advance.
| Attachment | Size |
|---|---|
| views-slideshow.gif | 29.96 KB |

#1
I need the exact same thing and have had no luck :P It would be cool if someone could write a tutorial or something.
#2
Hey, guys!
At times, I have agreed about what it is you're talking about. It is a common issue with all Open Source software. Some communities are more active than others (Drupal is one of the most active!) but there are times when I still do a double take and wonder what Kool-aid the developers were drinking - but, hey, they are developing on their own time, so, I can't complain. That, of course, is when I tend to send them a message and offer to write up some documentation should they need it. I've even contributed a few modules myself.
Anyway, to address you're current issue, I did a quick search on Drupal.org for keywords like "cycle", "slideshow", "jquery", etc. Here is what I have dug up and, hopefully, this will point you in a few directions that you can choose which best suits your requirements:
I hope this helps.
--
Shane Birley
Partner, Left Right Minds
http://www.leftrightminds.com
#3
Dude, check out this excellent video tutorial: http://www.drupaltherapy.com/node/70
#4
"...exactly how to implement thumbnails WITH fullsize image slideshows within the same view"
Do you really need this within the same view? I'm thinking if I were trying to do something like this (and I agree what you've mocked up is a nice layout) I would make the view using fullsize and slideshow and then clone it to use thumbnails and table. Would having two views like that be a problem?
BTW, I've only just seen this module on the drupaltherapy screencast. Looks a great module, big round of applause for the author.
#5
In my opinion, Views Slideshow is still the best way to do what you're trying to accomplish. You should watch seaneffel's video. The biggest help in it for me was uncovering what needed to be themed.
The reason this works best for me over other modules, is that images are each in their own nodes, and can be moved between different categories (taxonomies) and such, and it gives the user an easy to navigate page for uploading. If I only needed a small slideshow with a few images, and didn't plan to manage a larger collection of images, I would have a closer look at the Galleria module. There are other modules in various stages of development, but this is probably still your best bet for now.
I'm concerned you may be setting yourself up for failure by starting with D7 for production work. You probably have a compelling reason for doing so, but if not, you shouldn't feel like you're at any disadvantage for using D6 or even D5, depending on the ripeness of the specific modules you need. It's not a big deal to upgrade later once your modules have the kinks worked out of them.
In any case, I'm not sure how it works in D7, but probably not much different than in D6. Here's what I know about Views Slideshow in D6 in a nutshell, with a little more detail than Aaron's quickguide. (Concepts are the same in D5, but Views is different) This is quick and rough, and I'm not claiming to be thorough... you'll probably still have to look some stuff up.
For this approach, you'll at least need CCK, Views, Imagefield, and Imagecache and you'll probably want Hoverintent.
/*styles the individual teasers and line them up horizontally*/
.view-show-view .views_slideshow_div_breakout_teaser {
overflow: hidden;
float: left;
}
Again, that's all pretty rough, so go watch seaneffel's video too, because I may have missed some steps, and I assume some familiarity with the various modules.
There's tons of other things you can incorporate, like Taxonomy, Lightbox, Ubercart...
I haven't thoroughly explored ways to upload multiple images into their own nodes in batches. Imagefield import works okay for this, but the person uploading needs ftp access. I believe there may be a solution for the web uploader but haven't had to go there yet.
Just one other tip... before you decide to use a module, have a look at its module page and view all issues. See if the module is maintained. If there are tons of new and old tickets with no responses, expect delays. Read a few tickets and get a feel for whether its a good bet, and scan for red flag issues specific to your purposes. If it all looks a little iffy, and you have other options go check them out. However, if you're desperate for the module, try it on a test installation. It might be fine.
For example, if you look a the Views Slideshow queue, you'll see Aaron must be a busy guy, but he is involved and moving things forward when he can. There are also a lot of committed users, so you have a chance of getting help that way.
In any case, I sympathize. I love Drupal when I'm not banging my head against some modular wall or another. My skull is not as sore as it was, so I must be learning something. All I know for certain is I can create much better sites now than I could before, so its worth it for me.
#6
^ Holy crap! you rock :)
Following up on my last post, I ended up using Galleria (but not the module).... so it kind of sucks because it is not THAT automated, but it worked for what i was doing (http://www.hotelgrandpacific.com/accommodations/one-bedroom-suite) I think my problem is that I was using D5 and it seems like these kind of modules are getting a little scarce for that version.
All my future projects will be in 6 (well.. until 7 is the norm :P) so I think that will alleviate some headaches.
@sstedman and juroon thank you for your input, that helps a lot!
#7
Marking as fixed. If you guys want to add a tutorial to the documentation section that would be great.
#8
Automatically closed -- issue fixed for 2 weeks with no activity.