WordPress Passwords

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A small module that enables the use of WordPress-hashed passwords in Drupal 7. The module checks if a user's password validates successfully against WordPress's hashing technique whilst a user is attempting to log in, and rehashes the password using Drupal's built-in hashing technique - effectively converting the user's password from a WordPress hash to a Drupal hash without any manual intervention.

Views Search API DB Suggestions

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provide search suggestions for search_api_db views based on indexed words that sound similar.

This module uses the MySQL SOUNDEX() function to calculate how similar indexed keywords sound to search terms entered by a user. It will then show a configurable number of most closely matching search suggestions for keywords that actually exist in the search database.

Helpful as output for "No results".

Views Date Range Rewrite

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Output text depending on the range in a date field with start and end values.

You can use this module to show an Open or Closed text flag for events, depending on whether the current time falls between the start end and times on an event node.

FooBar Table

Component type

module

Categories

Maintenance status

Development status

Downloads

1909

Component created

Component changed

FooBar Table duplicates standard table theme and adds two things.

  1. Lets you render tables with <tfoot> tag using theme():
    Element declared like this
    $build['mytable'] = array(
      '#theme' => 'table',
      '#header' => array('head1', 'head2'),
      '#footer' => array('foot1', 'foot2'),
      '#rows' => array(array(1, 2), array(3, 4)),
    );
    

    Will be rendered like this:

Geocoder Geonames

Component type

module

Maintenance status

Development status

Downloads

2616

Component created

Component changed

This module is used for geocoding. It contains geocoder plugin that can be used by Geocoder module. This module can be sued by calling the geocoder module and naming geonames as the required plugin. Its uses Geonames module to access the geonames servers.

Dependencies:
Geocoder
Geonames

Revisionator

Component type

module

Maintenance status

Development status

Downloads

334

Component created

Component changed

The Revisionator module clean up insightly old revisions! Revisionator removes
revisions older than the specified age, leaving a minimum number of revisions
per node.

Further development

If you read the Similar Projects section in the Node Revision Delete module you will see that at this moment there are 5 modules that works with Revisions:

Thumbnail Link

Component type

module

Maintenance status

Development status

Component created

Component changed

When your website needs to offer advertising space to other websites, the most common way is to provide link with thumbnail. This module will create a new content type to do that for you, The new content type `thumbnail link` contains four fields: website title, URL, thumbnail and taxonomy, you can add and store related websites thumbnail into a node.
The module also provides a block showing thumbnails, there will be a hyperlink in the block attached to a view page, you can decide what order to display thumbnails, If you have turned on the core statistics module.

Bufferapp

Component type

module

Maintenance status

Development status

Downloads

3063

Component created

Component changed

This module connect Drupal to Buffer services.
You will be able to publish Buffer updates after publishing nodes, on a scheduled date and time, with Rules and from code, using a function (in code)
Bufferapp connection uses BufferPHP class.

Note that updates are sent only when a new published node is created, not after publish an existing node (for now).