Closed (fixed)
Project:
CCK Gallery
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2009 at 15:36 UTC
Updated:
8 Feb 2010 at 17:45 UTC
how would this be done? If there was a way to make a views list of the pictures, then you could put them in a linghtbox. that would seem like an interesting idea. perhaps expose the pics to plug into some other kind of gallery. your example just shows pics... also, how about adding somekind of FUpload feature and a way to include title and description to the pics?
Comments
Comment #1
greg.harveyThis sort of thing is way on the back-burner, but thanks for the suggestions. If someone can devise a way to create a nice little JS carousel or something, that would be awesome! Patches gratefully received, as always. Don't hold your breath if you're waiting for me to make it... ;-)
Comment #2
irishgringo commentedwhich is the part that is on the back burner?
and would youhave some ides on how to do it.
I was thinking of a jquery kind of thing. It would do a slide show but also show some attached text fields. perhaps themeable?
if you have some directional thought, that would be interesting.
My thought is that there is no way to bring the images in mass into the site and have them exposed to the views module. you have that part done. now, if I can create the views/slide show part...
Comment #3
greg.harveyUm, all of it. I'm moving house right now and silly busy. ;-)
I currently have some template preprocess code that loads the gallery view as raw data and selects an image either side of current to the Next/Previous links. I imagine you could extend that or change the Next/Prev interface to use AJAX/JQuery instead of straight HTML like it does now.
Comment #4
irishgringo commentedcan I see the code? perhaps I can do something with that. I am working on something like this myself.
Comment #5
greg.harveyI'm not going to code anything for this. Perhaps look at some Views additions. For example:
http://drupal.org/project/views_slideshow
There are more.