Another question...How do i make a form highlight to a tab in the built in navigation other than the Forums tab?
EDIT: I have solved this myself with the following plugin code for those who might want to do this in the future.
PHP Code:
if ($GLOBALS['fid'] == '1') $root = 'tab_abc_123';
Be sure to put the correct form id number where I have the number one & make sure that your tab_abc_123 is the tab of the tab you want to be highlighted.