Views Area Options

Component type

module

Categories

Maintenance status

Development status

Downloads

1118

Component created

Component changed

Views Area Options is a module that extends Views 3.0 to have other options in the Empty, Header, and Footer areas.

So far the only option I've thought up is displaying a block. This allows you to display any block when a view Empty, or if you just want to placed a block in the footer or header.

If you would like to have a view in the Empty, Header, or Footer areas check out http://drupal.org/project/views_field_view (as of now it has to be from a cvs checkout as the feature hasn't been release yet).

Pay - Realex Payments

Component type

module

Maintenance status

Development status

Downloads

2539

Component created

Component changed

A payment method using Realex Payments for transactions handled by the Payment API.

You must have a valid Realex merchant ID to use this module.

The module only supports Realex Remote integration at present. This is where the user stays on the current site and an XML request is sent to Realex for processing. In future, support for Realex Redirect (where the user is redirected to Realex's site and back again) may be added.

XLS Import

Component type

module

Maintenance status

Development status

Component created

Component changed

Module allow you to import XLS with all sheets as is into a database tables.
This means that each XLS sheet will become a table.
Later you can operate data you have in database.
Based on phpMyAdmin code for importing XLS ans XLSX files.

Features:

  • You can choose if first row should be used for column name or columns should be named like in sheet (A, B, C and etc.)
  • Uploaded file will be removed after import and do not take place at server.

Views data export

Component type

module

Maintenance status

Development status

Downloads

752265

Component created

Component changed

This module is designed to provide a way to export large amounts of data from views. It provides a display plugin that can rendered progressively in a batch. Style plugins are included that support exporting in the following types:

  • CSV
  • Microsoft XLS (or really simple HTML understood by Excel)
  • Microsoft DOC
  • Basic TXT
  • XML

In addition proper support for Excel / the XLSX format can be added through the module Views Data Export PHPExcel.

Empty paragraph killer

Component type

module

Maintenance status

Development status

Downloads

16852

Component created

Component changed

Empty paragraph killer is a filter module, helpful on sites which use WYSIWYG editors.

People often hit the return key twice at the end of a paragraph. Most, if not all site layouts manage the paragraph spacing, so the extra empty paragraphs created can detract from the look and feel of a site. This module filters out the empty paragraphs of all user-entered data on a site. It does so by following the fundamental Drupal way - non-destructively.