Quotations

Component type

module

Maintenance status

Development status

Downloads

4696

Component created

Component changed

The Quotations module is used to quickly and easily add styling to quotations that you want to appear on your site. It includes default sets of images (5 different sets of semi-transparent PNG quotation marks, both light and dark versions) and CSS that you can apply to specific CSS classes that appear on your site. Quotations are most often built in Drupal blocks.

Two common uses of the module are to 1) manually create a custom block that contains a quotation on the blocks page and add some CSS wrapper divs to affect the styling of the block or to 2) create a block using the Views module and then use the Quotations configuration page to adjust the default display of the Views block.

Storm Contrib

Component type

module

Maintenance status

Development status

Downloads

4379

Component created

Component changed

As our time is currently very limited, we can't keep up the development. If you are interested in co-maintaining or to take it over completely, contact us (Carsten Müller, kfritsche).

Storm Contrib is an add-on to the Storm project.
It offers extensions and new features to the Storm modules to improve projectmanagement for small and middle companies.

Finally we are in the beta phase! Please help us test all the modules!

Your feedback is most welcome! So please don't hesitate to contact us or create issues.

Features

  • extends the core Storm content types
  • more projectmanagement features like balances, progress, project schedules
  • cost calculations
  • project balances based on project budgets
  • conversion and calculation of different currencies
  • single-page overview of a project's tasks and tickets (project schedule)
  • utilisation of persons (how much each person is working or available)
  • consideration of weekends and national holidays
  • consideration of holidays by individual people
  • Apache Solr Search extension to search just Storm content types
  • ticket dependencies
  • timetracking lists for each person per day
  • timetracking statistics for each person per day and per month
  • timetracking favorites list for each user - easy start and stop of timetracking, without many clicks
  • exports lists as .csv, .xls, .doc
  • option to save filter settings for each user (finished)
  • and much more ...

UC Test Payment

Component type

module

Categories

Maintenance status

Development status

Downloads

1250

Component created

Component changed

Introduction

I want to be able to test buying products on my live website, which uses Übercart. But I do not want to turn off the site (or even just the cart) while I'm doing that (at least not for hours at a time!)

There is a test mode in my gateway, but that means other users cannot use the gateway in the normal mode while I'm testing. There is also a Test gateway for the Credit Card payment method, but I have to choose between that Test gateway or my regular gateway... so either way users cannot purchase anything while I'm testing.

So?! What the heck??

Now there is the UC Test Payment module that let administrators (UID 1 and anyone in the role(s) that you authorize.) This works 100% in parallel with all the other existing payments and gateways.

Virtual Roles

Component type

module

Maintenance status

Development status

Downloads

6209

Component created

Component changed

Virtual Roles is a module that allows user roles to be assigned to a user's account dynamically, which can differ depending on the URL being viewed.

Virtual Roles (hereafter referred to as VR) was developed and is supported by the fine folks at AllPlayers.com. Port to Drupal 7 was made possible by the support of Virtuolink.com and Choice Wireless.

Cloud Zoom

Component type

module

Maintenance status

Development status

Downloads

46376

Component created

Component changed

IMPORTANT: The 1.x plugin has been removed from the Professor Cloud website. Only the 2.x plugin is available now, which is not tested with the module and is only free for non-commercial use.

Statistics AJAX

Component type

module

Categories

Maintenance status

Development status

Downloads

6099

Component created

Component changed

Description:

This module provides a way to programmatically update the {node_counter} table (provided by the core statistics module).

This module listens to a URL in the format of /statistics/ajax/[nid] where [nid] is the id of the node you are looking to update the statistics for.

Block More Link

Component type

module

Maintenance status

Development status

Downloads

4435

Component created

Component changed

This module add a 'more' link property for each block,it can be used in block.tpl.php as a property.
put this code in your block.tpl.php:

 <?php if ($block->more): ?>
    <?php print $block->more ?>
  <?php endif;?>

Changes

From alpha1 to beta1, "$block->more_link" have been changed to "$block->more",
Please change your block.tpl.php if you update from alpha1

Usage

:

Viewport Classes

Component type

module

Categories

Maintenance status

Development status

Downloads

1429

Component created

Component changed

This module provides an easy way for module/theme developers to assign class attribute values to the body element of all pages on a site based on the available user agent (web browser) viewport width.

The typical use for this is for using these class names in CSS selectors that determinine the number of columns in a flexible-width layout (eg. three columns on large viewports, two columns on smaller ones, a single column on low-resolution mobile devices); what's now known as responsive Web design. You might also want to adjust other properties such as margins, font size, etc.

CiviRelate

Component type

module

Maintenance status

Development status

Downloads

5170

Component created

Component changed

CiviRelate extends the functionality of CiviCRM. CiviCRM is a Constituent Relationship Manager for non-profit organizations that integrates with Drupal.

CiviCRM uses what it calls a Profile, which is a custom defined collection of CiviCRM contact fields. Profiles may be used to collect information from authenticated users or anonymous users, depending on how they are defined.