/[drupal]/contributions/modules/front/README.txt
ViewVC logotype

Diff of /contributions/modules/front/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.14, Thu Sep 14 14:02:07 2006 UTC revision 1.15, Mon Sep 18 11:46:58 2006 UTC
# Line 1  Line 1 
1  $Id: README.txt,v 1.13 2006/09/14 13:57:25 jasonm3m Exp $  $Id: README.txt,v 1.14 2007/09/18 14:02:07 jasonm3m Exp $
2    
3  Introduction:  Introduction:
4    
5  This module is for people who want a custom front page to their Drupal sites.  This module is for people who want a custom front page to their Drupal sites.
6    
7  The key functionality of this module is outlined below. I recommend drupal site administrators  The key functionality of this module is outlined below.
 look at SECTIONS.MODULE if you are looking to vary the theme/look of different sections of your site.  
8    
9  This module is intended for Drupal Version 4.7. It will not work with earlier versions.  If you are comfortable with theming using a mix of php/html, I recommend you check out the
10    handbook pages I have added to Drupal.org which explains how a more advanced method of theming
11    your front page. http://drupal.org/node/46017
12    
13    This module is intended for Drupal Version 5.0
14    It will not work with earlier versions.
15    
16    
17  Key Functionality:  Key Functionality:
18    
19  1. Allows you to specify a custom front page to your site for visitors who are not-logged in (Anonymous Users)  1. Allows you to specify a custom front page based on role type.
20  and an alternative front page to your site for users who are already logged in (Authenticatd Users).  
21    e.g. For a musicians website, you could have a different front page for Drummers, Guitarists, Singers, Bass Players etc.
22    
23  3. Allows you to have a FULL front page or SPLASH page - a completely different layout to your  3. Allows you to have a FULL front page or SPLASH page - a completely different layout to your
24  main drupal site - or alternatively as a THEMED full page, i.e. it loads with your default drupal site theme & layout.  main drupal site - or alternatively as a THEMED full page, i.e. it loads with your default drupal site theme & layout.
25    
26  4. Allows you to automatically REDIRECT users to a specific page or path.  4. Automatically REDIRECT users to a specific page or path.
27    
28  5. You can include PHP/HTML or both in your frontpage  5. Disable your site for everyone but Administrators and display a custom "under maintenance" message.
29    
30    6. Display a custom "mission" style message for authenticated users who have not visited the site for a set period.
31    
32  ######### (update Sept. 10th 2005) #########  e.g. If you have had a significant update to the site, you might want to have a special notice for users who haven't
33    visited for 1 month, or 1 week etc.
34    
35  6. Updated to allow you to override the HOME links on your site including the breadcrumb HOME links.  7. Override your HOME and Breadcrumb links on your site.
    Useful if you have a splash page or flash intro on your site and when people click on HOME from within  
    your site they don't go back to that.  
36    
37  ############################################  e.g. you might have a splash front page that you don't want visitors already on your site returning to when they
38    click on HOME.
39    
40    8. You can include PHP/HTML or both in your frontpage
41    
42    
43    
# Line 49  Installation: Line 56  Installation:
56    
57  6. Paste in the TEXT/HTML/PHP contents of your front pages.  6. Paste in the TEXT/HTML/PHP contents of your front pages.
58    
59  7. To test your front_pages, use the following link http://www.example.com/?q=front_page  7. Once you are happy with your front_pages, set the DEFAULT FRONT PAGE setting to be front_page.
   
 8. Once you are happy with your front_pages, set the DEFAULT FRONT PAGE setting to be front_page.  
60     You can do this at the bottom of the front_page configuration page (ADMINISTER -> SETTINGS -> FRONT_PAGE)     You can do this at the bottom of the front_page configuration page (ADMINISTER -> SETTINGS -> FRONT_PAGE)
61     or under ADMINISTER -> SETTINGS.     or under ADMINISTER -> SETTINGS.
62    
# Line 77  Uninstall: Line 82  Uninstall:
82    
83  Hope you find it useful.  Hope you find it useful.
84    
85  This module has been developed by a few members of the drupal community and we're always looking for ideas for improving it. Email me or post a message on the drupal.org site if you have any ideas on how we can improve the module.  This module has been developed by a few members of the drupal community and
86    we're always looking for ideas for improving it.
87    
88    Email me or post a message on the drupal.org site if you have any ideas on
89    how we can improve the module.
90    
91  Dublin Drupaller  Dublin Drupaller
92    
93    
94  dub@m3m.eu.com  gus@modernmediamuse.com

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.2