Comment Fieldset

Component type

module

Maintenance status

Development status

Component created

Component changed

Comment fieldset is a simple module that will display comments in fieldset.

Some times it is hard to display comment when there is lots of comments on the page. It occupies whole page and that looks awkward.

If you have faced this type of situation then this module is for you.
Using this module administrator can select the content types for which he/she want to display comments of content/node in fieldset wrapper.

This module will add simple javascript to add the fieldset wrapper for the comments.

Acquia Purge

Component type

module

Maintenance status

Development status

Downloads

134757

Component created

Component changed

Top-notch cache invalidation on Acquia Cloud!

The acquia_purge module invalidates your Varnish caches on your Acquia Cloud site. When combined with setting Drupal's time to live (TTL) very high, your stack requires less servers, becomes much more resilient against DDOS attacks and performance dramatically improves!

Type Weight

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows each of your Content Types to be weighted, instead of weighting the individual content items or adding a weight field to the type. Once you've weighted your Content Types, you may use the value to sort within views. This is particularly useful with the ordering of node references when you have a large number of nodes.

Layouter - WYSIWYG layout templates

Component type

module

Maintenance status

Development status

Downloads

17490

Component created

Component changed

Usually people use one of the WYSIWYG editors for adding/editing content on the websites. But they are not very easy to use for many of them in some cases. If you ever wondered how to put the content on the page formatted in some fancy way (something like two columns of text, for instance) without much burden, and if you don't know how to do that in you editor, feel free to try this module.

Create and continue

Component type

module

Maintenance status

Development status

Downloads

1601

Component created

Component changed

This little module does nothing more than adding a button to the node form that permits you to create a node and continue to create another node of the same type.

It is a utility module to save time creating content. Now you don't need click several times to get to the same form again.

It is such a basic functionality I could not believe there was not a module for that. Well now there is.

Documentation:
There is no settings form you can only turn the module on or off. When turned on the button will appear on every node form.

Comment plus

Component type

module

Maintenance status

Development status

Downloads

1418

Component created

Component changed

Since my lacking time for this is unlikely to get better soon, I ceased development of this module. If you'd like to take over (or fund the required time), drop a line!

This module extends Drupal's built-in comment functions with the following features and config options, each one per node type:

  • Improved page title on reply and quote form pages.
  • User-friendly, thread-specific comment IDs like you know them from most other blog systems (#1, #2, #2.1). This feature is inspired by http://drupal.org/project/comment_easy_reply and was originally requested by neRok - Thanks!
  • A true comment permalink function similar to and even better than the one shipped with Drupal 7. While the path http://basepath/comment/id simply calls the related node page in D7, the improved comment menu callback in comment_plus redirects to http://basepath/node/nodeID?page=pagenum#comment-commentID and thus even avoids SEO punishment for duplicate content while also jumping to the related comment anchor.
  • Set a minimum character or word count for comments.
  • (Instant) replying to a node or comment optionally creates a @username#userid tag which can be processed by the included in-reply-to format filter and will then link to the referring node or comment.
  • Comment subject fields may be configured as required.
  • Subject defaults may be configured per node type, including prefixes like Re:.
  • Comment link titles may be changed per node type, you may e.g. have a label reply instead of add comment for forum posts.
  • Basic wysiwyg support.

The included comment_plus_js module additionally enables AJAX based instant replies for node types with the comment form on the node view page.

Molecule

Component type

module

Maintenance status

Development status

Downloads

706

Component created

Component changed

Overview

The Drupal module Molecule adds an input filter to Drupal to show the contents
of JCAMP-DX files. It enabled users to easily integerate JSpecView and JMol
applets into their Drupal sites without technical knowledge.

Requirements

None

Installation

See README.txt

Subdomain Field

Component type

module

Maintenance status

Development status

Downloads

885

Component created

Component changed

Allows any entity to be accessible by its own subdomain by specifying a
subdomain name in a field on the entity.

All access to the specified subdomain will show the entity, and all generated
links to the entity will link directly to the subdomain of the entity.

To minimize the amount of database lookups when doing checks on the requested
domains and when processing outbound links, all used Drupal URLs and their
eventual subdomains are cached as soon as they are hit.