MNPP
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Quickly management to MNPP, inspired by Chris Charlton who wrote a drush command for MAMP.
Quickly management to MNPP, inspired by Chris Charlton who wrote a drush command for MAMP.
Update: Acobot service is on hold at this time. Please don't install the module until this paragraph is removed. We're sorry for the inconvenience!
Acobot is a powerful D.I.Y. customer support automation platform, which includes two features as below.
Use Acobot live chat robot to engage your website visitors and turn more browsers into buyers. Your robot will
Implementation of hook_element_hooks to provide options to define array(2D) of radios as a single form element.
Aegir-up provides a collaborative, distributed development environment, that encourages the use of Drupal best-practices. It deploys the Aegir Hosting System in a local virtual environment for development and testing. It provides all the ease-of-use of Aegir, wrapped in the convenience of Vagrant-based virtual machines. Creating sites and platforms is a matter of a click or two, while rebuilding the entire environment is a matter of minutes.
This module provides developers a `timeout` attribute for forms (Form API).
One example use is having a form that says "Fill this form out in the next 3 minutes and be entered to win a free car!"
A code example for developers:
<?php
function mycustommodule_form_alter(&$form, &$form_state, $form_id) {
$form['timeout'] = '+3 minutes'; // Uses PHP's strtotime() function
}
?>IDFix is the Drupal 7 successor off AsterX, which is only available for Drupal 6. The functionality is basicly the same but the overall architecture if comletely revamped. That means, more events and more granularity. IDFix for Drupal 7 is the core API module which is responsible for fetching, caching and parsing configurations. Aside of that it implements the basics for storage and an eventhandling layer. All other functionality will be available as a separate module. For more info see the AsterX project and it's documentation site.
Services data 7.x development sandbox.
Start with features necessary in our current project.
I will work towards porting 6.x Services Data module and contact maintainer of that module asap.
Note: Social Sharing feature is available with LoginRadius FREE plan whereas Social Login feature is available with paid plan. To learn more about LoginRadius pricing, click here
Step-by-step installation Video: https://vimeo.com/loginradius/drupal-social-login-and-social-sharing
Product Overview:
With the Drush modueinfo you will be able to see some information about the selected module.
Normally if you want so see some info about an installed modules version, you would do something like
cat sites/all/modules/contrib/views/*info
With Drush moduleinfo, you can do a
drush mi views
And you will get something like
TextExpander for Mac OS X is a powerful system-wide snippet utility that lets you recall and insert saved strings of text, for the Drupal world that would be code or commands.
NOTE: These snippets are mentioned to also be compatible with Typinator as well.