PHP Configuration

Component type

module

Maintenance status

Development status

Downloads

1457

Component created

Component changed

Summary

Add PHP level configurations. You can add any PHP configurations like

  1. memory_limit
  2. max_input_time
  3. max_execution_time

etc using this module. You dont need to edit settings.php or .htaccess or php.ini file every time.


Find all PHP level configurations that you can set using this module http://www.php.net/manual/en/ini.list.php

Requirements

Just Drupal Core.

Installation

Enable the module.

Correspondence

Component type

module

Maintenance status

Development status

Component created

Component changed

Create a nice looking PDF communique with letterhead for either e-mail or print correspondence.

Adds a PDF tab to the node edit form. The WYSIWYG output will not match the PDF perfectly due to the fact that PDF exists in "print" while the WYSIWYG is browser based and thus treats text differently. Things that have sizes defined explicitly such as HTML tables or images should be pretty dead-on.

GALoader

Component type

module

Maintenance status

Development status

Component created

Component changed

Module that hides default drupal ajax loader and expose a custom one in a fixed position. Just install and it's ready to use on any ajax callback.

This feature helps standard drupal distributions to save time on managing markup problems about drupal loaders on your projects, it affects all ajax loader actions even on drupal submit ajax forms, GLoader hiddes ajax loaders trought css avoiding computing hooks.

Posible future features:
- Custom ajax loaders
- Custom ajax loaders configuration
- Custom ajax loaders restictions

geoip_lang

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows you to use free GeoIP Lite database by MaxMind to redirecting users based on their country or location for an i18n site
For using this module geoip should be insatlled on your webserver .

$ sudo -s
# apt-get install build-essential php5-dev php5-cli libgeoip-dev libgeoip1 php-pear
# pecl install geoip

Next