Drupdates

Component type

module

Maintenance status

Development status

Downloads

1553

Component created

Component changed

Don't wanna share your custom modules on Drupal.org? Or do you have a highly secured intranet environment not allowing to update your modules from the official Drupal.org update server? You can now set up your own update server!

Drupdates allows you to set up a release-history server within Drupal. You can add projects and upload releases within seconds.

Block Manager

Component type

module

Categories

Maintenance status

Development status

Downloads

3797

Component created

Component changed

The Block Manager module is an attempt to make managing sidebars, page footers, etc. easier for content administrators (who may not be familiar enough with the way blocks are normally handled in Drupal to be comfortable). It allows the site administrator to specify regions that are handled by Block Manager, rather than the Block module. Once this is done, anyone with permission to use this module will see a new toolbar in that region with buttons to manage or remove blocks.

Publish Away Field

Component type

module

Maintenance status

Development status

Downloads

9210

Component created

Component changed

Publish Away allows you to publish your content in real time on social networks. Publish your content (on adding / updating) on your Facebook (page / timeline) or Twitter.

Do not forget to read the master file README.txt for more information related to the installation.

D8 version provides publish away field type with Facebook and Twitter field support.

For D8, add these packages to your composer.json file :
"facebook/php-sdk-v4" : "4.0.*",
"guzzle/plugin": "3.9.2"

Then run "composer update"

mentions_suggestions

Component type

module

Maintenance status

Development status

Component created

Component changed

A module to help make using 'mentions' easier for end-users - adds auto-complete suggestions while typing.

PS. In case this happens to affect anything, please note that in my drupal site, I altered the values in mentions_defaults(), using:

array('input' => array('prefix' => '@', 'suffix' => ''));

Subfolders Domain (sub domains)

Component type

module

Maintenance status

Development status

Downloads

4165

Component created

Component changed

Create and configuring easily the hierarchy Subdirectory multi-site for your Drupal multi site from one installation and a single shared database. This module allows you to add new subdomains directories or management of subdomains directories without changing/adding any file configuration (such .htaccess, sites.php, Alias in Apache config file, ...)

Ex: example.com/site-1, example.com/site-2

Subfolders Domain requires Domain module.

Do not forget to read the Master File README.txt for more information related to the installation.

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