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

Commerce Ordernumber Sort

Override text based sorting on the commerce order_number field.

Shell Client

The shell_client module provides a basic class for interacting with the command line from a Drupal site. This module provides no user interface.

Hide Filepath

Hide Filepath provides a way to hide absolute paths to files on the page source, even if your Drupal instance is using the Public download method.
It especially comes in handy if you want users to be prompted to login first before viewing or downloading a file.

Note: This is not a security module. It's only "security through obscurity". If a direct file-path is known, it is still accessible.
Also, this module currently only supports file fields attached to the Node entity.

Video Demo

For a quick visual overview and demo, check out https://vimeo.com/63399648

Install

  • Download and place the module into your preferred module directory
  • Enable.
  • check the Hide Filepath checkbox on the file field settings form (each file field must be set)

Configure

When attempting to access a file, this module provides configuration options for anonymous and authenticated users.
Anonymous user options:

  • Access Denied
  • Page Not Found
  • Login challenge
  • Custom Hook
  • Allow normal access

Authenticated user options:

  • Access Denied
  • Page Not Found
  • Custom Hook
  • Allow normal access

After installation, the default values are set as:
Anonymous user = Login challenge

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained