Views Date Range Filter

Component type

module

Categories

Maintenance status

Development status

Downloads

5996

Component created

Component changed

The daterange module provides a programatic extension for date ranges that can be used by other module developers. It creates new filters for node times, 'Node: Created Time Between' and 'Node: Changed Time Between', as well as new date range filters for CCK date (but not datestamp) fields.

If jscalendar is installed and enabled the date fields are augmented with the jscalendar button for selecting a date.

The supported operators are 'Custom date range', 'Outside date range', 'Before', 'After', 'within the past week', 'within the past month',
'within the past 3 months', 'within the past year'. When the the operator doesn't need both input fields, JavaScript attempts to undisplay the unused fields.

The date fields understand the words 'today' and 'yesterday' and subtraction of days, months, or years.

Views Filter Block

Component type

module

Categories

Maintenance status

Development status

Downloads

4904

Component created

Component changed

The views_filterblock module basically moves the horizontal filter from the views page content area into a (vertical) block. This differs from the views block option which displays the view exposed filters AND a limited number of rows from views content. It themes the block using collapsible fieldsets rather than the table currently used by views, and it uses some logic to decide which fieldsets should be collapsed or not collapsed based on whether the filter form has a value.

Affiliates

Component type

module

Maintenance status

Development status

Downloads

21368

Component created

Component changed

Note: As of 2014-12-05, this module appears to no longer be supported. If you as the module maintainer feel this message has been posted in error, please reply to #2290957: The Affiliates module appears to be unsupported..
Please note that there is an actively maintained alternative: https://www.drupal.org/project/affiliate

This is an affiliates that was used on Mozilla marketing sites.

Views Fast Search

Component type

module

Categories

Maintenance status

Development status

Downloads

5092

Component created

Component changed

The views_fastsearch module provides a faster functionally equivalent alternative to the views "Search: Index" filter. This search is considerably faster (than the search in views_search.inc), supports OR terms, exception terms, and sorting by score.

  1. It is noticeably faster - 5-20x faster
  2. defaults to AND terms, but supports the OR keyword
  3. implements exception terms using the – prefix (i.e., “global warming –ocean” searches for nodes that include “global” and "warming" but do not include “ocean”)
  4. implements a sort by the search word score, when there are multiple terms, it sums them up – this presents results where the search words are in the title or header tags higher up in the list

This module was the proof of concept of a solution using alternative search SQL that made it into 6.x core. The 6.x implementation is different (better) than this one, but both provide similar speed enhancements. The primary difference is that the 6.x implementation offers better query term support.

Please read the release notes AND install this patch #143888.

See also the contrib module vfs_ranking_nodetype packaged views_fastsearch, for an example of how to write a hook_search_ranking to extend the scoring factors used in the search results. See also #145242.

slide_menu

Component type

module

Maintenance status

Development status

Component created

Component changed

This module uses the collapse JS that is already a part of Drupal 5.
It gives the menu a slide down effect, like the settings within the admin pages already have.

Known issues:
- Title for module does not appear on modules page (hook needs to be updated - to be completed very soon)
- Disables user comments
- Administration page must manually be added to the menu system because it has now become an action for the menu to slide.

Node stack

Component type

module

Maintenance status

Development status

Downloads

1184

Component created

Component changed

The node stack modules allows you to select nodes by navigating around your site. If you find a node you want to alter, simply drag it in the “Node stack” block. After you found all nodes, you can perform batch actions on them like publishing, unpublishing, promoting or deleting.

Sympal book menu

Component type

module

Categories

Maintenance status

Development status

Downloads

526

Component created

Component changed

This module adds your book_hierarchy automagically into your navigation. Very straightforward, and extremely simple.
It provides no configuration, no database and so on. Just enable the module and refresh your menu's (cache).

Form Draft

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module was originally written for the purposes of saving a Webform draft. Webform now ships with this functionality, rendering this use case obsolete. Form Draft's functionality is not limited to Webform and therefore may be applicable to other uses, but there are no plans to upgrade or support it. If you are interested in picking up development, please contact the maintainer or file an issue in the Webmaster support queue.

Allow users to save a draft version of forms instead of submitting them.

Result cache

Component type

module

Maintenance status

Downloads

1374

Component created

Component changed

The result cache speeds up slow operations by storing function results in a cache table and later, on page execution time, pulling these results from the cache table rather than calculating them.