Panels Visibility Variable

Component type

module

Categories

Maintenance status

Development status

Downloads

225

Component created

Component changed

Allows showing/hiding a panel pane based on a variable value.
Includes an example on how to write a module that creates a UI for custom variables manipulation, but you can always use 'drush vset' to experiment.

Key Value Table Formatter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This display formatter allows you to enter content in a textbox in a "key:value" format and have it displayed as a table row.

Based on the Definition List Formatter module by Ben McClure

Example Use Case:
You import a list of items in the following format: "Trees:green|Clouds:white|Sky:blue|Roses:red" and store it as a multiple-value text field:

Trees:green
Clouds:white
Sky:blue
Roses:red

New York Times Best Sellers

Component type

module

Maintenance status

Development status

Component created

Component changed

A simple module for displaying the New York Times Best Sellers list as either an ordered list of titles or series of cover images. Includes options for which lists to include, how many to show, and where to link to.

Originally developed by Syntactic Studio for the Highland Public Library.

Counter Up

Component type

module

Maintenance status

Development status

Downloads

621

Component created

Component changed

This module basically used to show stats in counter up form like from 1 to that particular.

Just put the numbers in a div/span and provide class="counter".

Like:

<div>
  <span class="counter">1,234,567.00</span>
  <span>$</span><span class="counter">1.99</span>
  <span class="counter">12345</span>
</div>

See DEMO here.

Weekly Schedule

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project was originally created for a community radio station that needed to display a broadcast schedule. It stores data in nodes, having content types for Programs and Programmers. From this data it displays a weekly schedule as a table, and daily schedules as views. It has basic responsive capabilities, and was developed for the Bootstrap theme.

You may find it suits your needs for similar applications, or you may be able to use it for other purposes. I'd be curious as to what you come up with.

Money Conversion Dialog

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

OVERVIEW
========

Provides 'Click to convert!' addon for Money CCK fields, implemented as an
additional formatter for Money CCK fields.

When enabled, a small calculator icon is displayed next to the money value when
the node is rendered. When the calculator icon is clicked, a conversion dialog
pops up allowing the user to choose the currency to convert the amount to.

Field Group Roles

Component type

module

Maintenance status

Development status

Component created

Component changed

Field Group Roles grants access to Field Groups in entity creation and edit forms based on user roles. Access to Field Groups is granted by implementing a Field Group machine name naming convention that includes a Field Group Roles indicator and a user role indicator.