Found something that needs to be fixed.
Line 409
PHP Code:
$adminlink = iif(($permissions['vbugpermissions'] & $vbulletin->bf_ugp['vbugpermissions']['canadminbugs']), "<a href=\"vbugs.php?do=edit&vbug_id=" . $vbulletin->GPC['vbug_id'] . "\">[$vbphrase[vbug_edit_bug]]</a>", "<a href=\"vbugs.php?do=subscribe&vbug_id=" . $vbulletin->GPC['vbug_id'] . "\">[$vbphrase[vbug_subscribe]]</a>");
As you can tell it doesn't use the new field you made to change the filename. But yea for now I manually changed it on my own but just so you know