You are here

README.txt in Exclude Node Title 8

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers


INTRODUCTION
------------
This module handles a very simple functionality, decide whatever to exclude a
node title from full node page or node teasers.

It provides a checkbox on node-edit pages for easier exclusion, or you can use
the admin page to manually enter a list of node id's to exclude title.

This module also provides the option to hide all titles of a certain Content
type. From the administrative interface you can select a content type to hide
title for.


REQUIREMENTS
------------
This module requires no modules outside of Drupal core.


INSTALLATION
------------
Install the Exclude Node Title as you would normally install a contributed
Drupal module. Visit https://www.drupal.org/node/1897420 for further information.


CONFIGURATION
--------------
Let's say you create a content type called: Lightbox content, and in your
layout lightbox content will have titles set on title attribute of the link,
rather than inline on your page, so you would like to exclude title from
displaying inline for all your nodes of type Lightbox content, simple, just
check the option and voila.

This project has some other, very simple approaches, like hiding the title from
CSS using display: none or applying the template_preprocess_page hook in your
theme to make `title` variable null.
Actually `Exclude Node Title` does the same thing, only that you don't have to
manually make different hacks, hard to track from the administration interface.


MAINTAINERS
-----------
 * Neslee Canil Pinto: https://www.drupal.org/u/neslee-canil-pinto
 * Yonas Yanfa: https://www.drupal.org/u/fizk
 * Gabriel Ungureanu: https://www.drupal.org/u/gabrielu

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. This module handles a very simple functionality, decide whatever to exclude a
  11. node title from full node page or node teasers.
  12. It provides a checkbox on node-edit pages for easier exclusion, or you can use
  13. the admin page to manually enter a list of node id's to exclude title.
  14. This module also provides the option to hide all titles of a certain Content
  15. type. From the administrative interface you can select a content type to hide
  16. title for.
  17. REQUIREMENTS
  18. ------------
  19. This module requires no modules outside of Drupal core.
  20. INSTALLATION
  21. ------------
  22. Install the Exclude Node Title as you would normally install a contributed
  23. Drupal module. Visit https://www.drupal.org/node/1897420 for further information.
  24. CONFIGURATION
  25. --------------
  26. Let's say you create a content type called: Lightbox content, and in your
  27. layout lightbox content will have titles set on title attribute of the link,
  28. rather than inline on your page, so you would like to exclude title from
  29. displaying inline for all your nodes of type Lightbox content, simple, just
  30. check the option and voila.
  31. This project has some other, very simple approaches, like hiding the title from
  32. CSS using display: none or applying the template_preprocess_page hook in your
  33. theme to make `title` variable null.
  34. Actually `Exclude Node Title` does the same thing, only that you don't have to
  35. manually make different hacks, hard to track from the administration interface.
  36. MAINTAINERS
  37. -----------
  38. * Neslee Canil Pinto: https://www.drupal.org/u/neslee-canil-pinto
  39. * Yonas Yanfa: https://www.drupal.org/u/fizk
  40. * Gabriel Ungureanu: https://www.drupal.org/u/gabrielu