You are here

README.txt in Empty Page 8

Same filename and directory in other branches
  1. 7 README.txt
A simple empty page solution. Assists in creating empty menu callbacks,
mostly used for pages that only consist of blocks.

Authors:
  Nick Robillard <http://drupal.org/user/176017>

Sponsors:
  80 Elements <http://80elements.com>


Requirements
------------

1. Menu - Drupal core optional


Installation
------------

1. Place this module directory in your modules folder
(usually modules/contrib/).

2. Go to "Administer" > "Extend" and enable the module.

3. Manage callbacks at "Structure" > "Empty Page callbacks"
<admin/structure/empty-page>


Example: Create an empty front page
-------------------------------

1. Create an Empty Page callback. <admin/structure/empty-page/add>

2. Enter "node" in the Internal Path field (if that is what you have
under Default Front Page on the Site Information page).
<admin/config/system/site-information>

3. Add a Page Title (optional) and Save.


The standard list of the latest 10 nodes promoted to the front page is now
gone.

File

README.txt
View source
  1. A simple empty page solution. Assists in creating empty menu callbacks,
  2. mostly used for pages that only consist of blocks.
  3. Authors:
  4. Nick Robillard
  5. Sponsors:
  6. 80 Elements
  7. Requirements
  8. ------------
  9. 1. Menu - Drupal core optional
  10. Installation
  11. ------------
  12. 1. Place this module directory in your modules folder
  13. (usually modules/contrib/).
  14. 2. Go to "Administer" > "Extend" and enable the module.
  15. 3. Manage callbacks at "Structure" > "Empty Page callbacks"
  16. Example: Create an empty front page
  17. -------------------------------
  18. 1. Create an Empty Page callback.
  19. 2. Enter "node" in the Internal Path field (if that is what you have
  20. under Default Front Page on the Site Information page).
  21. 3. Add a Page Title (optional) and Save.
  22. The standard list of the latest 10 nodes promoted to the front page is now
  23. gone.