I goto the admin panel to add the forum under the downloads category but it keeps adding it to the first category instead of any others i choose. Also, I cannot edit the forum to rename it.

Remove the else in both lines.

if (isset($_GET['edit_d_forum'])) 
    {
        include(PUN_ROOT."/admin_forums.inc.a.php");
    }
if (isset($_GET['edit_l_forum']))
    {
        include(PUN_ROOT."/admin_forums.inc.b.php");
    }

Had the same problem, works fine now.