Top Modules Seeking Co-maintainers

Displaying 121 - 140 of 568
Installs: 
2 022
Open Bugs: 
47

Search Files allows searching for files in node attachments and in arbitrary directories. Text is extracted by externally provided helper applications. Helper Applications In order to extract text, this module calls 'helper apps' such as cat and pdftotext. Drupal administrators can configure any helpers they like. Helper apps need to be installed on the server and need to be setup to print to stdout.

Installs: 
1 837
Open Bugs: 
0

The shared email module allows multiple users to use the same email address for different accounts. The module works for both registration and account updates.

Installs: 
1 831
Open Bugs: 
8

Visualization is a module for Drupal 7.x that provides a solid and easy accessible way to visualize data.

Installs: 
1 788
Open Bugs: 
0

Classified Ads provides a simple system to run a classified ads service on Drupal. With this module, users can create their free Classified Ads in the style of craigslist. Classified Ads may belong to one or more categories (e.g. "For Sale", "Want to Buy"), defined as taxonomy terms. Classified Ads lists are completely sortable and customizable, with or without Views. Automatic warning notifications inform users about the status of their ads: half-life, expiring soon, expired, impending purge, purged, ...

Installs: 
1 731
Open Bugs: 
2

Enables pretty paths for searches with Facet API. You will likely use this module in combination with either Search API or Apache Solr Search Integration.

Installs: 
1 731
Open Bugs: 
19

The SexyBookmarks for Drupal module is a port of the WordPress plug-in by the same name. The sole aim was to stray away from the "in the box" thinking behind most social bookmarking plugins, and add a little flair that would entice your readers, rather than deterring them with microscopic icons that get lost in pages heavy laden with content. SexyBookmarks for Drupal was ported and is maintained by Stuart Clark (deciphered). - http://stuar.tc/lark SexyBookmarks is owned and operated by Shareaholic. - http://sexybookmarks.shareaholic.com/   Features Support for more than 80 social bookmarking services. Multiple configuration profiles - Features exportable. Multiple display options: Node item/Psuedo field for Nodes. Display Suite/Node Displays field. CCK/Field / Views formatters: Link module Node Reference module plus an example Custom Formatter for extended support Views module content field. Blocks: Current URL. Site URL. plus an example Boxes block for extended support Drupal API theme() function. Support for: [D6] Formatter Settings module - Provides profile settings to Formatters. [D6] Redirecting Click Bounder module - logs incoming clicks from SexyBookmark shared links. Shorten URLs module - Adds extra Shorten URL providers.  

Installs: 
1 722
Open Bugs: 
5

Have you ever wondered why, after defining an alias like about-us for, say, node/123, your pages are still riddled with those ugly machine-generated tabs and links like /node/123/edit, node/123/revisions etc.? Likewise for /taxonomy/term/% and /user/% links: did you expect to see /dries/track but got /user/5/track? Do you find that your browser address bar also shows those ugly numbers instead of your aliases? Have you ever been annoyed that upon clicking the Edit tab on, say, the about-us page, blocks that you configured to be visible on all about-us/* pages suddenly disappear? In short, would you like your human-readable, SEO-friendly aliases to be carried through on all your tabs, links, Views, and blocks, on all your pages, not just on that single aliased base path? If so, then this little module is for you.

Installs: 
1 531
Open Bugs: 
8

This implements a fork of the tinynav.js jQuery library and has an associated admin settings page for configuring it to use in any of your themes.

Installs: 
1 528
Open Bugs: 
2

The Internal Links module, Intlinks, is a simple set (currently two) of input filters which modify the output of internal, root-relative links in any text input format for which they are enabled.

Installs: 
1 508
Open Bugs: 
17

The Birthdays module allows users to add their birthday to their profile. It also lists birthdays on a seperate page and in different blocks.

Installs: 
1 478
Open Bugs: 
18

(Original code was the Google Summer of Code 2010 Project by Leighton Whiting)

Installs: 
1 477
Open Bugs: 
17

Note: due to significant changes in 7.x-1.x-rc1, existing rules may be broken when upgrading from a prior version. Please uninstall and remove all module files before installing the latest version. Rules Forms Support is looking for a co-maintainer. Overview Rules Forms Support provides a Rules based method for controlling forms and their elements. The module can be used to alter any form provided by Drupal core or contributed modules. Change element titles, descriptions, weights, and more, or validate form data and set form errors. Rules forms saves time and cost by affording site builders the ability to monitor and alter forms without the need to implement a custom module.

Installs: 
1 461
Open Bugs: 
26

This is a collection of modules that make use of User Points module API.

Installs: 
1 442
Open Bugs: 
22

This module adds customizable product options to the "add to cart" form. The approach is generic, so all field types / widget can be used. This module is created only for the commerce module. For other systems you need different systems / approaches. The module provides a field called option set. You can assign to your commerce product. Each option set consists of a list of fields. If a product is connected to a option set the add to cart form will be extended by the fields of the option sets. Sponsored by www.customweb.ch

Installs: 
1 441
Open Bugs: 
9

This module allows you to enter different sale prices per product for different roles in an Ubercart store.

Installs: 
1 431
Open Bugs: 
65

Multistep adds multiple-step functionality to content type editing forms.

Installs: 
1 412
Open Bugs: 
20

Blueprint is a starter Drupal theme meant to make development of custom themes faster. Version 2.0 is now out!

Installs: 
1 411
Open Bugs: 
6

About Feed Import Feed Import allows you to import content from various file types into entities (like node, user, ...) using XPATH to fetch whatever you need. You can create a new feed using php code in you module or you can use the provided UI (recommended). If you have regular imports you can enable import to run at cron. Now Feed Import provides five methods to process content: XML Normal: loads the xml file with simplexml_load_file() and parses it's content. This method isn't good for huge files because needs very much memory. XML Chunked: gets chunks from xml file and recompose each item. This is a good method to import huge xml files. (still needs some tests) XML Reader: reades xml file node by node and imports it. The parent xpath is limited to one attribute (the most complex is something like //tagname[@attribute="value"]) HTML: process a html page CSV: process CSV file line by line (you need php > 5.3.x) Examples can be found at http://drupal.org/node/1360374 Example for importing youtube videos with Feed Import can be found at http://drupal.org/node/1365220 Example for importing taxonomy terms can be found at http://drupal.org/node/1542294 If you want, you can use your own function to parse content. Please check README.txt file for a better documentation. Features: easy to use interface alternative xpaths support and default value ignore field & skip item import multi value fields support pre-filters & filters some usefull provided filters auto-import/delete at cron import/export feed configuration reports add taxonomy terms to field (can add new terms) process HTML pages process CSV files add image to field (used as filter) custom settings on each feed process function do not save info about imported items (usually used for one-time import) schedule cron import to run only in a specified time interval

Installs: 
1 410
Open Bugs: 
14

The DataTables module integrates the jQuery plugin DataTables into Drupal as a views style and a callable theme function. DataTables lets you add dynamic features to tables, including:

Installs: 
1 397
Open Bugs: 
8

Provides a webform component that lets users subscribe to a Mailchimp newsletter as they submit a webform. Requires the Mailchimp module, and of course the Webform module. Supported Webform Versions

Pages