Switchtheme

Component type

module

Maintenance status

Development status

Downloads

143867

Component created

Component changed

Adds a block to allow users to switch between enabled themes.

Themes can be given 'user friendly' names and access can be controlled by user role.

Switchtheme provides optional support for Browscap module to switch themes based on the browser of a visitor.

README.txt contains instructions on how to modify a single theme and use Switchtheme to allow users to choose between a small, medium, and large text version of your site.

Path redirect

Component type

module

Maintenance status

Development status

Downloads

215313

Component created

Component changed

This module allows you to specify a redirect from one path to another path or an external URL, using any HTTP redirect status.

#D7CX: I pledge that Path redirect will have a full Drupal 7 release on the day that Drupal 7 is released. Note that the project has moved to http://drupal.org/project/redirect for Drupal 7.

fastpath_fscache

Component type

module

Maintenance status

Development status

Downloads

4466

Component created

Component changed

A file-based caching mechanism for serving up cached Drupal pages instead of using the database 'cache' table. This approach is generally faster since the web server doesn't need to initialize a database connection and crunch through a bunch of PHP files for an anonymous user hit. This code is in beta quality and shouldn't be used in production.

Block Cache

Component type

module

Downloads

3701

Component created

Component changed

This module creates a cached version of each block. Block caching happens separately from page caching and so it will work for logged-in users whether or not page caching is enabled for the site. Cached blocks make just one call to the database and can therefore reduce the overhead required to render blocks that require complex queries and/or calculations such as some Views or Taxonomy-related blocks.

Node Teaser

Component type

module

Maintenance status

Development status

Downloads

6500

Component created

Component changed

This module provides a separate teaser field.

This provides three advantages to the standard teaser system:
1) It allows users to specify a totally distinct teaser, like a
summary or description, that does not contain any node text.
2) TinyMCE attempts to encode the <!--BREAK--> normally used for
creating teasers. This circumvents that problem.
3) Users more familiar with Movable Type, Text Pattern, and the
like will be more comfortable with this interface.

nodeformtemplate

Component type

module

Maintenance status

Downloads

2325

Component created

Component changed

Allow users to configure a default template for each node type. Templates can include placeholders starting with a % sign, which will be replaced with the query string parameter having the same name.

Fasttoggle

Component type

module

Maintenance status

Development status

Downloads

44627

Component created

Component changed

Speeds up common administration tasks like unpublishing or promoting nodes or blocking users through the use of AJAX callbacks. This saves lots of page loads. If JavaScript is not available, it degrades gracefully to a regular confirmation page.

The Drupal 6 version of the module is now unsupported. A Drupal 8 rewrite (8.x-2.x) has been started. This was going to be backported to Drupal 7 but the differences are too great.

Autosave

Component type

module

Categories

Maintenance status

Development status

Downloads

85498

Component created

Component changed

The Autosave module automatically saves a snapshot of your content type form using AJAX. If the user's browser or machine dies while editing a node; the edits will be presented to the user the next time they return to the node. The user may toggle back and forth between the last saved version and the version with the edits that were lost and select which of these they would like to continue with.

Drupal 8

No support for Drupal 8 will be provided. See Autosave form for the replacement.

Global Redirect

Component type

module

Maintenance status

Development status

Downloads

955192

Component created

Component changed

Update: For Drupal 8 please use the redirect module. This project is deprecated for D8

What?

GlobalRedirect is a simple module which…

  1. Checks the current URL for an alias and does a 301 redirect to it if it is not being used.
  2. Checks the current URL for a trailing slash, removes it if present and repeats check 1 with the new request.
  3. Checks if the current URL is the same as the site_frontpage and redirects to the frontpage if there is a match.
  4. Checks if the Clean URLs feature is enabled and then checks the current URL is being accessed using the clean method rather than the 'unclean' method.
  5. Checks access to the URL. If the user does not have access to the path, then no redirects are done. This helps avoid exposing private aliased node's.
  6. Make sure the case of the URL being accessed is the same as the one set by the author/administrator. For example, if you set the alias "articles/cake-making" to node/123, then the user can access the alias with any combination of case.
  7. Most of the above options are configurable in the settings page. In Drupal 5 you can access this after enabling the globalredirect_admin module. In Drupal 6, the settings page is bundled into the module.

Bookmark Us

Component type

module

Categories

Downloads

8716

Component created

Component changed

The Bookmark Us Module allows visitors to quickly and easily bookmark your site, and the current page. Very flexible. Works with IE, Opera, Firefox, Netscape, and other Gecko-based browsers.