Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 751 through 775 (of 3,490 total)
  • Author
    Search Results
  • sprocketbuddy
    Participant

    Private group options are:

    1. Only users who request membership and are accepted can join the group.
    2. This group will be listed in the groups directory and in search results.
    3. Group content and activity will only be visible to members of the group.

    Want to change the third option like public group. Private Group content and activity should visible to members of any site.

    #253457
    manicexpression
    Participant

    Are there any ways to separate the Buddypress Private Messages system into pages? A long conversation can become daunting to scroll through. Also is it possible to set the newest messages to appear at the top?

    Garrett Hyder
    Participant

    Hi @sprocketbuddy,

    Take a look at this plugin by @imath;
    https://github.com/imath/altctrl-public-group

    I believe it goes along with your needs. He found rather than hacking/rewritting permission things for private groups that it was easier to utilize a public group and just lock it down with more controls.

    There’s a demo here;

    Cheers

    danbp
    Participant

    Private group options are

    1. Only users who request membership and are accepted can join the group.
    2. This group will be listed in the groups directory and in search results.
    3. Group content and activity will only be visible to members of the group.

    To modify option 3, you can code something.
    Read from here.

    sprocketbuddy
    Participant

    I want to change privat group setting. Its third option should work like public group. I want Group content and activity will be visible to any site member of private group. Is there any way to change this setting eithrt from admin or using coding?

    fullmoonfriday
    Participant

    Update.
    – The group list private/hidden can now be seen in the edit mode of the topic. Although the group stops access to actually posting the topic onto the group the users doesn’t have access to. So as far as I can tell, although direct url access I haven’t tested, the user cannot read the private forums, topics from a group.

    things that eed to be resolved
    – removing the groups list forums from the edit mode as showing all the private and hidden group on the site isn’t ideal.
    – the user can now see and view any private forums that are in non-group forums.
    – possible direct url access to the group forums.

    fullmoonfriday
    Participant

    Hello,

    I was experiencing the same issue, although this is quite an old topic now, I thought I would add my bit.
    – So site admin gets to see all the topics, and forums from all groups types without issue
    – normal user just see’s the public groups on their profile. – fine for someone that is viewing their profile but not for the user, who would like to see all relevant stuff from the site on one place.
    – I have found adding the capability to read private topics, and hiddden topics to the subscriber role sorts out the problem. Using the “members” plugin to scope the roles out.

    This is after building a clean site and going through all these setups to ensure it was not custom development that has caused any issues.

    – So now I need to now if the user can now see all private forums/topics from all hidden groups / private groups at any point. This would obviously be a major problem for users with private content.

    I will look into this further, but it is frustrating that these points are not covered in bbpress setup as a few lines of information on this would have cleared up this issue straight away. I do value the fact everyone is doing this in their spare time though.

    #253281

    In reply to: PHP 7.0 compatibility

    Henry Wright
    Moderator

    Do you have the private messages component activated?

    #253276
    jameshh93
    Participant

    Okay I managed to create a add friend button using some code found on this website.. but im still a little stuck on creating a send private message button? any help would be great! thank you!

    jawynan1
    Participant
    function bp_custom_get_send_private_message_link($to_id,$subject=false,$message=false) {
    
    //if user is not logged, do not prepare the link
    if ( !is_user_logged_in() )
    return false;
    
    $compose_url=bp_loggedin_user_domain() . bp_get_messages_slug() . '/compose/?';
    if($to_id)
    $compose_url.=('r=' . bp_core_get_username( $to_id ));
    if($subject) 
    $compose_url.=('&subject='.$subject);
    /*if($message)
    $compose_url.=("&content=".$message);*/
    
    return wp_nonce_url( $compose_url ) ;
    }
    
    //for auto populating message content
    add_filter(‘bp_get_messages_content_value’,’bp_custom_message_content_value’);
    function bp_custom_message_content_value($content){
    
    if(!empty ($content))
    return $content;
    $content=$_REQUEST[‘content’];
    
    return $content;
    }
    #253147
    vaughancavca
    Participant

    Yes, just doubled checked, it’s in the correct place and the private and hidden groups are still there.

    #253144
    writerscentre
    Participant

    Thanks @shanebp. Yes, I contacted LearnDash over night and they suggested we look BuddyPress.

    They said:
    “I would look into BuddyPress. This has private groups and you can associate courses with different groups as well as allow each group have a private forum. You can find our add-on for BuddyPress here:
    http://support.learndash.com/buddypress/”

    I had a question about associating courses with different groups. I could only associate a course with 1 group. Is it possible to associate a course with multiple groups?

    We would have the course Creative Writing
    And multiple groups that we’d like to associate with it. Is that possible?

    What does the association actually do? Do we need to associate the group with a course?

    Thanks for your help!

    #253130
    shanebp
    Moderator

    Have you tried making the groups Private?

    Have you asked LearnDash?
    They have a BP extension, afaik.
    And may be able to make suggestions.

    #253124
    vaughancavca
    Participant

    I’ve tried doing that and removing everything related to the Private and Hidden options, but it hasn’t changed on the group creation page, still exactly the same.

    #253123
    haokei
    Participant

    Hi,

    I’m looking for something like this too. So far, the closest thing is attached an audio file to the private message. Speakpipe is good but only directly to the owner of the site. It will be nice if there is a plugin to exchange private voice message.

    Anyone?

    #253107
    Artisantopia
    Participant

    Further testing:
    – I’ve changed to TwentyFifteen theme
    – deactivated all plugins except for BuddyPress and bbPress

    I still can’t see topics that the user should be able to see. And they can access a private forum they aren’t a member of.

    Where do I even begin to figure out what is going wrong with this site?

    #253106
    Artisantopia
    Participant

    I just ran 2 forum repairs:
    – Recalculate private and hidden forums
    – Repair BuddyPress Group Forum relationships

    and now I have a different problem. I’ve actually been experiencing this problem on and off now for about 2 weeks and I’m starting to pull my hair out!

    So now if I go to the forum list (at the category level) I can see that there are topics in the child forums. But when I click through to the child forum it tells me “Oh bother! No topics were found here!” This is for a group that the user is a member of. There are definitely topics in that forum.

    If I change the user from a Participant to a Moderator they can see the topics.

    If I change them back to a Participant and then toggle the forum from private to public to private they can see the topics again. I have done this toggling of forum visibility several times over the past week and it only lasts for a day or two, then I’m back at this problem.

    #253105
    shanebp
    Moderator

    Create a template overload of this file:
    buddypress\bp-templates\bp-legacy\buddypress\groups\create.php

    Then, in your template overload, remove the html for the Private and Hidden options.

    vaughancavca
    Participant

    Hi,

    In the privacy options on the group creation page, I’d like to have the private and hidden group options taken out, as I only want users to have their posts public. How would I go about doing this?

    http://thenetwork.cavcaventures.org
    I’m on WordPress version 4.5.1 and BuddyPress version 2.5.2

    binary10
    Participant

    You can try BuddyPress Private Messages for Friends Only
    Note:This plugin hasn’t been updated in over 5 years

    #253053
    shanebp
    Moderator

    I agree that there should be some indication or disabling when the button is clicked.

    You can open an enhancement ticket here – use the same user & pw you use for these forums.

    There is a plugin that will disable the button when sending public and private messages.

    You can get it here:
    https://wordpress.org/plugins/bp-profile-message-ux/

    Or here:
    http://www.philopress.com/products/buddymessageux-free/

    #253012
    @mcuk
    Participant

    I was looking for a solution to this a while back, Shane provided one here:

    https://buddypress.org/support/topic/private-message-friends-only/

    the code goes into the bp-custom.php file.

    Without it private messages can be sent to anyone, friend or not.

    #252658
    SlowSpeed
    Participant

    The thing is that I don’t know which plugin does the private messages..
    Is it BuddyPress?

    Also what does it matter how long it takes to load? Is it connected to the private messages?

    #252619
    sharmavishal
    Participant

    this is NOT for email but sending private messages. you want to send emails to all your users?

    #252525
    OpenRing
    Participant

    YES WE CAN!!

    We can combine simultaneously these 2 features below:
    – Multiple forums assigned to 1 or more Groups
    – Multiple groups assigned to 1 or more Users

    Just using THIS PLUGIN: https://wordpress.org/plugins/bbp-private-groups/
    This guy is a holy person!!!

Viewing 25 results - 751 through 775 (of 3,490 total)
Skip to toolbar