Flag clear

Component type

module

Categories

Maintenance status

Development status

Downloads

5180

Component created

Component changed

This module provides functionality to remove user flags for nodes and other entities. Instead of requiring a user to login and remove the flag, the admin now has the ability to remove the flags as well. This functionality is often useful in user-submission use-cases, where users do not necessarily unflag the content that.

This module provides menu paths for unflagging and clearing entity flags out. This module also includes views fields that can be used to output 'unflag' and 'clear flags' links for each content item.

Webform share

Component type

module

Maintenance status

Development status

Downloads

46067

Component created

Component changed

This is a helper module to prepopulate newly created webforms and to export / import webforms between sites.

Only tested on Webform 6.x-3.x and 7.x-4.x / Exports between different versions (6.x to 7.x or 3.x to 4.x) will probably not work.

Example usage 1: Prepopulated webforms

  1. Create a webform with the required components.
  2. Export the webform
  3. Edit the webform content type and paste in the content from the export (under Publishing options)
  4. Use the standard node add content links and each new content item created should be prepopulated with the exported webform.

Context Useragent

Component type

module

Maintenance status

Development status

Downloads

21516

Component created

Component changed

Main functionality

Adds a new condition to the context module that allows performing regular expression tests on the useragent string ($_SERVER['HTTP_USER_AGENT']). This allows adding different reactions based on the user's browser, operating system, or other needed contexts that may be found in the useragent string.

Mixpanel

Component type

module

Maintenance status

Development status

Downloads

6267

Component created

Component changed

Provides integration with the Mixpanel real-time analytics service.

Unlike Google Analytics, Mixpanel isn't for tracking aggregate data about page views. Instead, you send specific events to Mixpanel when users perform certain actions. This allows you to examine how users interact with your site in real-time and connects all events to the individual user who performed them (so you can contact them).

SEO diver API

Component type

module

Maintenance status

Development status

Downloads

596

Component created

Component changed

SEO diver module uses SEO diver API from http://de.seodiver.com/api to get some SEO-related values for the current domain or a custom domain.

This module provides two blocks:

  • First block shows available values for the current domain
  • Second block shows a form to query a custom domain and get the values from the APi

Imagecache Subdomain

Component type

module

Maintenance status

Development status

Downloads

368

Component created

Component changed

Introduction

This module is a extension for imagecache module to use subdomain to serve image generated by imagecache. You can define multiple subdomain and serve image from that (using specific subdomain for image).

Why use it

Using imagecache_subdomain you can improve your front end loading performance. Each browser can download only 2 different file from each subdomain together; if you use different subdomain for images your browser can dowload much file together and complete page loading faster then only one domain.

You can find more info on: