Inception

Component type

module

Categories

Maintenance status

Development status

Downloads

580

Component created

Component changed

An overlay inside an overlay inside another overlay on your Drupal site. Are you really administrating your website, or are you just dreaming?

Drupal Wrappers

Component type

module

Categories

Maintenance status

Development status

Downloads

704

Component created

Component changed

Drupal Wrappers is an api module meant to "help" developers do totally awesome stuff. Imagine a module that took all those "PHPisms" and turned them into drupal functions with proper naming patterns and a look/feel just like the rest of Drupal. That's what Drupal Wrappers does.

GoSquared LiveStats

Component type

module

Maintenance status

Development status

Downloads

3414

Component created

Component changed

This module allows site owners to easily integrate their GoSquared Tracking Code into their Drupal site without having to change any source code or theme files.

This enables you to monitor your Drupal site's traffic in real-time with LiveStats and Trends, the real-time analytics platform.

To use LiveStats and Trends on your site, simply download this module and sign up for a free account at https://www.gosquared.com/plans/

Views Argument Inherit

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a new default handler for Views, allowing the argument to inherit the value from another argument.

This is probably not extremely useful in most cases, but in some cases it is kind of important that two different arguments have the same input values. This could for example be the case if you're using DraggableViews and Node References in Views together, and want to have a null argument with a parent nid and one argument with all the referenced nodes.

Views PDF

Component type

module

Maintenance status

Development status

Downloads

87197

Component created

Component changed

With this module you can output a view as a PDF document. Each field of the view can be placed on the PDF page directly in the administration interface. Therefore a new display called "PDF" is added.

There are already some PDF solutions such as Print. But these solutions use the HTML output and converts this to PDF. The downsides of such an integration are:

  • No control over page flow (e.g. page break).
  • Little or no control over page header and footer.
  • You need HTML skills to change the layout.
  • The rendering is slow and need a lot of memory, because it needs to render the HTML.
  • Complex tables make troubles.
  • Vector graphics can not be implemented, therefore the printing of the document can be problematic.
  • You are limited by HTML's capabilities.
  • No hyphenation.