Quote:
Originally Posted by bornoffire
I did but my problems didn't magically disappear. :/
|
To add the Link on the Navbar
Plugins & Products >> Plugin Manager
Find Mini-Photoshop and edit it
Replace the "Plugin PHP Code" With this
Code:
if ($vbulletin->options['ctab_enable'] && $vbulletin->options['new_window'])
{
$template_hook['navbar_after_calendar'] .= '
<li><a href="mini-photoshop.php" target="_blank" class="navtab">'. $vbulletin->options['ctab_name'] .'</a></li>';
}else{
$template_hook['navbar_after_calendar'] .= '
<li><a href="mini-photoshop.php" class="navtab">'. $vbulletin->options['ctab_name'] .'</a></li>';
}
And save
To not show it at all i GUESS you could just add Leave is Blank