This project is under active development.

Comment Limit By Role

Limits how many comments a user may post per day for every 'n' hours, where 'n' can be specified in the settings page..
Adjustable on a per user-role basis.

Panel Variant Page Title

Panel Variant Page Title allows you to set your page title directly from Panels configuration, and also allows you to take advantage from Panels Argumen

code migrate

The Code Migrate module is designed to assist developers in migrating websites from Drupal 6 to Drupal 7. It carries out a detailed analysis of the code base of the D6 site and outputs several lists that help to plan a D6->D7 migration.

WebServer Integration

Introduction

There seems to be no unified library to simplify integrating with webserver softwares and their configuration files like .htaccess (Apache) web.config (IIS) etc. Which makes it almost impossible for Drupal developers to fully integrate with all the powerful features these webservers have to offer without having to be worried about differences, manually editing files, conflict with changes made by other modules and a safe way to keep these settings up-to-date with latest modules’ changes.

These module is an attempt to address all these issues and finally making proper integration with webservers possible.

Version 1

In first version there will be no unified syntax since it’s not an easy thing to implement and requires good understanding of difference between popular web servers. However it will come with some very useful features:

  • Module hook to introduce supported webservers , require webserver configs and define some indicators so webserver integration can check whether their changes is applied or not
  • Module hook to alter webservice configuration file in text format (For example using regular expression). The running webservice will be send in as a parameter
  • Hook for defining new configuration files in different locations (by default root and sites are already defined)

Entity admin

Provides content administration & forms for entities defined in hook_entity_info

Isotope (with Masonry and Packery)

Isotope.js provides David DeSandro's Isotope jQuery plugin to Drupal as a library. Isotope is a display plugin that comes with several unique layout modes for content, including the ever-popular "masonry" layout. In addition, the plugin also provides several methods for responding to user events like window resizing and real-time sorting/filtering.

Features:

  • Includes Isotope as a library, making it available to other modules.
  • Provides a Context reaction to allow basic configuration of Isotope instances through an easy to use UI (Which are exportable as Features).
  • Stores all Isotope configuration in Drupal.settings making custom implementations/extension of basic functionality easy.
  • Includes an example context feature to show a basic implementation.

Usage:

  • Enable the module to make Isotope available as a library to Drupal
  • Take a look at the example context reaction feature included in the module for a demonstration of a simple configuration
  • Create your own context reactions to configure different instances of Isotope

Pages

Subscribe with RSS Subscribe to RSS - Under active development