Drupal modules that integrate with Views


1. Views Slideshow
Although I’m sure many of you already know Views Slideshow, I think it’s a very important module to mention. One of the reasons is that it makes your View result look so different from the old ways we were used to: tabular, lists and horizontal things like this. It creates a slideshow of your rows and the cool thing is that it integrates with other modules and plugins.

2. Views Accordion
Another interesting one if you are looking for cool ways of outputting your data.Views Accordion renders out the rows as you’d expect - in an accordion. It usesjQuery to do this and it is up for quite a bit of customization. It’s a pretty cool module so do check it out.

3. Views Horizontal Slider
We’re going horizontal with this one. Views Horizontal Slider kinda brings the idea of the accordion to a horizontal level. What I mean is that you have a little vertically full teaser of the row content and when you hover over it it expands on the horizontal to be viewed fully while the rest close up. Check out a demo here.

4. Masonry
So you know how the pins on Pinterest look like on the page don’t you? Or actually, how my website’s front page looks and behaves when you resize it? Well the latter is the effect of the Masonry jQuery plugin for which there is a Drupal module that integrates with Views. You can make your View results display in boxes of different size and automatically adjust their position depending on the screen width. Pretty neat no?

5. Views Showcase
As the name suggests, Views Showcase lets you present some content in showcases. In other words, with the help of Views and this module, you can present your nodes kinda like on this website's front page. It’s a pretty useful module if you are looking for something like this.

6. Views Infinite Scroll
Another fancy one. To fully understand what Views Infinite Scroll does, go again to my front page and scroll down. You’ll notice that the articles will keep appearing as you scroll down, without page refresh or anything. Kinda like Facebook. Now this is what can be achieved with the jQuery AutoPager plugin that is used by Views Infinite Scroll to manipulate your View.

7. FooTable
Incidentally this is my favorite solution so far to responsive tables. I once wanted to write this module to implement with Views but I didn’t have time and there was someone else already ahead with the works. The FooTable module implements the FooTable jQuery plugin and makes your View table responsive. In a very useful way I might add.

8. Views Field View
Views Field View is another cool module that although i covered more extensively in a previous post, I thought was important to include in this list. What it does is lets you embed a View as a field in another View. What’s even cooler is that it lets you pass contextual filters via tokens which makes it very powerful. So do check it out.

9. Views UI: Edit Basic Settings
This is a pretty nifty admin module that lets you place a tab on any View that lets users with the right permission change some basic View configuration without having to go into the more complicated View edit page. What can be done contextually is modify the header, footer, title, empty text, or number of items to display. Pretty helpful for sites where some less experienced users have to make some changes.

10. Draggable Views
Draggable Views makes the rows of a View rearrangeable via Drag’n’Drop. Simply put, it uses the tabledrag.js plugin to move around html table elements, and lets you nicely reposition the rows of any table generated by Views. The cool thing is that you can use this module as an ‘admin’ function to arrange the order of other Views.

No comments:

Post a Comment

ShareThis