Panels Regions

Component type

module

Categories

Maintenance status

Development status

Downloads

553

Component created

Component changed

This module allows you to selectively disable regions on a variant-by-variant basis within Panels. It's somewhat of a replacement for the 'Disable Drupal blocks/regions" checkbox.

You can find the settings within your panel variant, under the 'General' menu item.

The only drawback with this module is if your parent theme (be it core or a base theme) adds body classes for regions, they are not updated. To circumvent this, copy the body class code from the parent theme's preprocess_page function and paste it within your theme's template.php in the same location.

Node Class

Component type

module

Maintenance status

Development status

Downloads

28744

Component created

Component changed

Node Class is a simple module that allows users to add custom CSS classes to any node through the node/add interface.




For Drupal 6 only

Add the following PHP snippet to your node.tpl.php

<?php print node_class($node) ?>

So your new node.tpl.php

IntenseDebate Comments

Component type

module

Maintenance status

Development status

Downloads

1017

Component created

Component changed

This module allows the use of IntenseDebate for comment publication and management. Note that in order to use IntenseDebate comments, you will need to register with IntenseDebate to obtain an account.

This module is not officially supported or endorsed by either IntenseDebate or Auttomatic Inc.

Exclude Node Title

Component type

module

Maintenance status

Development status

Downloads

202094

Component created

Component changed

Info

This module handles a very simple functionality, decide whatever to exclude a node title from full node page or node teasers.
It provides a checkbox on node-edit pages for easier exclusion.
Also provides the option to hide all titles of a certain Content type. From the administrative interface you can select a content type to hide title for.

WordPress Migrate

Component type

module

Maintenance status

Development status

Downloads

63770

Component created

Component changed

wordpress_migrate supports migrating WordPress blog exports (WXR format) into Drupal using the Migrate module, which is now in Drupal 8 core. Import of posts, pages, comments, attachments, tags and categories is supported. Imports can be rolled back completely.

Search Node Files

Component type

module

Categories

Maintenance status

Development status

Downloads

760

Component created

Component changed

Search Node Files module indexes files attached to a node, either by upload or filefield modules, and adds it to de node's index on Drupal's search system.

The difference of this module and the search_files module is that this one handles attached files as node's content, and not as individual search results.
So when a file matches the keyword, instead of showing files as search results, the containing node will be listed.