How to block Sharing Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    How to block Sharing

    avatar
    Vestihavet
    New Member


    Male Posts : 12
    Reputation : 1
    Language : Norwegian
    Location : Haugesund, Norway

    In progress How to block Sharing

    Post by Vestihavet February 19th 2014, 11:22 am

    I am the admin of a closed forum for parents of disabled children. We do not want anybody to share information in the forum to external parts - in any way. Is there a setting to not show the "Share" link which has a dropdown menu with umpty alternatives?
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: How to block Sharing

    Post by Ange Tuteur February 19th 2014, 2:16 pm

    Hello Vestihavet,

    You're asking about the share button that displays in the topics, no ? If so, try adding the following code to your stylesheet.

    Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
    Code:
    .addthis_button { display:none; }
    avatar
    Vestihavet
    New Member


    Male Posts : 12
    Reputation : 1
    Language : Norwegian
    Location : Haugesund, Norway

    In progress Another Share button

    Post by Vestihavet February 26th 2014, 6:52 pm

    Your advice was fine for the visible Share- button. However, in the Actions dropdown menu, there is another sharing button labelled "Send to a friend". Can that be removed too? 
    (Yes, I know that anybody can copy text from a page and paste it into an email, but I don´t want it to be possible directly from the forum).
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: How to block Sharing

    Post by Ange Tuteur February 27th 2014, 5:08 am

    Add this to your CSS to remove the actions link :
    Code:
    a[href="javascript:showhide(document.getElementById('plus_menu'))"] { display:none; }