Views Filter Display Results

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Adds a 'default value' for contextual filters.

Allows you to add arguments based on a display in that view.

This way you can exclude results in a view based on results from another display in that view.

E.g. when a 'Most Popular' and a 'Related content' block are on the same page, this filter allows not showing the same node in each view.

Commerce Cart View Override

Component type

module

Maintenance status

Development status

Downloads

19430

Component created

Component changed

This module provides the ability to override the default cart page view for Drupal Commerce.

Sponsored by Commerce Guys

Reasons this module exists

  • The cart page view is not a view with a page display; therefore, you cannot just override the path.
  • The cart page uses a view (commerce_cart_form) that is hard coded in the menu callback for the path "cart"
  • The cart page view is not exportable since the default view is defined in Commerce Cart.

The Commerce Cart View Override module solves all of the problems and provides a way to select the view to display on the cart page.

Aussiegeo

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Geolocation modules for Australia.
included modules:
- aussie geofield proximity (actually just geofield proximity with bugs fixed)
- aussie postcodes: provides a form type called 'aussie_postcodes' which is an autocomplete textfield for aussie postcodes and suburbs.

If your looking for an Australian postcode module, I have created a full module at: https://www.drupal.org/project/oz_postcodes

Autocompleteinator

Component type

module

Maintenance status

Development status

Component created

Component changed

Have you ever wanted to add autocomplete functionality to a text field, wanted autocomplete but didn't want to write a module to make that happen? Autocomopleteinator utilizes the power of views to allow you to output any content (users, taxonomy, search results etc) as an auto complete for any Drupal generated text field.

tl;dr: Create a field, create a view, turn that field into an autocomplete without having to write any code.

Multisite Views

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project utilizes the cURL php extension to transfer views results across sites (in multisite environments). It is best if used with views in features, as the remote and local names must be the same. This way, data transferred across is guaranteed to match up by column, as long as the view isn't overriden.

Combination Field Storage

Component type

module

Maintenance status

Development status

Downloads

669

Component created

Component changed

This module stores fields both in MySQL and in MongDB. When loading entities, or querying them using EntityFieldQuery, it uses MongoDB. When using views, it uses MySQL. Have your cake and eat it too!

This is especially useful in read-heavy, write-light situations that make extensive use of views.

If you don't need full views integration, we would suggest instead using MongoDB field storage and EFQ Views