This project is under active development.

User Relationships Request

This module extends User Relationships and provides a block where a user can request a relationship with another user using the username.

Redirect by Selection

Redirect by Selection will provide you with a select field, and with a selected value, a user will be redirected to a specified URL for that module.

Simple Cache

before cache

A Simple cache module that works for Anonymous & Authenticated users.

Stores the HTML of the whole page in cache table and serves it after Drupal core functions are executed, not requiring to process theme functions and thus saving time.

Pages are cached by URL & user role.

XHProf Callgraph of functions called
before cache: before_callgraph.png
after cache: after_callgraph.png

Advantages:

  1. All code that does things like setting sessions($_SESSION) will work, for example: quiz module.
  2. easy to install & configure.
  3. can work along with other caching modules(example: exclude node/*/take pages in boost and use simple_cache for those pages)
  4. will cause no harm if you know what you are getting.(cached page source code is same for users of that role, irrespective of page logic)

Use cases:

  1. For pages which can't be cached by any other means because of sessions, or drupal_page_is_cacheable() is FALSE.
  2. If the page logic has to be executed and the page view doesn't depend on that logic.(example: Quiz module)

TODO:

BlastChat

BlastChat is a live communication hosting service designed for website communities from the smallest personal websites to the huge megasites who desire to provide their members and visitors with a

Spanish installation profile

This is a Spanish profile for Drupal installation.

This installation profile has two main objectives: to easy the installation of Drupal for newbies, promoting its usage; to generate a standard installation profile to foster installations for groups of programers.

The installation profile:

  • Predefines Spanish as default language for the site.
  • Configures transliteration options for pathauto.
  • Allow to set a new set of default values for installation forms.
  • Changes date and time formats.

Book TOC

This small module provides a ctools plugin that displays the Table of Contents for a book. It can be added to and panel page with a node context and supports a configurable depth.

Pages

Subscribe with RSS Subscribe to RSS - Under active development