ok... so i tried editing the files manually according to the parser...
i found that i was missing the file i mentioned above and that all the rest of the files were modified correctly
except for the index.template.php... so i had to add this:
'downloads',
to this:
$current_action = 'admin';
if (in_array($context['current_action'], array('search', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm',,)))
so in the end it looks like this:
$current_action = 'admin';
if (in_array($context['current_action'], array('search', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm', 'downloads',)))
now everything is hunkydory and my download link on the menu bar is showing and i can see the downloads page...
but should i be worried that i am missing that Modifications.english-utf8.php
