Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / front / README.txt
1 Original drupal 8 project : https://www.drupal.org/project/front
2
3 Introduction
4 ================
5
6 This module is for people who want a custom front page to their Drupal sites.
7
8 For all bugs, feature requests or support requests please use the
9 Front Page issue queue at http://drupal.org/project/issues/front
10
11
12 Key Functionality
13 =====================
14
15 1. Allows you to specify a custom front page based on role type using 301 Redirect.
16
17 2. Override Home Links to go to another local path. This could be to stop users
18     going back to a splash screen.
19
20
21
22 Installation
23 ===============
24
25 1. Upload and install the Front Page module.
26
27 2. Go to Administer -> Config -> Front Page.
28
29 3. Expand any of the roles that you want to override the default front page and
30     select the appropriate method of override as well as filling in the variables
31     required for that method. Once the settings are correct save the form.
32
33 4. Enable the 'Front Page Override' checkbox and then save the form. The front
34     page module should now be working correctly.