This project is under active development.

Body Readmore

Hides read more links if a node has a body field that is not trimmed.

Mimics Drupal 6.x teaser "read more" link behavior for Drupal 7.x:

Mandrill Rejects

Mandrill Rejects - Drupal module

Mandrill Rejects makes sure that all the emails that gets rejected, gives you the posiblity to take action. More will come.
with help from Mandrill API''s.

Druuid

Overview

This module provides a field for adding universally unique identifiers (UUID) to Drupal entities, called a DRUUID.

It also lets you choose which type of valid RFC 4211 compliant UUID type you would like use, i.e. v3, v4 or v5.

  • Version 3 and 5 UUIDs are named based. They require a namespace (another valid UUID) and a value (the name). Given the same namespace and name, the output is always the same.
  • Version 4 UUIDs are pseudo-random.
  • UUIDs generated below validates using OSSP UUID Tool, and output for named-based UUIDs are exactly the same.

This is a pure PHP implementation see @link http://www.php.net/manual/en/function.uniqid.php#94959

Features

  1. Provides a UUID Field
    - Creates a field that can be attached to drupal entities and bundles
  2. Provides different UUID Types
    - Lets you choose which RFC compliant UUID code to use when generating DRUUIDS.

Usage

Enable the module and within your custom module =>

$my_uuid = druuid_create($version = '4', $namespace = NULL);

* Named-based UUID.
* $v3uuid = DrUUID::v3('1546058f-5a25-4334-85ae-e68f2a44bbaf', 'SomeRandomString');
* $v5uuid = DrUUID::v5('1546058f-5a25-4334-85ae-e68f2a44bbaf', 'SomeRandomString');

Apply with Linkedin

Simple module to add API and javascript from Linkedin

Varbase - The Ultimate Drupal CMS Starter Kit (Bootstrap Ready)

Varbase logo

Launch your Drupal site faster with over 100 pre-configured features, including AI-powered enhancements, responsive design, and top-tier SEO tools.

Brought to you by Vardot

Varbase is an enhanced Drupal distribution engineered to speed up development and simplify site-building. With adaptive functionalities, essential modules, and standardized configurations, this Drupal CMS starter kit saves over 200 hours of setup time. Built on the DRY (Don’t Repeat Yourself) principle, Varbase eliminates repetitive tasks by delivering the tools you need for every Drupal project.

Pages

Subscribe with RSS Subscribe to RSS - Under active development