If you want to make a Forum Rules into a tab do this...
1. Add this plugin to the product file...
Code:
<plugin active="1" product="vsafrules" executionorder="5">
<title>VSa - Advanced Forum Rules - set tab</title>
<hookname>set_navigation_tab_fallback</hookname>
<phpcode><![CDATA[if (THIS_SCRIPT == 'misc' && ($_REQUEST['do'] == 'vsarules' OR $_REQUEST['do'] == 'vsaafr_mng' OR $_REQUEST['do'] == 'vsaafr_addedit')) $root = 'vsarules';]]></phpcode>
</plugin>
2. Add Navigation to the product file after</options>
Code:
<navigation>
<tab name="vsarules" date="1337937088" username="Valter" version="4.2.0">
<active>1</active>
<show />
<scripts></scripts>
<displayorder>500</displayorder>
<url><![CDATA[misc.php?do=vsarules]]></url>
</tab>
</navigation>
3. Re-install the product file via AdminCP