Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Google Translate Filter is an input filter that translates the text in question from one language to another using the magical fairies of the internet (aka the Google Translate API.) Choose source
The WP theme module allows using WordPress themes with Drupal. It provides a WordPress emulator for Drupal, so the WordPress themes think they're natively running WP.
I get fed up with scrolling down the modules admin page looking for the right module to enable/disable. This module injects a tiny javascript into the page head that adds a drop down to local menus. This then allows a quick jump to sections in the page.
Shortcodes are actually macros to be used in the text of contents. These macros change the text of the content and format the given part through the theme engine. This module defines few basic shortcodes only. (New ones will come.)
Shortcode is an API that handles the shortcode macros for text formats. You can add your own shortcode tags via this API. All tags are themeable and new tags can be provided by other modules.
Initial work is based on the Wordpress Shortcode API but was reworked for Drupal. You can nest tags (within same tags too), no need for special recursion handling.
Macros come with this module
Shortcode basic tags module
[quote] Replace the given text formatted like as a quote.
[img] Show an image.
[highlight] Insert a span with highlight css class around the text.
[button] Insert a link formatted like as a button.
[dropcap] Replace the given text formatted like as a dropcap.
[item] Insert div or span around the text with some css classes.'
[clear] Insert a float-clearing div for a proper layout.