/********************************************************/
/* NSN Downloads for PHP-Nuke 5.5.0, 5.6.0, & 6.0.0     */
/* 09 Nov 2002                                          */
/* By: NukeScripts Network (nukescripts@netzero.net)    */
/* http://www.nukescripts.net                           */
/* Copyright  2002 by NukeScripts Network              */
/********************************************************/

0. Copyright Notice
-------------------
- Our Package name and link MUST REMAIN in the credit footer of all NSN script
  generated pages. Translations are permitted, not renaming.
- This package CAN NOT be ported without written permission.
- This package CAN NOT be mirrored without written permission.
- Use of this package requires that credits to the original PHPNuke remain in all
  site generated page footers.
- The following are the only project licenses granted at this time (These projects
  may reproduce and/or include our scripts).
  1) The PHP-Nuke Project by Francisco Burzi
  2) phpBB2 Port Project by Tom Nitzschner
  3) OFFICIAL NSN Regional sites


1. Introduction and Requirements
--------------------------------
- It requires PHP-Nuke 5.5.0, 5.6.0, or 6.0.0 installed.
- You decide how many items per page to display thru the admin script.
- You decide how many characters to display in titles thru the admin script.
- Displays the "NEW" and "POP" icons for each item that meets the requirements.
- Is language file compatible. (currently in 1 language)
- Checks for Admin status and displays "Edit" function if authorized.
- Comes with it's own graphics so it doesn't depend on PHP-Nuke graphics.
- Has a readme file to show where to place the different files.
- No config files needed. Admin script stores config data in a db table.
- Install/Update file.
- Comes with:
  - a module which lists all of your items across multiple pages similar
    to the Members List.
  - 2 blocks, the first block lists the Top items, and the second lists
    the Newest items.
- You pick the date display format from the admin section.
- Changed heading to reflect "Category > Item"
- Auto senses if it "Is In The Home" and uses the correct linking.
- Removed unused coding to make it run quicker.
- Corrected a rare "new" icon problem in the dating.


2. Installation
---------------
Extract archive to temp dir and copy included as noted below(and chmod if shown):
---------------------------------------------------------------------------------
README.txt (do not upload, your reading it)
html/blocks/*.* --------------------> blocks/*.*
html/modules/*.* -------------------> modules/*.*

1- Once everything is uploaded, goto http://www.yoursite.com/modules.php?name=NSN_Downloads&file=admin

2- To create and populate the needed database table. Now goto your Modules Admin
    section and activate your new module. Otherwise your site visitors and members
    will be unable to use it.


3. Use
------
1) The link needed to use anywhere is :
   <a href="modules.php?name=NSN_Downloads">NSN Downloads</a>
2) To change the default configuration the module admin
3) To use the side blocks you should simply upload the files as noted above.
   After that you "Create New" block and the block will appear in your selection
   list.

Within the script you will find $index = 1; . This is preset to show the right sideblocks, to not show them
change this to $index = 0; .
