ShareBar

Component type

module

Maintenance status

Development status

Downloads

18490

Component created

Component changed

The Drupal Sharebar module lets you easily add a "floating" social media submission bar on your website (like that found on Mashable) that includes share buttons for the most popular social media websites online such as Facebook, Twitter, and Google +1 Buttons.

Views Secondary Row

Component type

module

Categories

Maintenance status

Development status

Downloads

6229

Component created

Component changed

Provides a way to split a Views table row into two rows.
To activate it, go to the in the 'Format' settings of your Views display, and select the "Table with secondary rows" option, instead of the "Table" option.

D7-version: Requires Views 3. Supports all features of Views 3.13
D8-version: See #2638960: Port views_secondary_row to D8

Views Format Highcharts

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A views display plugin for the highcharts library.

This module is not complete, and is not currently under development for lack of time. It will be under development again soon.

Balance Tracker Transaction Type

Component type

module

Maintenance status

Development status

Component created

Component changed

Balance Tracker Transaction Type is add-on to Balance Tracker -module. This module adds the ability to set arbitrary transaction types to balance tracker transactions. Currently the types are set on the module settings page, but using taxonomy is going to be most probable choice when a stable version is released. Note that this module does not do anything by itself! It only extends the functionality of the main module!

Views Graphiz Style

Component type

module

Maintenance status

Development status

Downloads

396

Component created

Component changed

Building a Views Style that renders fields using GraphViz. Just the roughest beginning for now.

Initial style: uses "dot" to provide a flow-chart type of view. Each field will be rendered as a graphviz node, unless combined with another field. Fields can be combined in the graphviz style settings (using same pattern as the table style) to make subgraphs or records.

Each row will have its fields de-duplicated across rows.

Basically if you add fields from related nodes, you'll be able to see which nodes interact with other nodes.

Views Parent Table

Component type

module

Categories

Component created

Component changed

Select "parent table" as the style plugin for the first view, and in its options select the child view, columns to merge on, and how the columns of the child view match to the parent view.

Under each row of the parent table, matching (by merge column) rows from the child table will be displayed.

Written by bojanz and Damien Tournoud.

Views Datasource - Sandbox

Component type

module

Categories

Component created

Component changed

Views Datasource Sandbox merged Patches for Drupal 7.

Mostly json part

Facebook Application Framework

Component type

module

Maintenance status

Development status

Downloads

1575

Component created

Component changed

Overview

Facebook Application Framework (FBApp) is a set of modules designed to build Facebook Applications using Drupal. It provides an API to execute Graph API operations and FQL queries with built-in caching and support for Real-Time Updates and notifications. Includes also submodules for Rules and Views 3 integration and an OAuth 2.0 authentication mechanism that enables one-click registration and single sign-on. It is meant to be generic and compatible with other modules to allow for as many different use cases as possible. External modules that provide Social Plugins can be used with FBApp.

Features

  • Lightweight and flexible architecture;
  • Highly configurable;
  • Compatible with modules that provide Social Plugins;
  • Free from FB's PHP SDK or any client-side javascript;
  • Supports Real-Time Updates and notifications.

First login

Component type

module

Maintenance status

Development status

Downloads

2273

Component created

Component changed

A simple utility module which enables the use of "first logins". With this module the site admin can enable content or do things that appear only on the first login for users by using modules like Context or Views. Couple useful functions are included for use in custom modules.

Integration with other modules

First login will integrate nicely with both Views (field + filter) and Context (condition).