Ubercart License Keys

Component type

module

Maintenance status

Development status

Downloads

1234

Component created

Component changed

Ubercart License Keys was originally an unmaintained module posted on ubercart.org for Drupal 5. This published module forks that code and creates a stable development process for the module for Drupal 6 including upgrade path. It also aims to provide fixes for the older unmaintained code.

Use Cases:

  • License keys provided per SKU.
  • Generate license keys via your own module or importing via textarea.

New Features:

Ubercart Checkout.fi Payment Method

Component type

module

Maintenance status

Development status

Downloads

5279

Component created

Component changed

This module implements Finnish Checkout.fi payment gateway as an Ubercart payment method.

Checkout.fi payment gateway service provides all major Finnish banks and credit card payments with one contract.

7.x branch will stay in beta for as long as job_scheduler doesn't have a stable release.

Development of this module is sponsored by Mearra.

Nodereference Count

Component type

module

Maintenance status

Development status

Downloads

24495

Component created

Component changed

This is a CCK (Drupal 6) / Field API (Drupal 7) field type that will count the number of nodereferences to a particular node. The count is updated both when the node that is being counted is saved, as well as when a node that is referencing the node being counted is saved, updated or deleted. It will count references from individual nodereference fields as well as aggregate counts from multiple nodereference fields to the same node.

Also see Entity reference count for a version of this module that works with entity references.

Chaos tool custom plugins for Panels

Component type

module

Maintenance status

Development status

Downloads

5795

Component created

Component changed

Panels is a very flexible module, you can add almost anything to regions of your layout. Almost but not everything, until now, it was very difficult to add files, links, and images to panes. This module started as a way to add CCK fields to panes, but it was hard, so instead, I decided to use the FAPI and imitate some of the most popular fields. Currently, you can add Files, Images, Links, Text and soon Embedded Videos to panes.

It mimics CCK Fields but they are not CCK fields, Views won't be aware of them, and you can't extend or configure the fields you want to add.

CSS Embedded Images

Component type

module

Maintenance status

Development status

Downloads

28528

Component created

Component changed

How does it work?

According to Wikipedia, "the data URI scheme is a URI scheme that provides a way to include data in line in web pages as if they were external resources." That means that rather than having a URL telling the browser where to find the image you actually have the image data right there on the page so the browser does not have to make an extra request to get it.

Views Fluid Grid - jQuery Masonry

Component type

module

Maintenance status

Development status

Downloads

14572

Component created

Component changed

This module uses the jQuery Masonry plugin to create a fluid grid views display style.

The module's sole purpose was to make the layout on http://rusoom.com/ easier for themers. Note that it plays well with views AJAX pagers and Views Display Tabs via AJAX.

Country Ban

Component type

module

Maintenance status

Development status

Downloads

4240

Component created

Component changed

Country Ban can be used to set entire countries to "read only" or to ban their access completely. Setting a country to "read only" disables all account access for that region, automatically logging out any user which resides there and preventing new accounts from being generated. Websites set to 'read only' will still be able to be viewed anonymously. The website admin may also set a "complete ban", which will block the website entirely for all users of the configured region.

Custom Search

Component type

module

Categories

Maintenance status

Development status

Downloads

323078

Component created

Component changed

This module alters the default search box in many ways. If you need to have options available like in advanced search, but directly in the search box, this module is for you.

D8.x notes

The 8.x-1.0-beta branch is usable, and instead of overriding the default search block like it did with D6/7, it provides its own block(s) (like the Custom Search Blocks submodule in previous versions, but easier to do now with D8 core). Settings for the results page are now set per search page, not global anymore. It still misses the upgrade path.