User Intro

Component type

module

Maintenance status

Development status

Downloads

736

Component created

Component changed

The User Intro module allows the administrator to present a piece of 'welcome' or 'introduction' content (via a template). This template is displayed upon the user's first login, and is hidden on subsequent logins, but can be manually displayed when the user clicks a trigger. Visibility is also controlled from the user profiles (/user/###/edit), allowing users to disable the intro altogether.

Please read the bundled README.txt for setup instructions - you'll need to add two variables to your page template.

Portable database dump

Component type

module

Maintenance status

Development status

Component created

Component changed

A pair of Drush commands to import and export portable cross-database dumps of Drupal websites, supporting consistent import/export across all the database engines that Drupal 7 supports (MySQL, PostgreSQL, SQLite, SQL Server, Oracle, ...).

Quick start

Take a Drupal website (any database engine will do), and export it in a portable format:

Module browser

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

I have build a module which provides an interface on top of the D7 interface for installing modules (via url or archive). The purpose of this module is to provide easy access to a list of all available modules, so you don't have to lookup the url's to the module manually. This functionality is analogous to the plugin browser which has been around in Wordpress for some time now.

It's main goal is to boost usability and all round userfriendlyness.

Features which are currently in development:

SinaWeibo1

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

* Associate one or more Weibo accounts with their Drupal user account
* Post content to Weibo
* Have their message displayed in a sidebar block or on their user profile

Follow Button

Component type

module

Maintenance status

Development status

Downloads

2164

Component created

Component changed

This module creates a block with a configurable Follow Button from Twitter.

Install

1. Download the module and unzip files in sites/all/modules or the appropriate place where you choose.
2. Go to admin/modules/list and enable the module Follow Button
3. Check the permissions here admin/people/permissions/list
4. Configure the username and settings here admin/config/followbutton
5. Place your block where you want

ICA Survey

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is the ICA Survey module, a module that implements an API for building surveys. The hooks that make up this API are documented in the file hooks.html. The ICA Survey module also provides functions for retrieving and saving surveys, questions and survey results. These are documented in the file functions.html.

Site builders that want to use this module to build surveys should enable some of the modules that make use of the ICA Survey API, such as the question type modules in the contrib directory.

Module Boilerplate

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Boilerplate is any text that is or can be reused in new contexts or applications without being changed much from the original. Many computer programmers often use the term boilerplate code. A legal boilerplate is a standard provision in a contract.

MBP is a default module starter kit for 6 and 7. This is based off of my most used hooks.

Hooks included

  • coming soon....

To use the mbp, just rename the .info .module .test cases of mbp_name replace it with your module's name and fill in the readme.txt with the necessary info.