$Id: INSTALL.txt,v 1.4.2.1 2007/12/05 05:12:21 drafted by jbc (drupal.org) Exp $ ******************************************************* README.txt for logintoboggan.module for Drupal ******************************************************* This module was co-developed by Jeff Robbins (jjeff) and Chad Phillips (thehunmonkgroup) with several features added by Raven Brooks (rbrooks00). INSTALLATION: Place entire loggintoboggan module folder into (a) your sites/all/modules directory (b) your sites/[my site]/modules directory. (avoid the temptation to place it directly into the /modules directory -- when upgrading your site it is important to identify all 'contributed' [i.e. non-core] modules seperately, since they must be upgraded too) Enable loggintoboggan module at Administer -> Site building - > Modules Configure loggintoboggan settings at Administer -> User management -> LoginToboggan. The module changes the functionality of the login block AND provides a new 'LoginToboggan logged in block' Configure each block at Administer -> Site building -> Blocks as follows... 1. Configure the 'User login' block for LoginToboggan functionality: Change title if required; using can make for a very neat login system, when combined with the javascript functionality: clicking upon "login / register" reveals the login form in neat sliding fashion. To select this functionality: select 'Collapsible form' under "Block type: O Standard O Link O Collapsible form." Link sends user to a login form, returning them to original page after successful login. Other block configuration options are standard. DON'T FORGET TO "SAVE" BLOCK CONFIGURATION before browsing to another page 2. Configure 'LoginToboggan logged in block' Tip: by leaving the title blank, the 'LoginToboggan logged in block' is slim and neat. So slim and neat that it can be inserted into the 'header' block region. Try it! It appears in the top right hand corner of your site. Otherwise standard block confguration options. DON'T FORGET TO "SAVE" BLOCK CONFIGURATION before browsing to another page Done!