Comment Statistics

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is a back-port of this Drupal 7 patch: http://drupal.org/node/292984 which adds a cid field to the node_comment_statistics table which points to the latest published comment in a node. I've also included the views patch (http://drupal.org/node/196439) so that a relationship can be made between a node and its latest comment.

Author latest content (ALC)

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Often one wants to display latest content of given content type for each user/author. And it needs to be only the latest node.
It is not possible to achieve using only Views module, well at least I didn't find an easy solution.

This module keeps record of the latest content for each content type and for each user/author. It easily integrates with Views 3.

To use it

- create View listing content of given content type
- add relationship to ALC table and you are good to go.

Commerce Views Display

Component type

module

Maintenance status

Development status

Downloads

9253

Component created

Component changed

Provides a views style plugin to render a Commerce add to cart form with a product display for a view of Drupal Commerce Products.

Sponsored by Commerce Guys

Why use Commerce Views Display?

  • You want to free yourself from node displays for Commerce Products.
  • You want to group Commerce Products into an add to cart form and do not need any description for that grouping.
  • You want to display all Commerce Products of type X on a single add to cart form
  • You want to create dynamic Commerce Product displays, ie All products under $10
  • You want to create multiple dynamic Commerce Product displays in a single view.
    Examples:
    • All products under $10 grouped by category
    • All products for a single base model field

Bot URL

Component type

module

Maintenance status

Development status

Downloads

1608

Component created

Component changed

The Bot URL module integrates with the Bot module that simply responds with the title of any URL mentioned in IRC. For example:

davereid: Have you looked at http://drupal.org/project/issues/bot yet?
Bot: Issues for Bot | drupal.org

Module also includes a hook that other modules can key into specific URLs being mentioned and change the response. For example, the Redmine module could respond to issues on a private Redmine install.

Commerce easypay

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a Drupal Commerce integration with a portuguese payments gateway called easypay. The module includes two separate modules that provide different payment methods for Drupal Commerce, credit card and payment through the portuguese ATM network - Multibanco by generating Multibanco Refererences for each Commerce order.

Entity cache for Drupal Commerce

Component type

module

Maintenance status

Development status

Downloads

13021

Component created

Component changed

Entity cache puts core entities into Drupal's cache API.

The Entity cache for Drupal Commerce module enables caching of Drupal Commerce commerce_order, commerce_line_item, and commerce_product, entities.

How to use

Install the module like any other and reset cache so that the hook_entity_info_alter() implementation is executed.

Sponsored by Spartan and Myplanet Digital.

nojs

Component type

module

Maintenance status

Development status

Downloads

2169

Component created

Component changed

Drupal normally adds the class "js" to the <html> element when javascript is enabled, allowing for the easy addition of .js to the beginning of any CSS selector if you want to theme something differently when javascript is enabled.

This out-of-the-box Drupal feature is great, but sometimes it's not good enough. As Paul Irish notes:

Access code

Component type

module

Maintenance status

Development status

Downloads

4021

Component created

Component changed

Access code module allows site visitors to log in using an access code instead of entering username and password. The module aims at expediting the process of setting up and distributing account information to new users. It is intended to be used in cases where user accounts will most likely be accessed a few times only, and you don't want the users to go through the hassle of setting up a username and password.