Is it possible to have more than one image per view. For example, is it possible to have about 4 images in 4 columns with a next and prev button. Please see the attached image.

CommentFileSizeAuthor
website-02-02.gif82.55 KBdrecute

Comments

phpteamer’s picture

Try the Carousel module...

http://drupal.org/project/viewscarousel

drecute’s picture

Thanks. I have used that module before, but it just doesn't work as I expected. It breaks even IE as well as it doesn't look pretty good when themed.

ppblaauw’s picture

Status: Active » Postponed (maintainer needs more info)

I would also use a carousel module for this.

At this page you can find a comparison: http://drupal.org/node/418616

I use the scrollable plugin for the scrollable pager of the ddblock module (dev version).

There is also a Scrollable views module for drupal.

When I look at it I see that it has a lot of open issues, and in one of the issues another scrollable module is mentioned (scrollable content which is newer but it looks like it will be better maintained.

The ddblock module is not really made for this functionality.

Hope this helps you further, please let me know.

drecute’s picture

Thanks ppblaauw.

I have started exploring the scrollable content module since that's the closest I have seen. However, the example of the scrollable content module at http://drupal.holooli.com/speakers is exactly what I intend to achieve. Though the module developer did not give any hint about how he achieved that because I couldn't see how he was able to achieve that kind of custom theming in his module. I guess he is yet to release it.