Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 3,001 through 3,025 (of 3,456 total)
  • Author
    Search Results
  • Dwenaus
    Participant

    @myqolik and @lautering – I believe my plugin does what you need. You mention wanting to enable people to read the content without joining the group – If you use my plugin then this is possible. When you set the group to Announcement-only, then ONLY admins and moderators can add content. The group can be public, private or even hidden. And for a public group, it doesn’t matter if the members join or don’t join, they still can’t add any content. So it really doesn’t matter if they join or don’t they still can’t write a thing. The benefit of joining the announcement group is that with email notifications plugin, you can turn that group into a email newsletter.

    Does that match what you are looking for?

    #66786
    r-a-y
    Keymaster

    @intimez

    is_site_admin() is the function but will probably be deprecated soon when WP 3.0 comes out.

    Try this out:

    <?php if ( is_user_logged_in() && !bp_is_my_profile() && function_exists( 'bp_send_private_message_link' ) && ( my_bp_is_friend() || is_site_admin() ) ) : ?>

    re: direct url to private message… you’ll have to modify the /bp-themes/bp-default/members/single/messages/compose.php file in your child theme to do a check for the username and if the logged-in user is friends with that username.

    If the username is friends with the logged-in user, show the form to complete the message; if not a friend, don’t show the form.

    #66784
    shaisimchi
    Participant

    There is a function that checks if a user is a site admin (can’t remember the name now but if you can’t find it let me know). you can use it to exclude the admin this allowing him to do send the message.

    Thanks,

    Shai

    #66777
    intimez
    Participant

    @r-a-y

    I did what you mentioned but the code in bp-custom.php is now showing up at the top of the page visible to all. Maybe I missed something else?

    edit: ooops, my mistake. It’s working now but I can PM by going direct URL.

    edit2: how to enable so admin can still PM w/o being friends?

    #66723
    r-a-y
    Keymaster

    Try this out in /wp-content/plugins/bp-custom.php:

    function my_bp_is_friend() {
    global $bp;

    if (friends_check_friendship($bp->loggedin_user->id,$bp->displayed_user->id) )
    return true;

    return false;
    }

    Then copy /bp-default/members/single/member-header.php to your child theme.

    Next, edit:

    <?php if ( is_user_logged_in() && !bp_is_my_profile() && function_exists( 'bp_send_private_message_link' ) ) : ?>

    to:

    <?php if ( is_user_logged_in() && !bp_is_my_profile() && my_bp_is_friend() && function_exists( 'bp_send_private_message_link' ) ) : ?>

    #66713
    paulhastings0
    Participant

    Are the blogs that are posting public or private?

    #66686
    rich! @ etiviti
    Participant

    check out this function in bp-friends.php

    function friends_check_friendship_status( $user_id, $possible_friend_id ) {

    that will return a string depending on the friend status

    #66676
    kurtbp
    Member

    Bump.

    Anyone made any progress with this?

    abcde666
    Participant

    just change the Group-settings from “Public Group” to “Private Group”.

    arghagain
    Participant

    I’m so happy that now I got activity problem solved which I had to follow the suggestion at http://premium.wpmudev.org/forums/topic/buddypress-upgrades-with-multi-db#post-28120. Unfortunately, I couldn’t solve the broken message problem where a member or even admin cannot send a private message to another member. Whenever trying to send a private message to a friend (which had been accepted as a friend already), I get this error “There was an error sending that message, please try again.”

    Anyone has any idea how to go about fixing the private message problem?

    #66559
    abcde666
    Participant

    I would be already happy if the already existing Private-Groups would work properly……

    https://trac.buddypress.org/ticket/2072

    #66472
    jalien
    Participant

    Actually thanks for the post. This is a something I have been doing (trying to do) since wpmu 1.0. I use WPMU / Buddypress with young (elementary school students 6-12 years old) so simplicity is a must. The New Blog Options plugin (if it works as it says it will) would make make perfect customization possible. Here are a list of WPMU plugins that I use or have used that might help. I am in the process of retrying everything to achieve exactly what you are trying to do. Let everyone on the forums know how your testing goes. Hope this isn’t too long. I added links to save time since there are sometimes plugins with similar names).

    New Blog Options – this one is fairly new (still beta), and I haven’t tried it extensively yet, but it will allow you to clone on blog setup with it’s plugin options etc. to all new blogs.

    https://wordpress.org/extend/plugins/default-blog-options/

    Limit Blogs per User – if you don’t want them making more than one blog (set to 2, one is the main buddypress blog and 2 is their own blog)

    https://wordpress.org/extend/plugins/limit-blogs-per-user/

    WPMU New Blog Defaults – this will allow you to restrict menus, change default links, etc under the Options in the Site Admin menu

    https://wordpress.org/extend/plugins/wpmu-new-blog-defaults/

    Members – this one takes over where the old Role-manager plugin left off. Haven’t had time to check it out yet, but if you could use this with New Blog Options it would allow you to very finally tune what your users could do and see.

    https://wordpress.org/extend/plugins/members/

    Adminimize – again I haven’t played with this for a while, but if you could use it with New Blog Options, then you could simplify the look of the menus for your users too.

    https://wordpress.org/extend/plugins/adminimize/

    Default User Role – will set the user role when a new blog is created

    https://wordpress.org/extend/plugins/wpmu-default-user-role/

    Plugin Manager – does what it says, allows you to manage which plugins users can set, which ones are automatically turned on, and which regular users cannot see

    http://wpmudev.org/project/wpmu-plugin-manager

    download link is: http://wpmudev.org/download/946613807_mp-plugin-manager.php

    Of course with young people you might want to consider a privacy plugin like:

    More Privacy Options – this doesn’t work with the feed on Buddypress, but if you search the forums it can be made to work or you can use the following plugin for feed privacy (Buddypress privacy should be coming soon)

    http://wpmudev.org/project/More-Privacy-Options/

    download link is: http://wpmudev.org/download/999830698_ds_private_blog.php

    BP MPO Activity Filter – This plugin, BP MPO Activity Filter, does just what the name suggests: it filters BuddyPress activity feeds. Used with More Privacy Options.

    https://wordpress.org/extend/plugins/bp-mpo-activity-filter/

    #66399
    Michael Berra
    Participant

    Hi Erich,

    i don’t think it has something to do with that Ticket…

    In my Case ALL the old group-activity does not show anymore… ( i had at last Forums disabled)

    The Strange thing to me is, that I seem to be the only one experiencing this, although it happens on two total different setups. They only have in common, that both were setup in the very early stages of BP…

    #66379
    abcde666
    Participant

    Hi Michael,

    which content you are talking about which is missing ? Activity-content or Forum-content ?

    https://trac.buddypress.org/ticket/2072

    #66351
    Michael Berra
    Participant

    Still no updates/suggestions on this???

    #66185
    zageek
    Participant

    Some of you guys must check your Private Messages …

    #65973
    sakthig
    Participant

    I appreciate the suggestion , but no possible solutions yet from the developers

    #65889
    jfcarter
    Participant

    @r-a-y,

    Do you have a code snippet that I can start with?

    #65886

    In reply to: private messaging

    Paul Wong-Gibbs
    Keymaster

    Update to BP 1.2. You aren’t going to get much support for 1.1.3 as so much has changed.

    #65533
    Windhamdavid
    Participant

    @tyler ~ I’ve now built two similar ‘medical related’ sites where the privacy was of utmost concern and I used my code from above beautifully. You could drop the plugin and the secondary install and just use that for any pages you want to keep private from both unregistered users and spiders/robots.

    #65524

    In reply to: small problem!

    abcde666
    Participant

    you are right, this seems to be a bug:

    1)

    – I have created a Private-Group at testbp.org

    when I am logged-in, then I am going to the “Group-Forums-Directory”, it is currently not possible to select this “Private-Group” from the drop-down-box in order to make a post into the Forum of this “Private-Group”.

    It is currently only possible to make a Forum-post into this “Private-Group” by going to the “Group-Tab”, then search for that Group and make the post directly within the Group-Forum. But it is not possible to make a Forum-post from the “Group-Forums-Directory”.

    2)

    also when posting a Forum-post into a “Private-Group”, my own post is actually not visible for myself within the Tab “My Topics” at the “Group-Forums-Directory”.

    Well, I would actually want to see MY OWN post, even if it is in a “Private-Group”.

    It is also not possible for myself to see MY OWN Forum-post within the Tab “All Topics” at the “Group-Forums-Directory”.

    3)

    Note: this issue is showing when being logged-in.

    4)

    https://trac.buddypress.org/ticket/2072

    #65523
    Windhamdavid
    Participant

    nice analysis ~ I’m also duplicating those errors with the core_redirect pointed to wp-login.php I’d bet Jeff has a good handle on this and I sent a request to help him test the upcoming release. I don’t have a copy of his old release to adapt or modify (if anyone could point me to, or send me the old copy, that might help).. but the hack i put up previously has worked like a charm for me making some pages private while leaving others public without having to expand this into a full on plugin with user options. I simply call that custom header for any pages I want to keep private.

    #65496
    Windhamdavid
    Participant

    <?php if(!is_user_logged_in()){

    nocache_headers();

    header("HTTP/1.1 302 Moved Temporarily");

    header('Location: ' . get_settings('siteurl') . '/wp-signup.php?redirect_to=' . urlencode($_SERVER['REQUEST_URI']));

    header("Status: 302 Moved Temporarily");

    exit();

    } ?>

    this quick hack (in the top of header.php) will only registered and logged in users can view. As for using it with version 1.2 default theme ~ I would suggest making a custom header for any of the buddypress elements you want to keep private and keep the rest public. At least until privacy functions are available as a plugin or in core.

    #65492
    abcde666
    Participant

    @Andy

    sorry if my following questions are off-topic:

    when I do create a “Private Group” on Group-creation:

    – are the members-data who have joined this “Private-Group” visible to search-engines like Google ?

    – are the user-images (avatar-images) and user-Profile-Fields of “Private-Group-Members” visible to search-engines ?

    – is the user-activity (e.g. Permalink-comments) within a “Private Group” being exploited to search-engines or is it hidden from search-engines ?

    – are all data from “Private-Groups” are actually hidden from other members within an installation ?

    So if “Private Groups” would be hidden from search-engines, this would be perfect “Privacy” – just need to setup “Private-Groups” only, instead of “Public-Groups” ?

    Many thanks.

    #65460
    Michael Berra
    Participant

    I checked the DB and the “lost” content in private and hidden groups is still in there. At least that is good! :-)

    The question is: Why doesn’t it show anymore???

    Ps: ray doesn’t have the time right now to check (told me on PM)

    Can please somebody, who upgraded, check their private/hidden groups for pld (pre-1.2) content?!

Viewing 25 results - 3,001 through 3,025 (of 3,456 total)
Skip to toolbar