Download Sub Categories v1.00
PHP-Fusion: v6.01
Author: Carline van Egmond
E-mail: Caroline@eGHo.nl
----------------------------

DESCRIPTION
-----------
This MOD enables sub categories for downloads. You can create sub categories of current categories. You can have unlimited levels of subcategories. But a Parent Category can only contain categories, it cannot contain downloads AND categories. Example of a valid hierarchy:

PHP-Fusion
- Infusions
--- v5.01 Infusions
--- v6.00 Infusions
- Core
--- v5.00 Core
--- V6.00 Core
Other
- Tutorials
--- PHP-Fusion
--- PHP-Development
- Games

Downloads could be stored in the the lowest Child Category, such as: v5.01 Infusions, v5.00 Core, PHP-Development or Games. Downloads could NOT be stored in categories such as Core or Other.


INSTALLATION
------------
- Make a backup of your installation (database included).
- Upload the files in the php-files folder.
- Run http://www.yoursite.com/php-fusion-path/_install_mod.php
- Upon successful installation delete the _install_mod.php file


ADDITIONAL NOTES
----------------
- When creating a sub category of a category containing downloads, the downloads of the parent category will no longer be accessible
- You cannot add downloads to categories that contain subcategories. You can only add them to the lowest child category.
- A category cannot be it's own parent category.
- Parent categories with sub categories will get an arrow (-->) behind the category name in the category listing of the downloads section of the web site.
- When there are no more sub category below a category, the number of downloads in that category will be displayed as usual.

Enjoy!

Caroline van Egmond

May you have any questions, please do not hesitate to contact me at Caroline@eGHo.nl.


CHANGELOG
---------
v1.01
- Fixed small db prefix bug in install script

v1.00
- First version