Facebook Album

Component type

module

Maintenance status

Development status

Downloads

5655

Component created

Component changed

Overview:

Facebook Album provides a simple block to display public Facebook Page Albums in a gallery and optionally in a Colorbox popup.

Only FB Pages will work with this module, not personal profile albums. Profile albums require that you use an authorized access token (this may eventually be integrated into the module, but not at this point).

Features:

Modrst

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Modrst is the module for conveniently restart the module on modules page in drupal, with it you can use the following features:

  • click on the "restart" link, the module will be disabled, uninstalled, installed, finally enabled again.
  • click on the "start" link, you can direct starting the module.

I think it is useful to test some of module features during development.

uc_payu_india

Component type

module

Maintenance status

Development status

Component created

Component changed

Ubercart Drupal module thats adds PayU India payment gateway option to Ubercart.

PayU India is a payment gateway that features easy online payments and is one of the leading payment providers in India. Indian customers can link their PayU account to their Indian bank account or their credit card.

Apart from India, PayU exists in Latin America (PayU LatAm) and Poland, among others.
Each of these PayU's have different servers, logo's and modes of authentication, therefore multiple Drupal PayU modules coexist.

MongoDB Indexer

Component type

module

Categories

Maintenance status

Development status

Downloads

1071

Component created

Component changed

Introduction

Have you ever wondered if you could use Drupal as your CMS and other technology
to distribute contents to users? Mongodb indexer could well be a key part of
(such) a system that answers this question. MongoDB indexer sends your metadata
to MongoDB without interfering/altering your main storage engine. You can add
extra data to a mongo document; or alter a mongo document before it is sent to
MongoDB. "There is a hook for that", of course.

Domain Restrict Publishing

Component type

module

Maintenance status

Development status

Downloads

995

Component created

Component changed

Synopsis

Domain Restrict Publishing is a helper module building on top of the excellent Domain Access module suite.

The module enables site administrators to restrict the domains a user can publish to, based on their assigned domains.

The module was designed to work with the "Set domain access status for all content" and allows content to be promoted to other domains while keeping control over which domain editors can edit it.

Mobile detect - drupal 8

Component type

module

Maintenance status

Development status

Component created

Component changed

drupal 8 module for detect mobile devices.

This is a lightweight mobile detection based on the Mobile_Detect.php library.
github link: mobile_detect

Twig Helper

{% if is_mobile() %}
{% if is_tablet() %}
{% if is_device('iphone') %}
{% if is_ios() %}
{% if is_android_os() %}


PHP examples