PostgreSQL Full Text Search

Component type

module

Categories

Maintenance status

Development status

Downloads

1109

Component created

Component changed

In Short

Professional full text search for folks running Drupal on PostgreSQL 9.0 or higher complete with Views integration, all fully SQL based.

Why

The PostgreSQL RDBMS is capable of doing professional Full Text search, right out of the box. For folks using this database, having to implement Java and Solr on their server in order to be able to perform full text searches within their Drupal installation is rather inefficient.

Showcase Slider

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Showcase Slider
==========

The Views Showcase Slider module is a Views Style Plugin that can be used to output
Views in a jQuery tiltslider.

Installation
=======

Views Photo Grid

Component type

module

Maintenance status

Development status

Downloads

6428

Component created

Component changed

This module adds a responsive photo grid display style to Views. The photo grid style arranges photos such that the height in each row is consistent, and the photos always fill up all the available width.

The photo grid adopts the arranging algorithm of jQuery Sortable Photos. Try a demo here:
http://glekli.github.io/jQuery-Sortable-Photos/

Workbench Preview

Component type

module

Maintenance status

Development status

Downloads

455

Component created

Component changed

Workbench Preview provides a views handler that allows privileged users to view the latest revision version of content in views across the site, whereas only the published versions will be shown to users without.

Views Mobile

Component type

module

Maintenance status

Development status

Downloads

2003

Component created

Component changed

Views mobile module provides a mechanism to switch the display of a view when in a mobile device.

Usage

In order to the module work you need to clone the display you want to provide a mobile version and update display's machine name to add "_mobile" or "_tablet" suffix.

e.g: If you have a block display named "featured". You have to clone the "Featured" display and update the machine name of the cloned diplay to "featured_mobile" or "featured_tablet".