Workflow Submit

Component type

module

Categories

Maintenance status

Development status

Downloads

928

Component created

Component changed

An extension of the workflow module.

By default, workflow puts a radio select button on the node form for all possible workflow states the node can move to. This module changes the UI from radio select, to submit buttons instead. Note, this means that timed transitions can not be entered through this interface.

Simply enabling the module changes the UI on the node form.

Context Metadata

Component type

module

Categories

Maintenance status

Development status

Downloads

6902

Component created

Component changed

There are a number of modules already out there which cover some of the functionality, such as: Metatag.

But what if your page is not a node/taxonomy etc?

This module relies on Context module and Metatag module to set Meta Data per any possible context combinations, so you can finally target:

Balance Tracker Transaction Type

Component type

module

Maintenance status

Development status

Component created

Component changed

Balance Tracker Transaction Type is add-on to Balance Tracker -module. This module adds the ability to set arbitrary transaction types to balance tracker transactions. Currently the types are set on the module settings page, but using taxonomy is going to be most probable choice when a stable version is released. Note that this module does not do anything by itself! It only extends the functionality of the main module!

Comment Anonymizer

Component type

module

Maintenance status

Development status

Downloads

4083

Component created

Component changed

While Drupal provides capabilities for commentng for both anonymous and authenicated users, it provides no easy way for authenticated users to post comments anonymously without having to manually log out first. This is not only inconvenient to users; it also poses a problem on sites that may choose to implement a "paywall" or other means of limiting access to content but wish to allow for anonymous commenting.

Embedded Forms

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module creates an API for developers to use to embed ajax forms. The API desperately needs documentation but does the following:

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)

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.

Demo sandbox project GIT

Component type

module

Categories

Component created

Component changed

This is a demo project to test GIT is working