Tuesday, November 20, 2012

Better Formats - Module

Better formats is a module to add more flexibility to Drupal's core input format system.

Features

6.x

  • Set the default format per role.
  • Set the default format per content type.
  • Control allowed formats per content type.
  • Hide format tips.
  • Hide more format tips link.
  • Hide format selection for nodes, comments, and blocks seperately, forcing the default to be used.
  • Expand the selection fieldset by default.
  • Disable the expand/collapse of the selection fieldset.
  • Set selection fieldset title.
  • Set more format tips link text.
  • Set default formats for nodes and comments separately.
  • Sensible defaults and fail overs for ease of use.
  • Works with CCK textareas.
  • Works with Panels comment form.
  • i18n module support for user defined strings.
Read More....

1 comment:

  1. There are numerous hosting solutions available in the market but few are acquiescent for development environment in comparison to Drupal hosting. Drupal hosting had humble origins and started out as a message board but due to its ease of use and user friendly features it garnered the attention of developers community.

    http://www.cloudways.com/en/drupal-cloud-hosting.php

    ReplyDelete

only show translated menu items into current language (Drupal 8)

function MY_THEME_preprocess_menu(&$variables) {   if ($variables['menu_name'] == 'brancott-header-menu') {    $langu...