Maintainers strive to actively monitor issues and respond in a timely manner.

Siblings

The main idea of this module is to provide more useful ways to use the relation module to connect entities to one another by attaching some of that functionality to specific paths.

FTP Gallery

Creates very simple image galleries based on files uploaded by FTP. This module is designed for a photographer's Web site where they need to upload 100's images into a gallery and don't want to deal with file upload limitations often placed on lower budget hosting.

By design, there is zero CSS styling that comes built-into this module -- that's up to you as a themer. The markup is minimual as well: just a <div>, a <ul>, and a lot of <li> elements. If you set different Imagecache presets for the thumbnail and full size images, it builds a links between the two making it easy to integrate a third-party image overlay module such as Shadowbox, Lightbox, or similar.

Integration with Shadowbox (Drupal 6.x)

(Note: Something similar should work with Lightbox or Thickbox, but I haven't done it personally...)

  • Download and enable the Shadowbox module. Follow the instructions in that module to download the Shadobox Javascript code.
  • Go to Site configuration -> Shadowbox -> Global.

Sneak Preview

On several of my projects I have needed an option to show people content on a site before publishing it. This could be for contributors to have a sneak peek at their contribution for review, managers having a look at an important page for approval before going online with it or simply people, who were relevant to show stuff before it was publicly available.
In the current Drupal world this would require registering these persons, having them log in and giving them or their roles access to see unpublished nodes.
Not really a good, secure or easy way of doing things.
On a custom CMS I did years ago, I added a link to all articles, which included a code that cleared this particular link to circumvent all the usual permissions and allow people who had this unique link to see the single article before it was published. Once the link was published, the link would just take them to the normal article.

I have created a module for Drupal 7, which allows me to do the same thing on Drupal sites.

Node Taxonomy Defaults

Node Taxonomy Defaults provides options to change taxonomy related behaviors upon node creation or editing. It currently allows:

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained