Acobot Live Chat Robot & Customer Support Widget

Component type

module

Maintenance status

Development status

Downloads

3903

Component created

Component changed

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.

Acobot Live Chat Robot

Use Acobot live chat robot to engage your website visitors and turn more browsers into buyers. Your robot will

Aegir-up (Vagrant-based Aegir virtual machine)

Component type

module

Maintenance status

Development status

Downloads

11562

Component created

Component changed

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.

Form Timeout

Component type

module

Maintenance status

Development status

Component created

Component changed

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 
}
?>

Example values

  • +30 seconds
  • +10 minutes
  • +12 hours
  • +1 day

IDFix

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

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

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

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.

Social Login and Social Share

Component type

module

Maintenance status

Development status

Downloads

29990

Component created

Component changed

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:

Drush moduleinfo

Component type

module

Categories

Maintenance status

Development status

Downloads

714

Component created

Component changed

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