Hi,
I'm new to drupal so followed the lynda course. This is what I want:
- a multi file upload to a certain web gallery. When uploading give the upload set a tag.
- To display 9 or 12 of them on a page in a grid view
- When clicking on one of them give the slideshow of piclens
- Each image has a text in dutch and english
Therefore I'm thinking of doing the following:
1 Adding a taxonomy categorie named: Image Gallery
2 Adding a content type ImageSlideShow
3 Enable the module core translation
4 Although i don't know anything about the view module (probably a sort of internal SQL statement generator) I think to define a view on the tags.
5 Enable Image Import so upload can be done by ftp. (I prefer more a webbrowser upload but can't find something like that)
So it will be working as follows:
- Upload pictures with 5.
- Running the view (4) will be the input to 2 which can be categorized by 1. The translation can be done by 3. The display of the slideshow can be done with adding Node-ImageSlideShow.tpl.php and several css styles in style.css
Can somebody confirm this or suggest another working solution?
Regards,
Comments
Somebody out there?
Can somebody help me ?
Dynamic display block slideshow
Hi,
It's maybe not totally what you are looking for but.... you can try the dynamic display block module.
For Drupal 6.
With fading and a lot more effects.
A pager to go to the different slides.
Can use a directory as input for the images.
You can see a demo at http://ddblock.myalbums.biz/examples
You can download the module at http://drupal.org/project/ddblock
The next version of the advanced Dynamic display block module will be more flexible with the use of CCK and views. Hopefully we can release the new version next week.
You can see the example of the advanced Dynamic display block slideshow at:
http://ddblock.myalbums.biz/node/336
http://ddblock.myalbums.biz/node/338
Hope this is of any help to you.
Dynamic display block module maintainers