Administration theme

Component type

module

Maintenance status

Development status

Downloads

146643

Component created

Component changed

Drupal allows you to define a different theme for administration pages (Administer -> Site configuration -> Administration theme). By default this only applies to pages with a path starting with 'admin' and content editing pages.

The Administration theme module allows you to use this theme on more pages like :
- batch processing pages
- devel node load and render pages
- coder code review pages
- pages you define yourself in the provided textarea

Bypass Forced Preview

Component type

module

Downloads

1593

Component created

Component changed

Drupal core has the option to force users to use the preview button, before being able to submit content. This option is pretty effective to prevent certain bots from spamming your site. However, once this option is enabled, it affects all users, including trusted users and site administrators.

This module adds a new permission that may allow privileged users bypass forced post preview, both for content and comments.

Area

Component type

module

Downloads

8667

Component created

Component changed

AREA is a visualization tool that allows friendly-graphical browsing of your nodes and creation of intuitive representations. Also allows the user to see the weight of their searches of the entire site.

PLEASE: if you are running Area module in your drupal, send me an email to jaume AT nualart.cat
I want to improve this tool and share experiencies and ideas.

When you install this module (only tested in drupal 6.x) you get a tree map representation of your site, which can be enabled in a block.

Permalink

Component type

module

Maintenance status

Development status

Downloads

6699

Component created

Component changed

What is a "permalink"?

Wikipedia defines permalink as:

A permalink, or permanent link, is a URL that points to a specific blog or forum entry after it has passed from the front page to the archives. Because a permalink remains unchanged indefinitely, it is less susceptible to link rot. Most modern weblogging and content-syndication software systems support such links. Other types of websites use permanent links, but the term permalink is most common within the blogosphere. Permalink is a portmanteau word made from permanent link.

This module allows you to add a permalink to any node type. The link will be displayed as text that is easily copied from your site so that someone can link to the node. The link text is to /node/NID or ?q=node/NID instead of an alias.

Popup filter

Component type

module

Development status

Downloads

7666

Component created

Component changed

The popup filter is now part of a suite called Popup.
Check out version 3 here

Ever wanted to put nodes or other content into popups or tooltips?
The popup filter allows the insertion of tooltip-like popups of:

  • text, nodes, blocks, menus, forms, views and php-generated content wherever input formats are applicable
  • node reference fields in node displays and views.

Instructions

  • Install the popup_filter module
  • Insert [popup] tags in content, and set the input format to "Popup filter"
  • Install the popup_filter_ui module
  • Go to admin/settings/popup-filter and setup formatters for node reference fields (if you don't like the defaults)
  • Select the formatter at the node field or view field display configuration

Popup goes the content.