Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 901 through 925 (of 3,870 total)
  • Author
    Search Results
  • #261490
    Excel1
    Participant

    Hello BP-Supporters,

    I set up a Blog on a private link: http://emxampel.com

    I changed my Blog url / place to: http://example.com

    All worked without one:

    Buddpress worked on http://example.com/beispielbeitrag/
    But my URl changes i need to change perma link:

    http://example.com/index.php/beispielbeitrag/

    all worked but buddypress dont took these URL on the groups and members.

    #261351
    rhj4
    Participant

    Right now, a logged in wp user can see forums that he cannot access. I want the list of forums to show only forums that this user is a member of. If I set the forum to “hidden” it doesn’t show up at all. If I set the forum to “Private” it still shows up in the list of forums.

    If the user is not logged in, it shows the public forums but says the user must be logged to create a new topic or reply to a topic. This I am fine with, but if the user is logged in, I don’t want them to be aware of forums that they cannot participate in.

    How do I configure this?

    #261336

    In reply to: General Usage Question

    shanebp
    Moderator

    Each group has the option to have an associated forum.
    Groups can be public, private or hidden.
    There can also be site-wide or ‘general’ forums.

    Forums require the use of an additional plugin: bbPress.

    I also want people who are workshop leaders to be able to see and post to any forum.

    You make them members of all groups.
    If you’d rather not, then you’ll need to write some custom code.

    Arnau
    Participant

    Hi,

    I have installed a buddypress for an educational community in catalan lenguage. I added all the students with CSV. Everything seems to works great.

    Some teachers ask me if there is an option to filter all the private inbox messages by user. We realise that if we search a user name in the inbox search, It doesn’t show all the messages with its user, just some of them.

    I don’t know is the problem can be related wht the users names that some of them contains accents. But the problem persist with all kind of names.

    Is there any way to simplify this search option or to solve this problem?

    We are using the last version of wp, extensions and twenty sixteen theme.

    Thanks a lot

    #261183
    Venutius
    Moderator

    For option 1 it sounds like you want to set up a private network – not allowing non-logged in users to view profile details etc.

    There’s a few options as to how to go about this, here’s a few:

    http://buddyuser.com/category/plugin-review/private-network

    For option 2, one option might be to display the registration form in a widget area on the front page, it’s possible to only display this widget for logged out users:

    http://buddyuser.com/plugin-review-buddy-registration-widget

    #261118
    Colourscope
    Participant

    Hi,
    Is there a way to set your profile pic to private – or to lock it – but only let specified members see it?

    I’m really hoping there is!
    Andy

    #261117
    Colourscope
    Participant

    Hi,
    Is there a way to set your profile pic to private – or to lock it – but only let specified members see it?

    I’m really hoping there is!
    Andy

    #261088
    DAM
    Participant

    I need to “to hide the private group from logged in users as well”, pretty much it is a “modified hidden group” that should allow people request membership if people know the direct link to the group page.

    Anyone knows how to do it?

    #261060
    empressdianna
    Participant

    Thank you so much for this code! I’ve spent several hours trying to use other people’s code to hide the button and even tried to make my own but nothing worked until I found your code. I just switched it around because I only wanted one particular group to not be able to send messages while the rest can.

    Posting in case someone in the future needs the opposite of your code:

    add_filter( 'bp_get_send_message_button', function( $array ) {
        if ( pmpro_hasMembershipLevel('NAMEOFPMPLEVEL') ) {
            return '';
        } else {
            return $array;
        }
    } );

    Also, I am looking for the same code as you to restrict non-paying users from sending private messages. I found a code that looks promising but unfortunately doesn’t work. It sees if the user is logged in and if not redirects them. Then if the person is logged in it checks their role but if they’re not that role they’re supposed to be redirected. But it just breaks my whole site. Any ideas?

    function my_function() {
    
        if ( ! is_user_logged_in() && bp_is_current_component( 'messages' ) ) {
            // Current user is not logged in so don't let them see stuff. In this case, private messages 
            wp_redirect( home_url() );
            exit;
        }
            
        $flag = false;
        // Get current user info.
        $user = wp_get_current_user();
    
        if ( ! in_array( 'student', $user->roles ) ) {
            // The current member is not a student.
            $flag = true;
        }
    
        if ( $flag && bp_is_current_component( 'messages' )  ) {
            The currently logged-in member is not a student and is trying to view private messaging. Let's redirect them away.
            wp_redirect( home_url() );
            exit;
        }
    }
    add_action( 'init', 'my_function' );
    #261049
    shanebp
    Moderator

    Have you tried setting the forum to Private? Or Hidden?
    Go to wp-admin > Forums > Forum Name > Edit > Visibility

    btw – these are the BuddyPress forums.
    For support for bbPress you should use their forums.

    #261044

    In reply to: Hiding register link

    Venutius
    Moderator

    There’s a few plugins that do that but BP Registration Options allows you to set it as a private network, in BP Registration>>BP Registration

    #261040

    In reply to: Hiding register link

    joeaj111
    Participant

    How do I set it as private?

    #261032
    manueldo
    Participant

    I asked seventhqueen for help and they said the problem is from buddypress, they can not help.

    When you have a private group and go to approve some member the warning is showed but after approving, when the page reload saying that the membership was approved, the warning dissapears, is the only page where the warning is not being showed.

    #261031
    ico33
    Participant

    UPDATE

    No, there is not the problem of users deleted with the same name.

    Now after having deactivated and reactivated buddypress, private messages are working. The only issue, at the moment, is that strange sentence. You send a message to a user named ABCDEFG

    and after sending, it says

    Conversation between Deleted User, Deleted User, ABCDEFG and you.

    I can’t understand who are the deleted user, and how to fix the issue

    #261027
    ico33
    Participant

    I deactivated PRIVATE MESSAGE in Buddypress options, and then re-activated.

    How strange… now I can send a message to a user named XXX

    When I send the message, after that it appears below as “Conversation between you e DELETED USERS, DELETED USERS, XXXX”

    Then if you refresh the page, the message count is 0, as it disappeared. My god, I just opened I new website, it worked till yesterday. It’s a great problem and I don’t think it’s simple to understand

    #261026
    ico33
    Participant

    Damn: also private messages now they don’t work. It says “message not sent, retry”.

    WHY??

    #261025
    ico33
    Participant

    When I (admin) write a private message, there is the option to check to send it to all user.

    Well, I don’t know why, but now… it says that the message have been correctly created, but it is not shown to nobody. And in my messages there is not the one I created.

    What could be the issue?

    #260977
    adambware
    Participant

    I want non-users of the website to be able to view a Private Group’s member list. But I cannot find anywhere I can catch this redirect.

    So far I’ve found..

    This no access redirect must be happening from a call to the function bp_core_noaccess

    I found the filter bp_group_user_has_access within the function bp_groups_group_access_protection … But this does not appear to fire for the group members screen when a logged out user tries to access.

    I’m currently on WordPress version 4.5.4 and BuddyPress version 2.5.2

    Thanks in advance!

    #260966

    In reply to: Hiding register link

    Venutius
    Moderator

    Set it as a private network?

    #260909
    talvasconcelos
    Participant

    Hi guys, need a little help with some custom action. I need to restrict private messages to paying members only, or if the message (thread) comes first from a paying user.

    I use Paid Membership Pro to manage the membership. I tried including this function in the theme’s function file:

    function message_from_non_premium($message_info) {
    	$user = get_current_user_id();
    	$premium = pmpro_hasMembershipLevel('1', $user);
    
    	if(!$premium) {
    		if(!thread_id) {
    			unset( $message_info->recipients );
    			return false;
    		}
    	}
    }
    
    add_action('messages_message_before_save', 'message_from_non_premium');

    but when testing, users can still send private messages, even without the required membership to do so. I used info from the forum and the pmp website: https://www.paidmembershipspro.com/documentation/content-controls/require-membership-function/

    #260864
    postable
    Participant

    Good day everyone, I’m new to BP and the forum as well!

    I’m using WordPress with GravityForms to signup users for monthly subscriptions.

    Basically I’m wondering if it is possible to do the following :
    – When a new user sign up via GF > create a private group(business) exclusively assigned to this new user (which will be a group admin)?
    – This admin would be able to invite users(employees) to be added to that exclusive group?
    – Would it be possible to list GF submissions for other forms (uploads for instance) by users (employees & business owners) and/or by Group(business)?
    – Any way to link a Dropbox folder created via Zapier for those specific users and/or group?
    – In the end, we want to use BP capabilities to create a sort of internal communication tool in regards of those uploads made our way?

    Thank you so much in advance !
    Tahar

    #260857
    maccast
    Participant

    This works and hides the button, but I’m curious. Can someone still send a private message to another user when they are “not” friends using URL manipulation or should the _wpnonce stop that?

    #260837
    inzerat
    Participant

    1) If is text of private message too long, do read more
    2) Seen date – please do date with time (date & time reading)
    3) Why is there SSS? Please change text on “Mark as read” and “Mark as unread” It confuses people
    4) When someone wants to see the messages in the conversation, please do that he will automatically jump down the page on the last message. Look how it works on Facebook, it also jumps down and you do not have to scroll down in order to write the answer.
    5) Load more button – In some of the conversations I have more than 30 messages, then it’s confusing. Load newest button – Could you indicate a new incoming message as in the activities?
    6) New messages at the top, old messages down. Similar as is the case activity. Reply form at the top as well.


    #260810
    Venutius
    Moderator

    It could be, difficult to answer since you have not given a great deal of detail on what features you want. You can create multiple extra profile fields which are searchable, you can use a plugin like BP Profile Search to enable all sections of the profile to be searchable, and of course BP supports public and private forums.

    #260786
    rich06
    Participant

    Wordpress v4.6.1
    Buddypress v2.7.0

    Is it possible (directly or via a plug-in) to allow a user to copy (cc or bcc) another new user when replying to a private message i.e. add in selected user(s) to a PM conversation?

    TIA!
    Rich

Viewing 25 results - 901 through 925 (of 3,870 total)
Skip to toolbar