Bypass Requirements

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module creates a new permission for each content type:
bypass requirements for X nodes

For a user with that permission, when editing an old node of that type, no fields will be required.

The content type we use changes from time to time. We often add new required fields. Meanwhile, our system administrators sometimes have to go and correct old data. When they do this, the data for the new required fields is not available, but they can't save the form because the new fields are required.

Double field

Component type

module

Maintenance status

Development status

Downloads

96627

Component created

Component changed

What is Double field?

Double field is a small module written to provide extensions to Drupal's core Fields. By this module you can split your fields up into two separate parts.

For the moment it includes the following sub-field types:

  • Boolean
  • Text
  • Text (long)
  • Integer
  • Float
  • Decimal
  • Email
  • Telephone
  • Date
  • Url

Screenshots (Drupal 7)

Apache Solr Decimal Slider

Component type

module

Maintenance status

Development status

Downloads

688

Component created

Component changed

The project is created after being inspired from Apache Solr Money Slider.

If you are using decimal CCK field with you apache solr search engine and want some control like a jquery slider on you search page, feel free to use this module.

This project can support multiple fields on the same page an creates separate blocks for them.

I have created a development snapshot. Please use issue queue for support. For paid customizations, feel free to send me a message.

Turkish Bible Verse Finder / İncil Ayet Bulucu

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

This module will scan the text content of nodes looking for verse Turkish language Bible verse references. All recognized references will be converted to links to that verse on a site with multiple Turkish translations.

Features

  • Recognizes most Turkish verse reference formats including abbreviated and many alternate book names.
  • Optionally show verse content in tool-tip popup.
  • Optionally open links in new window.

Requirements

  • PHP PCRE extentions

Rules Link

Component type

module

Maintenance status

Development status

Downloads

55687

Component created

Component changed

This module lets you create links which trigger arbitrary functionality with the help of Rules.

Example use cases

  • Publish/Unpublish content
  • Subcribe users to current group
  • Mark nodes, comments (as Spam), unpublish it and block the author.
  • Batch functions like, delete all comment for a node

And many more...

Image URL Formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

223382

Component created

Component changed

This module add a url formatter for image field. Then you can output image url directly.

Most of the code, maybe more than 90%, is just copy from the drupal core. I think it is stable enough.

I have created a content type, and add an image field instance to it, later i use views to export the data of this content type.And i want to output the data,then i could import it into another drupal 7 site with feeds module. What i need is the url of the image field, but i could not export the image url directly. That is why i create this small module.

Dropdown Attributes

Component type

module

Categories

Maintenance status

Development status

Downloads

10025

Component created

Component changed

Ubercart uses attributes for specifying variations for a product. Attributes can specify color or size of a article of clothing or they can specify different sizes of a product, each with their own price and SKU.

Multiple Users Autocomplete

Component type

module

Maintenance status

Development status

Downloads

1549

Component created

Component changed

This module allows for the creation of form elements that accept multiple usernames for that Drupal site as comma-separated values with autocomplete, much like the experience of free tagging, but with users.

To use this, download and activate the module, then when you're building forms in a module, just add this to the array for the field that you want to use as your multi-user autocomplete:

'#autocomplete_path' => 'user/autocomplete/multiple',

Here's an example of what a whole multiple-user-autocomplete field might look like: