Sweet Alert

Component type

module

Maintenance status

Development status

Downloads

812

Component created

Component changed

Integrates the SweetAlert plugin to act as a modern replacement for JavaScript's alert.

Third Party Dependencies

- SweetAlert (https://github.com/t4t5/sweetalert)

Installation

- Download the SweetAlert library and unzip it to /libraries/sweetalert
- Enable the SweetAlert module
- Clear all cache, the status report page should indicate both libraries are included successfully

The libraries path is in your Drupal root, outside of /core. Do not place it in /core.

Ad integration

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Responsive integration of ads with a hierarchical configuration. Integration of Orbyd and Forward Ad Group ad engines are provided, but a more general approach is in development.

Hubspot forms

Component type

module

Maintenance status

Development status

Downloads

2583

Component created

Component changed

This is a very simple module that allows you to create Hubspot form blocks on your Drupal sites. The module also comes with a new field type so each entity could have it's own form.

CKEditor plugin allows editors easily embed Hubspot Form into content by adding token: [hubspot-form:FORM_ID partner_id:PARTNER_ID]

No need to copy embed code from Hubspot and paste it into your website.

Enable it, provide an API key and you're ready to use the module.

Meeting Scheduler

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Meeting Scheduling module can be use to schedule a meeting with any Registered user.

Work Flow :-

Registered user can generate his availability slots from this page (http://yourdomain.com/user).Just click on “Create Time Slots of Month” button. Their availability will be added for current month.
→ Default time slots from Monday to Friday is 7:30am - 6:30 pm.
→ Default time slots for Saturday is 9:00am - 1:00pm.

Currency Exchanger

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Currency Exchanger is a drupal module. A user can get real-time currency conversion with real-time currency exchange rate. Since it is using Google finance currency convertor API, hence it can be used for almost all currency conversions. While using it, it will appear as a block or form.

STEP TO USE

  • Download & enable this module.
  • Now we can use this module as a block or from.
  • For accessing like form we can use url(/currency-converter).
  • For accessing like block we can configure our block.

Custom Required Marker

Component type

module

Categories

Maintenance status

Development status

Downloads

1407

Component created

Component changed

Synopsis

This simple module lets you set a custom replacement for Drupal's standard asterisks required marker (*) this marker will be used for fields that are added to static fields as well as dynamic fields.

This module modifies the behaviour of the state:required bind function in states.js.
This module implements a custom theme_form_required_marker function.

You can set both the text of the marker and the title attribute of the required marker's wrapper.