Views CSS Tables

Component type

module

Maintenance status

Development status

Downloads

1722

Component created

Component changed

Adds a table display type to Views which prints fields out in a pure CSS table.

Why use this?

Views default table display style is packed with features such as column sorting, alignment and separators however the HTML table tag is notoriously difficult to override and style. Using CSS Tables (see http://caniuse.com/#feat=css-table for support) you can create views tables that work well on both mobile and desktop with minimal overrides.

views_json_ftp

Component type

module

Maintenance status

Development status

Component created

Component changed

The goal of this project is to parse a views_json url and create a file that can be sent to an ftp server. This will be developed for D6 since services is not available. This gets around CORS and provides a way to distribute your view on a cron schedule in a usable format.

VBO Validation

Component type

module

Categories

Maintenance status

Development status

Downloads

459

Component created

Component changed

VBO Validation is a module that provides hooks to add validation between the execution of a VBO and its form or confirmation step.

Adding validation to prevent a VBO from executing is easy when you have a form step. But without a custom form, adding a validate function is a delicate exercise of making your module invoke last, form altering, checking for the existence of certain form elements and actions, and then adding your validation hook.

Here is a shortcut to that process!

This module will provide you with two hooks: