Quote:
Originally Posted by vbboarder
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>
|
thanks, what about for the User Control Panel area?