Copyright (c) 2003-2006 Barnraiser. All rights reserved.
http://www.barnraiser.org/

 
>> WHO SHOULD INSTALL
   This is a web site module and should be installed by a web site systems 
   administrator (webmaster). An understanding of FTP, changing directory 
   privileges and web servers is required. We cannot support you if you are 
   not able to understand these things.

   
>> MANUAL INSTALL  
   
   1. Copy 'assets/lbr' into your assets directory and 'components/lbr/' and  'lbr_doc' 
      into your components directory of your AROUNDMe installation.

   2. Use the included install/am_mod_lbr.sql file to apend your AROUNDMe database.

      Note: remember to change the table name prefix if you customised it when you 
      installed AROUNDMe.
   
   3. Edit your 'components/core/config/aroundme_core.config.php. Under the '// MODULE 
      INCLUSION' section insert:
      
         $core_config['module_id']['library'] = 4;

         $core_config['module'][4]['title'] = 	"library";
         $core_config['module'][4]['db_tbl'] = "library_set";
         $core_config['module'][4]['prefix'] = 		"lbr";
         $core_config['module'][4]['version'] = 	"1.0";


    4. Place the wiki menu item in the main template - Edit your 'components/core/
       template/barnraiser_01/default.tpl.php' file and add at line 165:

       <p>
           <?php
           if (isset($section) && $section == "library") {
           echo $lang['menu_main_library'];
           }
           else {
           echo "<a href='index.php?amn=lbr_overview'>" . $lang['menu_main_library'] . "</a>";
           }
           ?><br />
           </p>

  
   5. start playing.


>> TECHNICAL SUPPORT
   See our community at http://build.barnraiser.org/ for support. If in doubt 
   contact Barnraiser and we will try to help you - http://www.barnraiser.org/





