Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download exclude_node_title-7.x-1.7.tar.gztar.gz 11.84 KB
MD5: 92123575d8932a57bcfa0693060dbf27
SHA-1: 2c814c0793b28552c5b1a1a153b0f4f831e84c84
SHA-256: 31cb6807306aefdf3922e7e0bb55180c8c064ffb1473e8460e9959336a1c1f30
Download exclude_node_title-7.x-1.7.zipzip 13.79 KB
MD5: 6f15b1784b43c4e1534e220a711b2257
SHA-1: ac57dc283710f3174c4a86334281d8dd11e958f9
SHA-256: 5546233b535f6eb18e882f48b26747137fb5c504b9241937cd0963679d416e9b

Release notes

Changes

  • #2041959: Add an ellipsis to "All nodes" and "User defined nodes", and dynamically change the "Exclude from:" label to either "Exclude title from all nodes in the following view modes:" or "Exclude title from user defined nodes in the following view modes:".
  • #1512894: Hide the title from node add/edit forms.
  • #1751806 cristinawithout, yannickoo: Add compatibility with Display Suite.
  • Use hook_preprocess_node() instead of hook_node_view() so that $node->title is not directly altered.
  • Use hook_preprocess_search_result() to remove the node title from search results.
  • Hide the node title produced by the Drupal-core overlay module.
  • #1645344 gease: Remove backticks in SQL query to support Postgres.
  • #1800326 jucallme: Control the field's position on the node edit form.
Created by: fizk
Created on: 31 Jan 2014 at 07:14 UTC
Last updated: 25 Jun 2015 at 23:48 UTC
Bug fixes

Other releases