Feeds Hacks

Component type

module

Maintenance status

Development status

Downloads

853

Component created

Component changed

This package contains a set of small Feeds add-ons that provide useful functionalities. Included are the following modules:

  • Feeds MultiTable (feeds_multitable): Provides processors capable of creating records in multiple tables, per input row.
  • Feeds Parent (feeds_parent): Exposes a UI to choose the parent of a feed node item when creating or editing the node.
  • Feeds Actions (feeds_actions): Provides actions on feeds for bulk or triggered modifications.

Flatmenu

Component type

module

Categories

Maintenance status

Development status

Downloads

1430

Component created

Component changed

Flatmenu is a module to display menus on a different way. It shows on a frontpage the top level (Level 0) and his childs (Level 1).
On a page of a top level (Level 0) his childs (Level 1) as parent and the childs (Level 2) of a parent and so on.

Every flatmenu is a normal block.

An example of the module do you see here http://press.visitberlin.de/en.

It does not check the permission from a rendered menu link.

BundleCache

Component type

module

Maintenance status

Development status

Downloads

833

Component created

Component changed

BundleCache is a module that allows more intelligent bundling of CSS and JavaScript files by grouping only files that belong together. While the aggregation mechanism in the Drupal core creates a new “bundle” for each set of files, BundleCache allows you to create for example one “main” bundle that is used throughout your site and additional bundles that are only used on certain pages. It also adds features to control the delivery of these files to the user by allowing to change the hosts from which they are served.

Open Media Manual Scheduler

Component type

module

Categories

Maintenance status

Development status

Downloads

347

Component created

Component changed

This module uses Open Media Playback Servers to schedule shows on Princeton, Tightrope, or Synergy playback servers from Drupal. Does not require configuring a grid of Timeslots based on Themes or Projects like Timeslot Scheduler. Simple UI for adding a single show starting at a specific time.

More Buttons

Component type

module

Maintenance status

Development status

Downloads

8466

Component created

Component changed

The More Buttons (MB) module allows to use additional buttons with Drupal.

MB is the evolution of the More node buttons module from Drupal 6.

MB provides additional buttons for:

  • Content; Node module
  • Comments; Comment module
  • User; User module

MB provides a additional Create new action.

UUID Resolver

Component type

module

Maintenance status

Development status

Downloads

421

Component created

Component changed

UUID Resolver is a module that accepts a UUID under a registered wildcard menu path and redirects to the target object (i.e. node/term/etc.) the UUID identifies. It integrates with the UUID module to look up an object. When a page access hits the wildcard path with a UUID recognized in the system, the URL is redirected to the path of the target object.

For example, in a Drupal site http://www.example.com, node UUID lookup is registered on the path uuid/%. The site has a node:

  • nid: 2
  • uuid: 286acd2e-cd1d-11df-a386-005056812593

The following URL:

http://www.example.com/uuid/286acd2e-cd1d-11df-a386-005056812593

will be redirected to

http://www.example.com/node/2

Panelator

Component type

module

Maintenance status

Development status

Downloads

284

Component created

Component changed

Panelator allows you to bring your entire site under the control of Panels.

Panelator can automatically render every page on the site through panels, giving simple drag-drop management of blocks and all the usual features that come with using panels.

I wrote this for a project a few years ago and don't really have any plans to go back to this…it's interesting as a how-do-you-integrate-with-panels example but isn't going to be actively maintained. If you'd like to take over maintainership, please raise a ticket in the issue queue.