Draggableviews Disable Tabledrag

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Our usecase was to allow for sorting of grouped views. After enabling draggable views all but the first group had weight dropdowns. This modules forces the first group also to have only dropdowns.

Views Raw

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This Module is a Views Style Plugin.
It adds a Views Style which will provide the views result data in $rows.
It is aimed at Developers.

Install

1. Extract into sites/all/modules/views_raw
2. Enable the Module

Usage

Views Ajax Get

Component type

module

Maintenance status

Development status

Downloads

4499

Component created

Component changed

This module will make your ajax-enabled Views, use GET instead of POST.

Why?
Because GET is much better for caching. If you're using something like Varnish, or Boost, these will not store POST requests.

Views uses the Drupal Ajax framework. This by default uses POST.
While a lot of Ajax inside of Drupal requires POST (the Views admin UI, for example), a view itself doesn't. If you disable Ajax on a View, it will use GET anyway.

Slick Carousel

Component type

module

Maintenance status

Development status

Downloads

148518

Component created

Component changed

Slick is a powerful and performant slideshow/carousel solution leveraging Ken Wheeler's Slick carousel. See http://kenwheeler.github.io/slick

Slick has a lot of options, please start with the very basic working samples from Slick Example.

Views Override

Component type

module

Categories

Maintenance status

Development status

Downloads

517

Component created

Component changed

Overview

This module provides a consistent way for replacing views (that come with modules, for example) with other views.

It does so by making sure every time views_get_view('original') is issued, views_get_view('replacement') is returned.

This is especially handy for modules that come with built-in views, i.e. Commerce Backoffice, and possibly load them in programatically.

Views HTML Tags

Component type

module

Categories

Maintenance status

Development status

Downloads

1071

Component created

Component changed

The Views HTML tags module can be used to manage html tags available in the style settings section of views field configuration. So previleged user can add/edit html tags using the modules configuration page.

Use of Views HTML tags module
This module is helpful when implementing HTML5 tags and Microformat in views blocks and pages. User can enter required HTML tags using the admin interface of HTML5 tags module. All the entered tags will be available in the views field configuration.

Image Width and Height formatter

Component type

module

Maintenance status

Development status

Downloads

796

Component created

Component changed

This module provides

This module provide a formatter for image field. You can choose to display the width, the height or both of the image.

Use cases

I created this module when refactoring the OpenLayers Styles layer in the OpenLayers module.
This module and the module image URL formatter will now be needed if you want to display image as graphics for your markers.

Views Pager Count

Component type

module

Categories

Maintenance status

Development status

Downloads

397

Component created

Component changed

Provides an area handler that displays a form allowing the user to specify the number of items to be displayed per each view page (using either textfield or select form element), allowing to override default view's configuration.

The value is stored in user cookie, until Reset button is used, which causes cookie to be deleted.

Usage

In view's header or footer area add Global: View pager count form and configure as required.