1. Make sure you've put {$storageLink} under templates/main_header.html following all instructions described.
2. If the tag is already in the template mentioned, it depends on what kind of section you are in. Some add-ons may end their execution earlier that the code for File Bank link is executed.
For that case, try to paste the File Bank's code in bb_plugins.php which says
/* if you would like to display link to storage in forums menu for registered users only, uncomment the code below and alter it with the next line */
//if($user_id>0)
$storageLink="<a href=\"https://www.minibb.com/forums/{$indexphp}action=storage\">File Bank</a> {$l_sepr} ";
to the very top of this file (but not the whole bb_plugins code - just this part).
The link is actually indicated through the variable
$storageLink which is lost somewhere, that's why it's not displayed.