Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

phpColors

This module provides integration for the phpColors library.

Views Contact Form

Use cases

  1. You need to create a block, an attachement or a page with a custom URL with a contact form inside that will send an email to a particular person (the recipient is taken from any field you want), you will use this module, Views and/or Panels.
  2. You need to create block that will send an email to the author of a content.
  3. You need to create block that will send an email to an email field, referenced through a reference in another content.
  4. Instead of displaying an email field as an email link (with mailto:), display a contact form instead and the recipient is taken from the field.

This module provides

  1. A new Views style which display a contact form, in a block, a page or an attachement. Recipients are taken from a field you define.
  2. A new Views handler "Contact form" for the default "User:email" field. So you can display a contact form that will send an email to the user when submitted.
  3. A new formatter when used with the Email Field module to display the contact form.

Dependencies

  1. Views module (optional)

Flag Notify

Example of a notification flag

A simple but flexible module that uses the great flag module for email notifications of site activity and optionally integrates with organic groups.

It uses a hierarchical notification system organised in three levels: groups,nodes,comments, where users are always notified only once for the same event, with preference to the most relevant for them (i.e. a reply to own comment is notified as such rather than "there is a comment in your group").

Flag Notify purposely do not build the flags in code (it just ask for the flags to be used), nor it creates views of elements that have been subscribed.
While this approach require little bit extra work from the users, it increases the flexibility and avoids potential problems if the og module is enabled/disabled after this module.
If necessary, I can provide an export of flags and/or views.

Default notifications for users are managed trough an option field in user profile so they can choose their default notification settings when they submit a comment, a node or join a group.

All these three "levels" are optional and if the og module is not installed the group level is just hidden.

Visualizer

More info will be added after initial push.

ftp connect

A drupal 7 module for connecting mulitple remote locations simultaneously from drupal back end by providing the remote location ,username,password

Transclusion (Remote content)

A way of managing "Remote content" and displaying it in your Drupal site.

Do not use yet, nothing works - I'm getting to grips with Entity API for this

We've often created "Remote teasers" on our sites, where the content managers want to present external content in a similar way to their normal pages, for instance when a large company provides subsites or remote services on external URLs. Currently we patch this together with link and cck redirect.

Extending this, I also want to be able to pull back content from remote sites, as quotations, excerpts, references or sometimes full pages. But although we have a local copy, the *content* is sourced from elsewhere. And I want to *maintain* that link, not just copy & paste. And, potentially, refresh periodically.

Some initiatives in this area also include :

oEmbed (seen in the tweet embed feature around the web)
oembed.module

Google Gadgets (those those embeds are usually primarily functional)

oembed_entity.module
embed_widgets.module
opengraph_filter.module that can turn offsite links into inline summaries.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools