Subtitle

Component type

module

Maintenance status

Development status

Downloads

829

Component created

Component changed

Allows to display a different, custom subtitle on each page of a Drupal site, usually next to the regular page title. Normally, a subtitle is used to optionally underline the page title with a teaser, a short summary of the page, or a quote or cite.

"Page" means any page, not just nodes.

Subtitles can be added/edited through the front end (a.k.a. edit-in-place), but additionally also from within regular node and user account forms.

For advanced theming, a subtitle may consist of multiple text parts, so a different styling can be applied to each part of the phrase.

Bible

Component type

module

Categories

Maintenance status

Development status

Downloads

63669

Component created

Component changed

This bible module provides user to read Bible on Drupal. Web administrators can import their own bible context into database, multi-version import and select one version to read is provided.

Prediction Markets

Component type

module

Maintenance status

Development status

Downloads

2042

Component created

Component changed

This is a prediction market (AKA event derivative or idea future) module for Drupal. The goal is to provide a free, open source, prediction market tool enabling anyone to build their own prediction markets for education, entertainment, profit, or all of the above.

Delete all

Component type

module

Maintenance status

Development status

Downloads

64793

Component created

Component changed

This module is used to delete all content and/or users from a site. This is mainly a developer tool, which can come in handy in several cases, listed below.

The usual way to do this is to go to Administer -> Content then select all the nodes and delete them. This works if you have a handful of nodes only. If you have hundreds or thousands of nodes, then it is not a practical solution.

User Points Contributed modules

Component type

module

Maintenance status

Development status

Downloads

29130

Component created

Component changed

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

If you created a module that uses the Userpoints API and it does not have its own project, please contribute it by submitting an issue and attaching a tar.gz of the .info and .module files you created. Please describe what your module does in a bit of detail.

You can use other modules here as a starting point or sample for what can be achieved by userpoints.

Apache Solr Search

Component type

module

Categories

Maintenance status

Development status

Downloads

918671

Component created

Component changed

Revolutionize your Drupal search experience

This module integrates Drupal with the Apache Solr search platform. Solr search can be used as a replacement for core content search and boasts both extra features and better performance. If you're looking for Apache Solr integration, this is possibly the best option available.

Talk

Component type

module

Maintenance status

Development status

Downloads

30101

Component created

Component changed

The talk module removes comments from the node page and puts them on a separate tab. This style of commenting is very popular on Wiki sites (usually called the "discussion" page) and on news websites where the goal is to separate user generated content from editorial content.

When installed this module will add a tab to the set of tabs at the top of a node view page like "View | Edit | Talk" and provides a link at the bottom of the node to go to the talk page and view comments.

Ubercart Userpoints

Component type

module

Maintenance status

Development status

Downloads

12551

Component created

Component changed

This module integrates Userpoints into Ubercart for payment, awarding (to buyers, referrers, and sellers), and discounting.

The 7.x-1.x has been created! Please contribute by reporting all bugs you encounter in the issue queue! Thanks!

Drupal 6.x Version
In early development.

So far this has been tested successfully using PostgreSQL, Ubercart 6.x-2.0-beta5 and Userpoints 6.x-1.0. Let us know how it goes for you.

Certificate Login

Component type

module

Maintenance status

Development status

Downloads

20429

Component created

Component changed

This module allows users to log into your site securely without usernames and passwords. It uses digital/identity certificates users have imported into their browsers as part of a public key infrastructure (PKI). The certificates can be generated by Drupal's PKI Registration Authority module or any other registration authority (RA) / certification authority (CA).

When a Drupal page is accessed via HTTPS the module checks for certain environmental variables that contain the user's unique information, such as an email address. Depending on the settings it then logs the user in or, if enabled, creates a new account.

Conditional Fields

Component type

module

Maintenance status

Development status

Downloads

507132

Component created

Component changed

Define dependencies between fields based on their states and values.

Conditional Fields for Drupal 7 is an user interface to the new States API, plus the ability to modify fields appearance and behavior on certain conditions when viewing content.

Description

Conditional Fields allows you to manage sets of dependencies between fields. When a field is “dependent”, it will only be available for editing and displayed if the state of the “dependee” field matches the right condition.
When editing a node (or any other entity type that supports fields, like users and categories), the dependent fields are dynamically modified with the States API.
A simple use case would be defining a custom “Article teaser" field that is shown only if a "Has teaser" checkbox is checked, but much more complex options are available.