Comment Fragment

Component type

module

Categories

Maintenance status

Development status

Downloads

4182

Component created

Component changed

The default Drupal 7 comment permalink has the following format, /comment/[comment-id]#[comment-id], if a node has 10 comments, each page with the URL /comment/[comment-id] loads identical content to the node itself.

10 comments is just fine but how about 1000 comments? 1000 duplicate contents is very bad for SEO and our website may be the target of Google's sandbox.

Webform Draft Remind

Component type

module

Maintenance status

Development status

Component created

Component changed

This goal of this module is to send reminder emails to users that have started a draft and not submitted it, 3 days before a specific deadline.
For the purposes of defining a deadline, it also adds a field to the Webform content type for Start and End date.

Commerce Add to Cart radio input form

Component type

module

Categories

Maintenance status

Development status

Downloads

958

Component created

Component changed

DESCRIPTION

Commerce Add to Cart radio provides a Views field handler that allow you to build a Commerce products view form (using Views module) but instead of display multiples "Add to cart" buttons as the default Commerce field handler "Add to Cart form" this handler displays as a radio input for each product with a global form button.

Geocoder custom locations

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows admins to specify custom locations which will then be recognized by Geocoder. This allows for specifying special names for locations that would otherwise not be recognized, for disambiguation of common city names in a way specific to your site, or for optimizing performance for often-entered locations.

Furthermore this module allows users to easily add autocompletion to form fields where locations can be entered. The returned suggestions will then come from the specified custom locations.

Node User

Component type

module

Maintenance status

Development status

Downloads

199

Component created

Component changed

Introduction

Node User is intended to allow nodes to act as users. It does this by creating a user for each node. This functionality can be configured by node type.

This module differs from Content Profile. Content profile is designed to extend a user profile with content from a node. Node User on the other hand is intended to extend a node with a user. The node can still be authored by a different user, and indeed, this is kind of the point.

Theme Utils

Component type

module

Maintenance status

Development status

Downloads

903

Component created

Component changed

Theme Utils aims to be an ever increasing set of helpful utilities for themes and themers. Currently, Theme Utils has 4 utilities.

Block's title to class

Adds the block's title to the block's set of HTML classes (specifically to the block's $classes array variable). Useful when theming to quickly identify and target individual blocks. All blocks (custom, contrib & system) will have the additional class that this module creates added to the set of HTML class attributes.

Search exclude nid

Component type

module

Categories

Maintenance status

Development status

Downloads

7238

Component created

Component changed

Sometimes it's necessary to exclude single nodes from the site search. An example use case would be, if you use the module "Insert view" to insert views into the body text of a node, which outputs a list of other nodes. A common problem is here, that the listing node is found as a second unwanted search result as it displays content of the listed item as it's own (body) content. With this tiny module you can exclude these listing pages or other unwanted node pages from the search result by entering their node ids into an exclusion list.