Found out how to
EXCLUDE FORUMS WHEN PLACING THE CODE IN SHOWTHREAD TEMPLATE:
Use this code instead of the one provided by the author of this mod:
Code:
<vb:if condition="!in_array($GLOBALS['forumid'], array(x,y,z))">
<a class="a2a_dd" href="http://www.addtoany.com/share_save"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_show_title=1;a2a_num_services=14;</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
</vb:if>
Replace what's in red with your forum id's. Separate multiple id's with a comma in between.