Quote:
Originally Posted by thecore762
Here is a step by step instruction:
1. Go to AdminCP>Plugin & Products> Add New Plugin
2. From the drop down select Showroster Mod
3. From the second drop down select navigation_tab_complete
4. Then copy and paste the following:
Code:
if (THIS_SCRIPT == 'adv_index' || THIS_SCRIPT == 'showroster')
{
$tabid = '';
}
5. Then make sure you change "Plugin is Active" to yes.
6. Save and reload.
|
For some reason, the sub-navbar did not show anything with the adv_index variable, so I changed it to adv_portal and now they show and the roster works well too. Here is the script for anyone who has issues with the sub-nav on the vba_cmps page:
Code:
if (THIS_SCRIPT == 'adv_portal' || THIS_SCRIPT == 'showroster')
{
$tabid = '';
}