========================================
GENERAL INFORMATION
========================================
Project: Usergroup Admin v1.00
Developer: Daywalker
Email: daywalker@php-fusion.co.uk
Website: http://www.swc-factions.net
Licensed Under: AGPL(text file included in package)
Copyright  (c) 2009 Daywalker

All included Original Files
Developer: Digitanium
Website: http://www.php-fusion.co.uk
Copyright (c) 2002 - 2009 PHP Fusion C/O Nick Jones(Digitanium)

========================================
DESCRIPTION
========================================
This modification will allow you to turn once ordinary usergroups into administrative usergroups. 
Your users assigned to usergroups with which you assign Admin Rights will all be able to access the 
Admin Panel for those Rights whether they be Admin or normal Member.

You Assign Admin Rights from the User Groups Admin page. Only Admins can access Administrators and User Groups.
User Groups can Access any other admin area.

This modification does modify Core files. You will want to back up your files and user_groups table BEFORE installing 
this mod.

========================================
INSTALLATION
========================================
Step 1 - Take the below code and copy and paste it into Admin Panel > Custom Pages.php and click PREVIEW.
<?php
$result = dbquery("ALTER TABLE ".DB_USER_GROUPS." ADD group_rights text NOT NULL DEFAULT ''");
$result = dbquery("ALTER TABLE ".DB_SETTINGS." ADD admin_group smallint(3) NOT NULL DEFAULT ''");
?>
Step 2 - Copy over ALL files included with this package.
Step 3: Proceed to Admin Panel > System Admin > Miscellaneous Settings.php Choose a Usergroup as the Main Admin group.
========================================
SUPPORT
========================================
All support will be done on the PHP Fusion Mods website forum thread:
http://www.phpfusion-mods.com/forum/viewthread.php?thread_id=8915