I don’t think the module has this feature (yet), so you might want to post a feature request is the Solspace forums. http://www.solspace.com/forums/viewforum/23/
For now you can easily hack out that weblog if you want to. You’ll need the ID of the weblog.
open /system/modules/tag/ext.tag.php and find this line (265 in my version)
$publish_tabs['tag'] = $LANG->line('tags');
change it to this, make sure the weblog_id is correct:
if ($weblog_id != 1)
{
$publish_tabs['tag'] = $LANG->line('tags');
}
Yes,
This is something Mitchell and company would have add as a feature of the extension that handles that tab.
Or if you wanted to hack their extension you could do as Cocoaholic suggested. But, if you do it that way you will need to remember to re-implement your hack every time you upgrade the module.
Probably best to see if Mitchell will add that ability for you.
Jamie
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.