This project is under active development.

Cache browser

The Cache browser module allows developers to inspect and analyze the Drupal cache bins and individual cache entries.

Flickr Sync

The Flickr Sync module downloads new photos from Flickr and creates Drupal nodes from them. The sync includes the title, description, tags (as Drupal taxonomy terms), and of course the image as a CCK imagefield upload.

This module does NOT provide any image gallery view or other theming.

This modules requires Flickr API module.

Note: #1869164: Upgrade Flickrsync to support latest version of flickrapi module

Differences between flickrsync and flickrrippr

The major difference is that flickrsync uses the CCK Imagefield, where Flickr Rippr doesn't. This allows for greater flexibility with other modules.

Versions

Drupal 5

Drupal 5 version of this module will no longer be supported. So long, Drupal 5.x

Drupal 6

Drupal 6 version is currently stable and under active development.

Drupal 7

Drupal 7 version is currently not under active development. There is currently a beta 1 version of the module available. If you run into any issues, please post it and we will review your issue.

Credit

Current Maintainers

gclicon: Initial development of 7.x version
dago.aceves: Initial development of 7.x version

Previous Maintainer

Autocreate Node Reference

Autocreate Node Reference adds a node reference field and automatically creates the referred node by cloning a template node.

Active Tags

Drupal Active Tags - Autocomplete Tags for tagging widget.

Enhance your Drupal entity reference fields with an intuitive tags input widget. This widget seamlessly integrates with the Drupal Entity Autocomplete, providing a user-friendly tagging experience and optimizing performance for smoother and more efficient interactions.

Twistage Integration

08-July-2014:
Now this module is maintained By:
Debraj

Twistage Integration is a module which interacts with the API for Twistage, a white-label enterprise video hosting service with a fairly robust API that is intended to be integrated closely with a CMS.

It provides tools to sync your local database of videos with Twistage, update the local list of videos in real time by processing "pings" sent from Twistage to your site, and to embed videos into blocks, pages, or anywhere else with theme functions.

This project also includes bonus modules which allow automatic syndication of video, and one-click publishing of videos in the node form.

Conditional Stylesheets

Conditional Stylesheets

Internet Explorer implements a proprietary technology called Conditional Comments. While web developers frown upon technologies that aren't cross-browser supported, many CSS developers have found Conditional Comments very useful. They can have cleaner CSS in their normal stylesheets and can fix the broken rendering in IE by placing IE-only CSS inside conditional comments; this technique is even recommended by Microsoft.

Without this module, the only way to have IE conditional stylesheets was to add 37 lines of code (more if you want to add more than one stylesheet) in four horribly-difficult-to-remember function calls to your theme's template.php. Blech. Who wants that?

This module allows Drupal 7 themes to easily add conditional stylesheets to the theme's .info file.

; Set the conditional stylesheets that are processed by IE.
stylesheets-conditional[lt IE 7][all][] = ie6-and-below.css
stylesheets-conditional[IE 9][all][] = ie9.css
stylesheets-conditional[IE][print][] = ie-print.css
stylesheets-conditional[(gte IE 9)|(gt IEMobile 7)|(!IE)][all][] = modern-browsers.css

Pages

Subscribe with RSS Subscribe to RSS - Under active development