gtweetblock

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

gtweetblock fetches Tweets from a Twitter account and store it either in localStorage(Browser) or cache(Drupal cache). It does nothing else than providing a block.

Context Metatags

Component type

module

Categories

SEO

Maintenance status

Development status

Downloads

2787

Component created

Component changed

Context Metatags allows you to set meta tags for each Drupal page.

The module is based on functionality of Context module so it makes Context Metatags as very flexible tool. You can specify meta tags for node page, taxonomy term page or any other path that you can imagine.

A-Hole

Component type

module

Maintenance status

Development status

Downloads

2914

Component created

Component changed

The a-hole module is a devious module which breaks JavaScript that doesn't use dependency injection or isolate itself from unexpected elements that could show up through object inheritance. Since there is quite a bit in Drupal that doesn't do this installing this module causes core JavaScript to break and thus break you site.

Facebook Like Box

Component type

module

Maintenance status

Development status

Component created

Component changed

I noticed that there was not a stable D7 version for the Facebook Like Box.

This module provides a block with the Facebook Like Box.
It is fully customizable, just like on the Facebook Developers website: http://developers.facebook.com/docs/reference/plugins/like-box/

The height automatically adapts, depending on your chosen options.

Wrapper

Component type

module

Maintenance status

Development status

Downloads

625

Component created

Component changed

Serves flat HTML files, Working PHP files, or even remote website mirrors (realtime or cached) in a Drupal context.

Originally designed to just serve a subsection of legacy, malformed HTML pages under a Drupal theme, this module has been extended to enable wrapping a Drupal shell around legacy applications, (PHP, ASP, Perl) allowing most of the old functionality to keep working, without much code review needed.

Say you have a set of old pages that just can't, won't, or shouldn't be migrated into Drupal nodes.
- A Discussion board archive,
- Exported Presentation Slides,
- Files that are updated from an external tool (eg statistics dumps)
Custom, Crappy HTML, or an external PHP script
- any Web application that's too much work to rewrite.
- Even an old CGI script in another language can be 'wrapped' in Drupal
by entering the URL as a source.

Wrapper attempts to automatically take most of the hard work away from getting this done.

(By putting past mistakes on a life-support system)

App factory

Component type

module

Maintenance status

Development status

Component created

Component changed

App factory is a tool for defining and creating custom interfaces for working with Drupal objects (apps).

This module supports configuration of an embedded "app" which loads a set of related nodes into a defined interface, and provides helpers such as toolbars, modals and other UI elements.

It is unlikely to work in your own project without some reworking, and will not be promoted to a full project.

Query tools

Component type

module

Maintenance status

Development status

Downloads

1346

Component created

Component changed

Query tools is a small API module to make it easier to query and save Drupal objects.

Unlike other frameworks, Drupal lacks some tools for accessing and saving data in a granular or property-based way.

Currently it does the following:

  • Retrieve an array of nodes based on CCK field values
  • Save a node by passing a field value

Query tools currently only supports Nodes.

You should not install this module unless you wish to use its API in your own code, or you are instructed by another module.

Clipboard block

Component type

module

Categories

Maintenance status

Development status

Downloads

772

Component created

Component changed

The Clipboard module provides blocks where you can copy your node for future use.

Select the content type you want to be "clipboardable" and drag and drop your node or copy it with the contextual menu.

Clipboard also provides a hook_clipboard_action where you can implement custom action on selected nodes.

Usage :

Go on Clipboard settings (admin/config/user-interface/clipboard) and set up the content type you want.
Active one or more Clipboard block and you're done.