Personal Dashboard

Component type

module

Categories

Development status

Component created

Component changed

This module is a port of the Dashboard module to Drupal 7. There is a new module in Drupal 7 called dashboard, and personal dashboard will be the name of the dashboard module going forward.

Design principles:

Searchlight

Component type

module

Categories

Maintenance status

Development status

Downloads

996

Component created

Component changed

Searchlight

Searchlight is a refactored version of the early experiment sphinx_views, an attempt to build a views-driven search implementation specific to Sphinx. Searchlight is designed to use search backends in a pluggable and interchangeable manner. There are currently two backend plugins available for Searchlight: Sphinx and Apache Solr.

Restrict IP

Component type

module

Maintenance status

Development status

Downloads

14277

Component created

Component changed

Concept

This module allows administrators to restrict access to the site to an administrator defined set of IP addresses. Anyone trying to access the site from an IP address not in the list of allowed IP addresses will be redirected to an access denied page with the message "Your address is not in the list of allowed IP addresses". No blocks will be rendered, and no JavaScript will be added to the page. This will happen for any and all pages these users try to access.

Views attachment block

Component type

module

Development status

Downloads

3908

Component created

Component changed

This is quite a simple module that adds a new display type to views: 'Block attachment'. This is just a standard views attachment, but instead of the content being limited to appearing at the top or the bottom of the view, the content gets put into a block. You can then place the block wherever you like using the normal block positioning rules.

Internationalization Views

Component type

module

Categories

Maintenance status

Development status

Downloads

218186

Component created

Component changed

Translate views using Internationalization. This is a work in progress and not all Views properties can be translated yet. Requires Internationalization 6.x-1.5 or newer.

This module has been moved from Internationalization package so we can have different branches compatible with each of the Views versions. Use the same branch of the Views version you are using (2.x. 3.x)

Views PHP Array

Component type

module

Categories

Development status

Downloads

1341

Component created

Component changed

This module will implement Views display plugin that enable getting the output of a view in PHP array format. This module can be useful for developer who needs to further process view output.

For both Site Builder and Developer's guide to Views PHP Array, please visit the Advanced Help page of this module.