Format CSV

Component type

module

Maintenance status

Development status

Downloads

1711

Component created

Component changed

Format CSV is a module targetted at Drupal developers, allowing to format standard table array as CSV, mimicking Drupal's built-in theme_table() function behavior.

It accepts both simple arrays of cell values and associative arrays with "data" keys, strips all HTML tags and ignores all HTML attributes, returning full content of CSV file with default or user-defined CSV field delimiters and enclosures.

Webform Node Element

Component type

module

Maintenance status

Development status

Downloads

5333

Component created

Component changed

Webform Node Element is a module that allows you to include node content in a webform without using the PHP input filter.

Drupal 8:

After installation, a node element is available in the webform UI and this allows you to specify the id of the node to be displayed.

An event is dispatched prior to rendering the element - this gives other modules the opportunity to set the nid and display mode to be used at runtime. The included example module, webform_node_element_example demonstrates this.

Drupal 7:

Summary Reports

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

For general reports, you can use the views module.
There are some other modules available to address the need of custom SQL queries.

This module provides simple options to build summary reports for different content types, users.

Commerce templates

Component type

module

Maintenance status

Development status

Component created

Component changed

Commerce templates is an extension on commerce products in the Drupalcommerce system for drupal7. The main purpose of this module:

  • to facilitate the administration tasks when creating new products.
  • to bind products together on a template instead of using product displays.
  • to provide some interface to make product variants easier to capture.

The project only exists in the sandbox for now until I receive some reactions that the idea can be worked out.

Collapsiblock v2

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

I've worked on Collapsiblock previously on Drupal 6 and didn't like how the whole thing worked. While it gets the job done, I needed to refactor a few things to make it better.

Now I'm starting a new project on D7 and I need this module again. I've refactored the code make it easier to read, style and theme.

Draggable Captcha

Component type

module

Maintenance status

Development status

Downloads

14636

Component created

Component changed

Introduction:

  • Extended the captcha module, offered a mobile friendly, draggable & clickable style.
  • Originally used a free lib from blog.lukeblackamore.com, which had been changed and improved a lot in this module.

Installation:

  • Install as usual modules.

Features:

  • Draggable and Clickable.
  • Refreshable.

Dependency

Tcmb

Component type

module

Maintenance status

Development status

Downloads

8953

Component created

Component changed

What is Tcmb?

Tcmb is a module that retrieves TCMB (Turkish Republic Central Bank) exchange rates, and gold codes, set by the admin, and nicely displays them in a table. You can test the 7.x branch here and 8.x branch here.

Who is the targeted audience?

Anybody wishing to display the daily TCMB exchange rates and gold rates on their site is welcome to use it.

Always Visible 7

Component type

module

Maintenance status

Development status

Component created

Component changed

Allows administrators to override the visibility of menu items. Normally, items which are inaccessible won't show up in the menu. Using this module, menu items can be set to always show up. Their contents will still be restricted.

D7 port of http://drupal.org/sandbox/mthomas/1119418

See http://drupal.org/node/300607#comment-4591802 for history.

Module Tutorial

Component type

module

Maintenance status

Development status

Component created

Component changed

The purpose of this module is to provide new module users some very basic working examples that could be easily copied and/or modified. It's also my first public module. This will be developed in my (limited) spare time.