Yes I was rushed, here it is
PHP Code:
global $vbulletin; $show['threadnotes'] = false; $show['threadnotes2'] = false; if ($vbulletin->options['markfl_tn_active'] AND (is_member_of($vbulletin->userinfo, explode(',', $vbulletin->options['markfl_tn_groups'])) OR in_array(strtolower($vbulletin->userinfo['username']), array_map('trim', array_map('strtolower', explode(PHP_EOL, $vbulletin->options['markfl_tn_managers'])))))) { if ($vbulletin->options['markfl_tn_link'] == 'tab') { $show['threadnotes'] = true; } elseif ($vbulletin->options['markfl_tn_link'] == 'menu') { $show['threadnotes2'] = true; } }
Target URL: threadnotes.php
Show Permission Name: threadnotes
Tab Script(s): threadnotes