Block Filter

Component type

module

Maintenance status

Development status

Downloads

6186

Component created

Component changed

This is a very simple module which provides an input filter that can be enabled for specific input formats. This filter allows an editor with permission for this input format to embed any available block into content by using the blocks module and delta in the following syntax: [block:{module}:{delta}].

For example, if I wanted to embed the Powered By Drupal block into some content, I would use [block:system:0].

Product import module: Amazon AWS

Component type

module

Maintenance status

Development status

Downloads

1518

Component created

Component changed

A better Amazon Import module for D5.

Development release only. Don't try to use this on a production site for any reason.

Amazon Associates Web Services module
=================================

Definitions
---------------
*Amazon Associates Web Services:
Amazon's API that provides access to their catalog and associated content (reviews, prices, etc).

Admin links

Component type

module

Maintenance status

Development status

Downloads

25121

Component created

Component changed

This is a very simple module that adds the content local tabs (Edit, Delete, Revisions, etc.) as links to teasers/lists of nodes. It also makes the 'Delete' link show up as a tab in the individual node view just like the 'Edit' and 'View' tabs (Drupal 6+ only).

Error Codes

Component type

module

Downloads

3005

Component created

Component changed

The Error Codes or 'err' module provides a unified mechanism for triggering and managing errors. This is primarily useful when working with a large application that you have development, and need a way to manage and maintain any errors that may occur for visitors, being able to properly identify the error(s) and take the appropriate actions.

To read more head over to the Drupal Error Code Handling article.

Realtime CSS Editor

Component type

module

Maintenance status

Downloads

2756

Component created

Component changed

Edit CSS in real time from within your browser! great for themers looking to cut down on their Drupal themeing time, preventing you from constantly switching between IDEs, this is true WYSIWYG. Please note that this module should not be used on a developed site, use in a local or development environment only.

Read more about the module in our Drupal CSS Editor Module article.

Flood exemption

Component type

module

Maintenance status

Downloads

1815

Component created

Component changed

Provides role-based exemption from limits on the number of actions of a particular type.

Sample usage: allow given roles unlimited use of contact forms as provided by the core Contact module.

By default there is flood control on usage of contact forms in the core Contact module such that users are limited to (e.g., using a site contact form) that a given user can take per hour. Using Flood exemption, you can allow given roles unlimited use of the contact forms.

PingThis

Component type

module

Downloads

2312

Component created

Component changed

Want to post your content to multiple Social Networks? Use PingThis and post your content to multiple communities using ping.fm. Ping.fm is used to post your site links to twitter, friendfeed, Meme and many other communities at the same time.

Ponto Version Control

Component type

module

Downloads

1062

Component created

Component changed

Ponto Version Control is an attempt at a very simple and lightweight repository browser. This module is not in competition with the likes of the Version Control API, but just attempts to be more light weight than the Version Control API.

Included with the current release is subversion. I will hopefully get to bazzar and cvs very soon.

Requirements:

Ponto Keychains

Note:
Please treat beta1 as a dev release; I had a bad tagging incident when tagging my releases and I did not mean to tag the beta1 release just yet.

Menu Toggle

Component type

module

Downloads

3860

Component created

Component changed

Menu Toggle is a very small, simple module that lets you toggle the visibility of expanded menu items. By default when a Drupal menu is set to 'Expanded', the children of that menu item are listed below it. Some menus have very long lists of items however, and it can be inconvenient to navigate. With Menu Toggle you can force expanded menu items to show up only when you click the parent menu item. This will save a lot of vertical real estate on your website.

FriendList

Component type

module

Downloads

18904

Component created

Component changed

Friendlist is a foundation needed to build a social network-oriented website with Drupal 6.

At the very basic level, it provides the ability to create custom relationships between users. It's a feature-rich suite of modules that features integration plugins with a list of major Drupal modules (see below). Admins can create relationship types. Both single (think: a fan) and two-way relationships (e.g. a friend) are allowed.

Related Projects: Activity Log, HeartBeat

ATTENTION: If you enable Friendlist_Rules make sure that you use the latest DEV Snapshot releases of both Token and Rules modules (not: the stable ones) or the module won't work and will throw errors!

Documentation:

Just moved to new location, so under development: FriendList Docs

Features:

  • Integration with Views
  • Integration with Rules
  • Integration with HeartBeat
  • Integration with CCK Field Privacy
  • Integration with Popups 1.3.x
  • Integration with Node Access
  • Buddylist and Buddylist2 migration assistant.
  • User Relationships migration assistant.
  • Configurable set of relationships. One-way relationships, two-way relationships with confirmation, two-way relationships without confirmation (using Rules)
  • Working user interface, out of the box, with configurable system messages [using t() function]
  • Complete user and developer documentation.
  • Sample code snippets for people who want more low-level access than using Views.