Fitbit API Integration

Component type

module

Maintenance status

Development status

Component created

Component changed

Hi,

I am working on this module for integrating Fitbit API in Drupal 7.
So, that user can fetch their fitness activities and other health records from Fitbit server.
More information about Fitbit API you can see hereFitbit.

Currently what is working in module:-

make tolstoy vocabulary

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a simple example custom module to programmatically add a vocabulary to a drupal site. Vocabularies are used in drupal sites to categorise content in a planned, structured way. If you copy this module into a drupal site and enable it, it will insert the vocabulary. It creates categories for books by Leo Tolstoy.

Salesforce Outbound Messaging

Component type

module

Maintenance status

Development status

Component created

Component changed

This module creates an endpoint for the Salesforce Outbound Messages. It will run the hook_salesforce_outbound_messaging_notification(string $type, array $output) and send the object type and content.

Its configuration allows for IP whitelisting of Salesforce addresses, a debug mode, and an freely editable endpoint.

OG Visibility

Component type

module

Maintenance status

Development status

Downloads

961

Component created

Component changed

Enables defining default group content access at the group level. Provides 3 visibility settings:

  1. Public: Group is public and group content is public by default
  2. Private: Group is public and group content is private by default
  3. Hidden: Group is private and group content is private by default

It provides an easy way for content editors to create groups everyone will be able to see they exist, but where only group members will be able to access content inside these groups.

Domain Default Redirection

Component type

module

Maintenance status

Development status

Downloads

2455

Component created

Component changed

This small module provides a redirection feature instead of providing the default domain contents in the Domain Access suite.

In a nutshell, subdomain redirection handling will be shifted from your domain's DNS settings to your Drupal installation, redirecting all subdomains to the specified URL while still serving Drupal content to the subdomains set in Domain Access.

Correspondence

Component type

module

Maintenance status

Development status

Component created

Component changed

Create a nice looking PDF communique with letterhead for either e-mail or print correspondence.

Adds a PDF tab to the node edit form. The WYSIWYG output will not match the PDF perfectly due to the fact that PDF exists in "print" while the WYSIWYG is browser based and thus treats text differently. Things that have sizes defined explicitly such as HTML tables or images should be pretty dead-on.

Mail Dumpster

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Mail dumpster lets you suppress mail messages from modules that you can't otherwise disable (looking at you UberCart). Advanced Mail Reroute is the right tool for the job, but the D7 port is sketchy and throws errors, so I tossed this together in a hurry.

Field collection sorter

Component type

module

Maintenance status

Development status

Component created

Component changed

The field collection module provides two widgets - hidden and embedded.

For large field collections with many fields, the embedded widget is often unsuitable, resulting in an overly complex editing UI, however it is the only widget the allows the order of items to be changed.

This module is an alternative to the hidden widget but provides a list of field collection values and a means to rearrange them using drag and drop.