Ok well here is the plugin:
downloads_cache_templates
Code:
$globaltemplates = array_merge($globaltemplates, array(
'downloads_navbar_button',
'downloads_navbar_search'
));
if (THIS_SCRIPT == 'member')
{
$globaltemplates = array_merge($globaltemplates, array(
'downloads_memberfiles',
'downloads_memberfiles_bit',
'downloads_memberinfo_profile'
 );
}
if (THIS_SCRIPT == 'showpost' OR THIS_SCRIPT == 'showthread' OR THIS_SCRIPT == 'private')
{
$globaltemplates = array_merge($globaltemplates, array(
'downloads_memberinfo_postbit'
 );
}
Then how do i change it? :/