Notorious VSC
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Functions that I wrote while writing RUNVSC that you might find useful though you are not using a RUNVSC theme!
Functions that I wrote while writing RUNVSC that you might find useful though you are not using a RUNVSC theme!
This package contains a set of small Feeds add-ons that provide useful functionalities. Included are the following modules:
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 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.
File Picker has moved to Github
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.
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:
MB provides a additional Create new action.
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:
286acd2e-cd1d-11df-a386-005056812593The following URL:
http://www.example.com/uuid/286acd2e-cd1d-11df-a386-005056812593
will be redirected to
Provides support for the Chinese Tudou video provider for Embedded Media Field. 7.x version works with the Media module.
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.