Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

  • Clara
    Participant

    @claraj

    resolved… thankfully

    now to just figure out how to delete the http://www.yourwebsite.com/activity/feed/ page so that no one can just use the url to see all activity….


    Clara
    Participant

    @claraj

    Not sure if you are still out there, but I am trying very hard (not a coder, btw) to create a site that will allow the members control over who can see their postings, friendships etc.

    I cannot figure out how to do it with buddypress. Every solution that has been offered has not actually done the trick, be it a plug in or adding code.

    My site is a paid membership site – and restricted to members of a local “in person” social group.

    The way buddypress is working, even with the “activity privacy” plug in installed is this:

    there is a page called activity stream. It has 4 tabs in it:

    all members
    friends
    @mentions
    rss

    Everytime someone joins the site, it shows up in the all members tab
    everytime someone accepts a friend request, it shows up in the all members tab
    everytime anyone posts any status updates, photos, or anything, it shows up in the all members tab

    anyone who has a membership can view the all members tab, therefore, nothing a member does is private.

    I have not tested emails, so perhaps emails are private, but so far, nothing else is.

    I have tried in vain to find a way to be free of the all members tab and cannot get a solution. I am considering abandoning buddypress and trying symposium and seeing if that offers privacy.

    Once the all members tab is resolved, you would also need to resolve similar issue with rss feeds, as that pumps all info out there as well, as best I can tell.

    Buddypress seems to be designed as a very very public space and I fear that trying to accomplish any privacy is a losing battle.

    If you find something that does work, I would appreciate knowing what it is as I am at my wits end with it.

    Best of luck to you.


    Clara
    Participant

    @claraj

    @mercime thank you, I am pretty sure you solved my issue with that line of code I added to my custom.css file.


    Clara
    Participant

    @claraj

    HI,

    I am attempting this as well.

    I went into custom.css in my buddyboss theme (it is reflective mobile ready theme)

    I thought I was adding this in the right place by putting it in global area, but it did not work…

    have never been near css before so clueless…

    here is what the page looks like with my addition… it did not hide the active (how long ago) item…

    can someone please advise?? I saw to add it to the bottom, but that seems not right given how this is set up… did I do something wrong with brackets, or spaces or something?

    I tried it with, and without, the dot in front of the word span…

    /*————————————————————–
    This is your custom stylesheet.

    Add your own styles here to make theme updates easier.
    To override any styles from other stylesheets, simply copy them into here and edit away.

    Make sure to respect the media queries! Otherwise you may
    accidentally add desktop styles to the mobile layout.

    You’re the boss, so have fun editing!

    ————————————————————–
    >>> TABLE OF CONTENTS:
    —————————————————————-
    1.0 – Global Styles
    2.0 – Responsive media queries (mobile styles)
    2.1 – MAXIMUM width of 720 pixels (phones landscape)
    2.2 – MAXIMUM width of 380 pixels (phones portrait)
    2.3 – MINIMUM width of 721 pixels (tablets+)
    2.4 – MINIMUM width of 1040 pixels (desktops and laptops)
    ————————————————————–*/
    /*————————————————————–
    1.0 – Global Styles
    ————————————————————–*/

    /*
    .span.activity {
    display: none;
    }
    */

    /*————————————————————–
    2.0 – Responsive media queries (mobile styles)
    ————————————————————–*/
    /*————————————————————–
    2.1 – MAXIMUM width of 720 pixels (phones landscape)
    ————————————————————–*/

    @media
    screen and (max-width: 720px) {

    /*
    .just_an_example {
    color: black;
    }
    */

    }/* don’t delete this closing bracket */

    /*————————————————————–
    2.2 – MAXIMUM width of 380 pixels (phones portrait)
    ————————————————————–*/

    @media
    screen and (max-width: 380px) {

    /*
    .just_an_example {
    color: black;
    }
    */

    }/* don’t delete this closing bracket */

    /*————————————————————–
    2.3 – MINIMUM width of 721 pixels (tablets+)
    ————————————————————–*/

    @media
    screen and (min-width: 721px) {

    /*
    .just_an_example {
    color: black;
    }
    */

    }/* don’t delete this closing bracket */

    /*————————————————————–
    2.4 – MINIMUM width of 1040 pixels (desktops and laptops)
    ————————————————————–*/

    @media
    screen and (min-width: 1040px) {

    /*
    .just_an_example {
    color: black;
    }
    */

    }/* don’t delete this closing bracket */


    Clara
    Participant

    @claraj

    Thank you!

    Wasn’t clear on where to install it, but it seems to be working.

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
Skip to toolbar