Im fairly new to developing in Drupal, i am using the 7.x code.开发者_如何学C
I have a site that i need to develop, which has a cycle of images on each page.
I am usually a wordpress developer, and how i achieve it there is a gallery plugin, then insert the shortcode on each page.
Is there something like this in Drupal, or could someone suggest something similar that i could use?
Cheers,
Drupal 7 is a bit shaky at this stage, so some of the module I listed here might not be suitable for production environment.
-Gallery Formatter
-Colorbox
are the two modules that do the trick for me. Search in drupal official site
To make gallery appear on all page, You can load the gallery in the block.
You could create the site at drupalgardens.com and see how they do it. They offer the required functionality or if you are just starting you could start there and export the site later to run it on your own server.
It took me a while to figure the right search query fot this myself, but I think what you are searching for is called a carousel.
Just browse the Drupal Module search of the keywords carousel.
I found the first one jCarousel doing exacly what I wanted, when combined with the Views Module.
Sometimes it's called a rotator or slider and additionally you could check out this Drupal comparison page
精彩评论