/**********************************************************************
* PL9 Forum Icons 1.1
* 
* Copyright  2009 Project Level 9, All Rights Reserved
*
* Website: http://www.projectlevel9.com
* Forum: http://forums.projectlevel9.com
* PHPTPL PROVIDED BY YUMI OF MYBBOARD.NET COPYRIGHT YUMI 2008 - 2009
\**********************************************************************

This is very important that you complete all steps otherwise this mod will not work.

1. Upload all folders/files in the /Upload/ directory to your forum root.
2. Open /admin/modules/forum/management.php
3. COMPLETE THE FOLLOWING FIND & REPLACEMENT STEPS

3a. FIND (2 INSTANCES EXIST):
	$form_container->output_row($lang->forum_link, $lang->forum_link_desc, $form->generate_text_box('linkto', $forum_data['linkto'], array('id' => 'linkto')), 'linkto');

3a. ADD BELOW (BELOW BOTH INSTANCES):
	$form_container->output_row("Forum Icon", "Add a custom forum icon to appear in place of the default forum icons.", $form->generate_text_box('forum_icon', $forum_data['forum_icon'], array('id' => 'forum_icon')), 'forum_icon');

3b. FIND (2 INSTANCES EXIST):
	"defaultsortorder" => $db->escape_string($mybb->input['defaultsortorder']),

3b. ADD BELOW (BELOW BOTH INSTANCES):
	"forum_icon" => $db->escape_string($mybb->input['forum_icon']),

4. Save the file and upload overwriting the existing management.php file
5. Go to: ACP > Configuration > Plugins > Find PL9 Forum Icons and click Install & Activate
6. Edit your one of your forums
7. Find FORUM ICON field under ADDITIONAL OPTIONS
8. Input the location of your forum icon ie. images/myforumicon.gif
9. Save and repeat Steps 6 and 7 for all forums you want to have a forum icon for

Please keep an idea on the release of this mod as I will be updating with an automatic plugin for all replacements as soon as I find a means to
replace lines of code inside management.php without it completely erasing the file or duplicating the file.

If you enjoy any of my mods and wish to give a donation please send all paypal donations to: payments@projectlevel9.com with message being DONATION