This module provides functionality similar to sites such as Yahoo! Open Shortcuts, YubNub, Quix, or Queriac. DrubNub allows users to create search shortcut "commands" that perform search queries. Users enter commands along with search terms into the "DrubNub Command Line" form and are then redirected to a search results page, even results on third party sites.
For example, the built in g command performs a Google search. Entering g Drupal into the DrubNub command line will redirect the user to the Google search results for the term Drupal. Click on the thumbnail to view a brief (animated gif) demo of the module in action.
URL alter is a utility module that adds two new hooks for other modules to implement: hook_url_inbound_alter() and hook_url_outbound_alter(). These hooks also replace the need for the special, silly custom_url_rewrite_inbound() and custom_url_rewrite_outbound() functions commonly found in settings.php.
It also provides an interface for administrators to enter in their own hook_url_alter code without needing to create a custom module.
The set of modules in this project is basically the glue that leverages on other Drupal modules to provide the integration with deviantART.com.
deviantART is an online art community for artists and art lovers to interact in a variety of ways, ranging from the submission of art to conversations on a number of topics. Read more...
Drupal 7.x
This module provides a field type, with a widget to enter the deviantART entry URL, and a formatter to display the embedded view using deviantART.com provided Flash viewer. The formatter allows you to specify the width and height per instance.
There are two modules that provide different set of features.
deviantART Embed
This module lets you create a node that has embedded deviantART entry. Just provide the URL while creating the deviantART Embed node, and the module takes care of extracting the deviantART entry id and displaying it in the embed code.
Depends on:
content and content_copy: Enable these modules before activating deviantart_embed. Download these modules from CCK.