I have done everything in the fix list.....the only thing that struck me was you say :
Code:
Find in downloadadmin.php:
// ###### ELITECODERS DOWNLOAD HACK ######
construct_nav_option("Settings", 'downloadadmin.php?do=settings', '<br />');
construct_nav_option("Categories", 'downloadadmin.php?do=category', '<br />');
construct_nav_group("Downloads", '<hr />');
// ###### ELITECODERS DOWNLOAD HACK ######
Replace with:
// ###### ELITECODERS DOWNLOAD HACK ######
construct_nav_option("Settings", 'options.php?do=options&dogroup=ecdownloads', '<br />');
construct_nav_option("Categories", 'downloadadmin.php?do=category', '<br />');
construct_nav_group("Downloads", '<hr />');
// ###### ELITECODERS DOWNLOAD HACK ######
This isnt in the admindownload.php, its in the index.php.......all changes have been made and still same result.