Better relative date

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides a relative date formatter which is better than Date's time ago formatter. The main problem with the time ago formatter is that it allows to set the number of units, but not the minimum granularity.
For example of you choose to display two units you will get values like 'in 2 weeks and 2 days', but also 'in 1 minute and 12 seconds'.
For two events on the same day you will also get different values like 'in 3 hours' and 'in 5 hours', making it difficult to group appointsments by day.

Configuration source

Component type

module

Maintenance status

Development status

Downloads

1403

Component created

Component changed

This module extends the Configuration Synchronization user interface with a form to select the source of the configuration to synchronize with.

The core user interface only has the ability to compare with the default sync directory. But it is possible to define any number of other source directories in the settings.php, so this module makes it possible to compare changes between those directories and the active configuration, and to import those changes.

Live Weather

Component type

module

Categories

Maintenance status

Development status

Downloads

1811

Component created

Component changed

A simple module provides a customized live weather report as a block using Yahoo weather API.
Enter Where On Earth IDentification (WOEID) of location to use this url http://woeid.rosselliot.co.nz, will get the location details.

On the settings page, we able to hide or show Forecast image, Wind speed, Humidity level, Visibility level, Sunrise time, Sunset time in Weather block.

String Index API

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module instantiates an API into the string translation and theme processes to create unique indexes of string use instances, such that they can be invisibly attached to their appearances in the UI. This can then be used to trace the source (module, database, theme etc) of a string for translation or source replacement. Alternatively it can compile string use logs for offline analysis.

A couple of other use cases here are for interface translation where the same phrase and source string may need to be translated or replaced differently under different contexts.

Blazy

Component type

module

Maintenance status

Development status

Downloads

104748

Component created

Component changed

Provides integration with bLazy to lazy load and multi-serve images to save bandwidth and server requests. The user will have faster load times and save data usage if they don't browse the whole page.
A friend of mobile devices. Do not let images, especially iframes, kill mobile device traffics.

Simple social icons

Component type

module

Maintenance status

Development status

Downloads

2350

Component created

Component changed

Module provides simple configurable social icons as blocks. Icons can be configurable with size, radius, colors and padding.

Currently this module provides 2 types of custom blocks which gives :

  1. Share icons
  2. Follow us icons / User Social links

Icons available for :

  1. Facebook
  2. Twitter
  3. LinkedIn
  4. Google +
  5. Pinterest
  6. Email
  7. ... will added soon

How to integrate Simple Social Icons

YAML block

Component type

module

Maintenance status

Development status

Downloads

706

Component created

Component changed

About this Module

Provides a base block that allows block configuration settings to be edited and maintained using YAML.

For custom blocks that don't require an admin UI, it can be easier to just enter YAML data that is parsed in to variables that can be used to render a custom block.

This module is for sites that have...

  • Custom modules
  • Lots of custom blocks
  • Lots of custom markup/templates for their custom blocks

Examples of custom blocks that could benefit from using YAML.