Quote:
Originally Posted by gcxboxps
Installed and works great.
Just one thing though, is there a way you can remove the ShareThis part from showing up in private boards?
|
If your whole board is private, you can just remove the script tag from the navbar Sharethis options page in VB Options.
If only some of your forums are private, then in the navbar_additions template, you can surround the Sharethis code with an if condition. For example:
Code:
<if condition="!$foruminfo['showprivate']">
$vboptions[sharethis_script]
</if>