SSH

Component type

module

Maintenance status

Development status

Downloads

303

Component created

Component changed

This module adds SSH client functionality to Drupal and Drupal Rules. Once configured, you may execute arbitrary calls to pre-defined remote hosts directly from within Drupal, either by your own supplementary module or e. g. by defining rules.

Block Lazyloader

Component type

module

Maintenance status

Development status

Downloads

2066

Component created

Component changed

This is a small helper module which will automatically lazyload all blocks for sites with multiple blocks, which will make the site load faster.

All blocks will only load when it's visible to the browser window.
Similar to Lazyloader but this time it's the block content.

YouTube Pull

Component type

module

Maintenance status

Development status

Downloads

2791

Component created

Component changed

Borrowing the simplistic idea from Twitter Pull, YouTube Pull is a simple module to pull YouTube feed for latest video listing. Support any video query parameters by the Youtube API (Atom output format).

Usage

There are no authentication information or API Keys required. Module only interacts with non-auth APIs. It all boils down to a single function:

youtube_pull_render($options);

It takes only 1 argument $options, which make up of supported YouTube API video feed parameters. Default $options

// default $options
 array(
    'max-results' => YOUTUBE_PULL_ITEMS,  // 5
  );

Responsive Web Design Images

Component type

module

Maintenance status

Development status

Downloads

712

Component created

Component changed

An easy to use simple helper module for making your images responsive.

Features:

  1. Loads the correct image size depending on the set image breakpoints, this means that you have to set image styles for these breakpoints.
  2. Only loads when it shows on the browser window
  3. Responsive images do not directly depend on the window's width but on the image container which can have % width of the window.

Available Settings:

Commerce PayPaad

Component type

module

Maintenance status

Development status

Component created

Component changed

Implements secure Pasargad payment (PayPaad) services for use with Drupal Commerce.

اسپانسر شده توسط کاموا: مشکل طراحی سایت خود را با سایت ساز کاموا حل کنید. کاموا طراحی وب سایت را برای شما آسان میکند

JUpload

Component type

module

Maintenance status

Development status

Downloads

58763

Component created

Component changed

JUpload integrates the GPL license, Java based JUpload allowing Drupal users to upload very large files (> 2GB). Unlike uploaders written in Flash, Silverlight, or HTML5, Java does not have client side issues files larger than 2GB. Using FTP eliminates issues with PHP's file upload limits receiving files as an HTTP post.

CiviCRM Group Roles Remote

Component type

module

Maintenance status

Development status

Component created

Component changed

Same functionality as the civicrm_group_roles included in CiviCRM, but using REST API for sites not connected to CiviCRM databases. If you use Bakery for SSO, CiviCRM Group Roles Remote can manage access to roles based on a CiviCRM group in a remote CiviCRM install.

Text Extract for Drupal using Tika

Component type

module

Maintenance status

Development status

Downloads

311

Component created

Component changed

Integrates Tika (docs) to extract textual information from uploaded documents (pdfs, docs, excel, etc.) and pass them as plain text to a field.

In order to use you'll need to you'll either need an Apache Solr server properly configured OR to download and extract the java jar file from the Tika site and then configure the module settings page in order to extract correctly.