Custom Text

Component type

module

Categories

Maintenance status

Development status

Downloads

2786

Component created

Component changed

The Custom Text module provides developers with a back-end to give customers easy access to edit any text in the website. Not sure what this means? See our detailed explanation.

Developers need to implement hook_custom_text_info() to provide an identifier and a description for each text, and then they can use this text wherever they choose by using custom_text_get($identifier).

The back-end supports multilingualism, and uses a simple flat interface.

Folloyu

Component type

module

Maintenance status

Development status

Component created

Component changed

How many times have you’ve been in a situation where you are in the middle of doing something online, and right then, something happens that requires you to move location? Abandon the post?

You want to continue what you’ve been doing, but you also need to switch your device in order to do that. So, what do you do? Now there is a solution!

Try Folloyu extension, and save time!

Drush Rebuild

Component type

module

Categories

Maintenance status

Development status

Downloads

6257

Component created

Component changed

Drush Rebuild is a utility for rebuilding your local development environments. It uses your existing Drush aliases and an easy-to-read config file that defines the tasks for rebuilding your local environment.

For usage, installation, and configuration tips, read the docs.

Ubercart Stock Locations

Component type

module

Maintenance status

Development status

Component created

Component changed

What is Ubercart Stock Locations?

uc_stock_locations extends the Ubercart stock module by allowing site administrators to define one or more locations and to set the stock level for each product at each of the locations independently. This module is currently a work in progress and may be feature incomplete.

Requirements

Known problems

  • No implementation code available yet

Skill Compass

Component type

module

Maintenance status

Development status

Downloads

1140

Component created

Component changed

Skill Compass is a tool for building sites that help people learn a subject. It allows collaborative work in breaking down the subject into topics and sub topics, building advancement trees of topics, and adding learning resources of different types. The topics and resources are presented in a way that helps learners discover what they can and/or should learn, by themselves.

wysiwyg_geshi_button

Component type

module

Maintenance status

Development status

Downloads

539

Component created

Component changed

This module provides a Button for wysiwyg to add source code via a popup.

Info

The Module is not considered stable and is experimental.

Depends on:
http://drupal.org/project/wysiwyg
http://drupal.org/project/geshifilter

Install

See readme.txt inside Modules folder

Creditfield

Component type

module

Maintenance status

Development status

Downloads

5125

Component created

Component changed

Creditfield is a small proof of concept module that provides 3 FormAPI elements to be used in the Drupal Form API for custom forms:

  • Credit Card Number
  • Credit Card Expiration Date
  • Credit Card CVV

These fields provide basic validation and form errors on their own (including Luhn check against card number). You could easily add more within your own form validation callbacks as well.

To use them in your custom Drupal form, simply define a form item like so: