This project is under active development.

Panopoly FAQ

This is a basic FAQ module designed to allow for the creation of powerful FAQ lists!

Ad manager

Ad manager admin home

The ad manager module provides a single interface for managing ads from various providers across sites it is installed on.

LGP

LGP stands for "Lazy Guinea Pig."

Drupal debugging tools for slackers. Are you one too?

Features

Currently, LGP provides a set of tools to debug Drupal, including:

  • Writing the given debug message to a temporary file, the LGP file.
  • Having a low memory footprint, skipping the Database bottleneck.
  • Being useful where Devel's dsm() does not work or when you need an alternative debug log. For example, while debugging services.module (instead of Services log) or during hook_init().
  • Having a centralized debug file; the LGP file is shared by Drupal installations that use the same temporary directory.

Functions

LGP implements the following functions:

  • lgp_print($message): Logs $message to the LGP file.
  • Lazy Print: lp($var, $keys_only = FALSE): Logs the variable to the LGP file in print_r format. Alternatively, it prints keys only (if passed an array as an argument). Alias: lfp().
  • Lazy Dump: ld($var): Logs $var to the LGP file in var_dump format. Alias: lfd().
  • Lazy Export: lx($var): Logs $var to the LGP file in var_export format. Alias: lfx().
  • Lazy Backtrace: lbt($ignore_args = TRUE): Logs the backtrace to the LGP file, without function arguments (default behavior, see debug_backtrace).

Field Group List

General Description

Fieldgroup List adds an ordered or unordered list as an html wrapper for the FieldGroup module.

dgis maps

Double gis maps and geolocation module development

Bible Readings

A Drupal module to make a daily Bible reading program available on your website.

This module is sponsored by Family Community Church (http://www.familycc.org), and was designed for their custom Bible-in-a-year reading program. The module is flexible and can be set up with any sort of 365-day reading configuration.

Features:

  • Available for Drupal 6 and Drupal 7
  • Block featuring this week's readings in a table format
  • Daily readings in the Psalms and Proverbs in addition to reading the BIble through in a year
  • Subscription option allows visitors to sign up for daily Bible readings by email (uses Cron for automated delivery)
  • Readings link to the Bible Gateway
  • Custom ctools content type allows Bible readings by date range (this week's readings, next 30 days, etc), and can be incorporated into Panels or Mini Panels
  • Developer-friendly utility modules make customization easy
  • Built-in integration with WebMobilize

Documentation

Please check out our wiki at Github: https://github.com/koremedia/biblereadings/wiki

This wiki contains all the info you need to load Bible reading plan data into your own site. It is important that you read this documentation, as the module isn't of much use without data.

Development Status

Pages

Subscribe with RSS Subscribe to RSS - Under active development