Comment limit

Component type

module

Categories

Maintenance status

Development status

Downloads

3639

Component created

Component changed

Limits how many comments a user may post on a node.
Adjustable on a per node type basis.

This module can be handy for instance when comments are used as "Reviews" and "Ratings" for products and a user may only review and rate a product once.

If you have any other use cases, let us know so they can be posted here.

Open Media Navigation

Component type

module

Maintenance status

Development status

Downloads

854

Component created

Component changed

This module creates a "fake" set of tabs". Like om_me, this is a less Drupal approach to navigation but makes more sense to end users. om_navigation provides a hook that can be leveraged with the same page callbacks and access checks as traditional MENU_LOCAL calls.

Node Embed

Component type

module

Categories

Maintenance status

Development status

Downloads

44095

Component created

Component changed

Have you ever wanted to include the rendering of node within the content of another node? For example, embedding an Image/Slideshow/Video node within the body of an Article node. Or the embedding of an Author node as a bio block within a blog posting? Node Embed allows you to do that.

Coremetrics

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Abandoned Module: As of October 4th, 2010 this module has been marked as abandoned. If you would like to take over as maintainer of this module, please file an issue in Webmaster Issue Queue.

********************************************************

This is a placeholder for the module that I will be contributing soon. If you are interested in testing it, please contact me through my contact form here.

Ubercart Min/Max Order Quantity

Component type

module

Categories

Maintenance status

Development status

Downloads

3533

Component created

Component changed

This simple module allows Ubercart store administrators to set the minimum and maximum number of items to be in the shopping cart before a user is allowed to proceed to checkout.

Foursquare Connect

Component type

module

Maintenance status

Development status

Downloads

1945

Component created

Component changed

The Foursquare module helps you in authenticating your users with Foursquare. It wraps the foursquare-async library in order to setup an OAUTH connection for your users.

The user will be able to connect with foursquare on his user profile page. If connected, the website can make authenticated calls to Foursquare.

The module in itself has no use, but should be used by other modules in order to get information from and to Foursquare.

Hide This Block

Component type

module

Maintenance status

Development status

Downloads

2163

Component created

Component changed

This module adds an AJAX-enabled link to any user-configurable blocks on your site, providing authenticated users with the ability to hide those blocks with a single click, rather than by editing their user profile.

Views Hacks

Component type

module

Categories

Maintenance status

Development status

Downloads

59955

Component created

Component changed

Call for maintainers

I am not having the time to address the issues on this collection of unrelated submodules. With the help of other maintainers, I am in the process of moving each submodule to its own full project. Please contact me if you are interested to take over one or more of them.

This package contains a set of small Views add-ons that provide useful functionalities. Included are the following modules:

XCache Cachepage

Component type

module

Maintenance status

Development status

Downloads

224

Component created

Component changed

This module provides an alternative cache.inc file to serve anonymous page requests from xCache. This module makes use of DRUPAL_BOOTSTRAP_EARLY_PAGE_CACHE and implements page_cache_fastpath().

For anonymous users I want to serve pages from XCache, but I didnt want to use memory caching as a replacement for every cache table, only serving cache_page content for anon users from XCache.