README.txt 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. Introduction
  2. ================
  3. This module is for people who want a custom front page to their Drupal sites.
  4. For all bugs, feature requests or support requests please use the
  5. Front Page issue queue at http://drupal.org/project/issues/front
  6. Key Functionality
  7. =====================
  8. 1. Allows you to specify a custom front page based on role type.
  9. 2. Allows 4 different override types:
  10. 1. Themed - Allows you to add content that will display as a standard
  11. themed Drupal page.
  12. 2. Full - Allows you to add content that will be displayed on the screen
  13. as is. This method is the same as declaring a whole HTML page.
  14. 3. Redirect - Allows you to 301 redirect the user to another path.
  15. 4. Alias - Allows you to specify a local path which will then display as
  16. the home page without redirecting the user.
  17. 4. Allow Themed and Full display types to be passed through Drupals input filters.
  18. 5. Override Home Links to go to another local path. This could be to stop users
  19. going back to a splash screen.
  20. Installation
  21. ===============
  22. 1. Upload and install the Front Page module.
  23. 2. Go to Administer -> Config -> Front Page.
  24. 3. Expand any of the roles that you want to override the default front page and
  25. select the appropriate method of override as well as filling in the variables
  26. required for that method. Once the settings are correct save the form.
  27. 4. Go to Administer -> Config -> Front Page -> Arrange.
  28. 5. Arrange the roles in the order in which you want them to process. Roles at
  29. the top will process first and then work down the list. Once the order is
  30. correct save the form.
  31. 5. Go back to Administer -> Config -> Front Page.
  32. 6. Enable the 'Front Page Override' checkbox and then save the form. The front
  33. page module should now be working correctly.