Filebrowser

Component type

module

Categories

Maintenance status

Development status

Downloads

56158

Component created

Component changed

This module provides an interface for administrators to expose directories on the file system to users through a file listing as in a FTP application.

You will create one node (node type dir_listing) for each each Directory Listing (DL). Node settings are used to control access and other features of the DL. These settings can vary per node and per user.

This module offers the following features:

  • Private downloads so that files (such as PHP files) can be downloaded.
  • File blacklists so that specific files can be removed from directory listings.
  • Node-based. All features available to nodes, such as path aliasing and access control can be applied to directory listings.
  • Settings to limit exploration of subdirectories

Front Page

Component type

module

Categories

Maintenance status

Development status

Downloads

384663

Component created

Component changed

The Front Page module allows for customised home pages dependant on role. The pages can be of the following types:

  • Alias (only 2.x branch) - Allows for another Drupal path to be shown as the home page without redirecting the user.
  • Redirect - Allows you to redirect users to a local or remote URL.
  • Themed - Allows you to enter some static text that will be placed into the content area of a standard Drupal page.
  • Full - Allows for static content to be displayed to the screen as is. This method does not pass through Drupal's theming system.

Node Relativity

Component type

module

Categories

Maintenance status

Development status

Downloads

17017

Component created

Component changed

The module allows parent-child relationships between nodes to be established, managed and searched. You can restrict the types of nodes that can be parented and the ordinality of parents. These are used to contextually create links to add new child nodes or attach existing ones. There is also a navigation block that uses a node's ancestry to list out breadcrumb-style links.

Pathauto

Component type

module

Maintenance status

Development status

Downloads

4835900

Component created

Component changed

The Pathauto module automatically generates URL/path aliases for various kinds of content (nodes, taxonomy terms, users) without requiring the user to manually specify the path alias. This allows you to have URL aliases like /category/my-node-title instead of /node/123. The aliases are based upon a "pattern" system that uses tokens which the administrator can change.

Requirements

Code Snippets

Component type

module

Maintenance status

Development status

Downloads

2237

Component created

Component changed

Overview

The Code Snippets module allows you to store and display code snippets on Drupal sites. The module implements a "Code snippet" content type for storing snippets and uses GeSHi to highlight the code.

Upgrades during alpha releases

While this module is in development, there will be no database upgrade support.

Location

Component type

module

Maintenance status

Development status

Downloads

698390

Component created

Component changed

Module maintainer @podarok

The Location module allows real-world geographic locations to be associated with Drupal nodes, including people, places, and other content. The Location module allows admins to collect addresses, geocode them (translate addresses to lattitude/longitude), and associate locations with Drupal nodes and users. Location data is automatically used to generate GeoRSS within your existing RSS feeds.

We need help from developers with #1931088: [META] Fixing tests

#1940818: [META] Location 7.x-3.6 release roadmap
#2127933: [META][SPRINT][Location] Documentation sprint

At present, it is the only module that provides the views integration necessary for implementing location-based searches and is designed for the purpose of finding points on a map within a vicinity of a user-supplied location.  If you are interested in the presentation and manipulation of geographic data beyond points (e.g., lines, polygons, etc) I would recommend using the geofield and open layers modules.

Important location search change: For those using the location search sub-module, as of location 6.x-3.2 and 7.x-3.0-alpha1 users must have the "access content" permission and any relevant node access rights to see node based location search results and the "view user profiles" and "view all user locations" permissions to see user based location search results.

If updating from earlier versions and using location search, make sure to check these permissions.

Media

Component type

module

Maintenance status

Development status

Downloads

2239266

Component created

Component changed

The Media module provides an extensible framework for managing files and multimedia assets, regardless of whether they are hosted on your own site or a 3rd party site - it is commonly referred to as a 'file browser to the internet'.

Media is a drop-in replacement for the Drupal core upload field with a unified User Interface where editors and administrators can upload, manage, and reuse files and multimedia assets. Any files uploaded before Media was enabled will automatically take advantage of the many of the features it comes with.