Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,601 through 5,625 (of 68,948 total)
  • Author
    Search Results
  • #281905
    canadabri
    Participant

    The only plugin I have active is BuddyPress.

    Perhaps it is the browser compatibility though… didn’t consider this before I had posted… perhaps one of the browsers I was using on this particular client is an older version. Unfortunately this site I am working on is on a closed network, so auto-updates don’t happen.

    #281903
    canadabri
    Participant

    When using the BuddyPress Nouveau template and you view your notifications, the display is messed up. The table of New/Unread notifications is shown way off to the right. Legacy does not do this – everything displays nicely within the user profile section of the screen.

    I have tested with a couple of WP Themes and the same thing happens. This seems to be specific to the Nouveau template.

    Is there an update for this?

    #281897
    Eric
    Participant

    it it possible to mod code from this thread to use it for profile pages?
    https://buddypress.org/support/topic/no-index-buddypress-pages/

    #281894
    david22c
    Participant

    Hi,
    Would someone be kind enough to help me with changing a buddypress error message? (wordpress 4.9.8, buddypress 3.1.0)

    I am restricting private messaging to user’s friends/connections. Currently, the error message returned when sending a private message to someone not in your network is “Message not sent. Please try again.” which doesn’t make sense. I would like it to say something like, “Sorry, you can only send a private message to connections in your network.” How might I change this error message?

    I have been using the following code in child functions to restrict private messaging:

    // if not site admin, restrict PMs to friends
    function pp_check_message_recipients( $message_info ) {
    
    //  site admins are not restricted
    if ( is_super_admin() )
    return $message_info;
    
    $recipients = $message_info->recipients;
    
    $friend_ids = friends_get_friend_user_ids( bp_displayed_user_id() ); 
    
    $nf = 0; 
    
    foreach ( $recipients as $key => $recipient ) {
    
    if ( ! in_array( $recipient->user_id, $friend_ids ) ) 
    $nf++;
    
    }
    
    // if any recipients are not friends, remove everyone from the recipient's list
    if (  $nf > 0 ) 
    unset( $message_info->recipients );
    
    return $message_info;
    }
    add_action( 'messages_message_before_save', 'pp_check_message_recipients' );
    #281879
    Prashant Singh
    Participant

    Hi,

    These are general problems and not associated with BuddyPress at all. Sometimes we only need to google it and we will find the solution.

    Anyways, please check this https://webania.net/customize-email-sending-header-in-wordpress/ and use the snippet they gave, just replace from ‘name’ and ’email’ to yours.

    Thanks

    #281876
    Prashant Singh
    Participant
    #281867
    bemond
    Participant

    WP 4.9.8
    subdomain installation
    root dir of subdomain
    As far as I know, all was working fine. BuddyPress was installed right away.
    No core files modified
    bbPress came with Buddpress/newveau
    hosted currently with siteground. plan to move to amazon based within a short time.

    #281865
    Eric
    Participant

    hi there,
    could someone please help with some code to set buddypress members profile pages and profile tabs to noindex? (without using robots.txt)

    thanks a lot!
    br, Eric

    johndelange
    Participant

    No response….I ran into the same error. The link just isn’t working right

    Don’t click on the Howdy part, just hover, in the pull down menu go to the dark grey, profile, edit and it works (taking you to https://buddypress.org/members/timothylegg/profile/edit/group/1/ )

    BuddyPress reactions are a bit slow on this one….

    #281860

    In reply to: Peepso vs Buddypress

    johndelange
    Participant

    I have experience with both plugins: Peepso and BuddyPress.

    BuddyPress is a free plugin and offers integration with BBPress forum. It has its own look and feel, very different from Facebook. For visitors it can be difficult to understand where to do what. It does have tons of option to extend it with other plugins. To be honest you will need other plugins to get some functionality. You can customise a lot if you want to. Development is not too fast as it is run by volunteers….also means less headaches with constant updates ;-). To be honest I find the BuddyPress website a bit confusing, like the plugin it doesn’t follow standard website look and feel.

    Peepso is a paid plugin. The free plugin is pretty useless if you ask me, so if you decide to go with Peepso you will probably need the Ultimate Bundle. This bundle offers a lot of options and follows Facebooks look and feel. Users will understand right away how it works. Updates are on a regular basis, like every 2 weeks with bugfixes and extra functionality.

    Pros BuddyPress
    Free
    Extendable with other plugins

    Cons BuddyPress
    Missing some basic options (can be added with 3rd party plugins)
    Bit confusing for new users
    More plugins needed – compatibility – problems? – multiple developers -> frustration?

    Pros Peepso
    Complete package if you go for Ultimate bundle
    Users understand Facebook…and Peepso
    1 stop shop – 1 plugin – 1 developer

    Cons Peepso
    Expensive
    NOT multilingual! (bit weird for a social network!)
    Use as is – fast developing means fast updates breaking customisations.

    If you want to build a social network in 1 language, got the money and want an easy solution go for Peepso. I choose BuddyPress as I use WPML and 2 languages.

    #281846
    shanebp
    Moderator
    #281843
    Design Team
    Participant

    I have all plugins except for BuddyPress disabled and also have switched out to a basic WordPress theme again but still am not getting any sort of confirmation messages/notices when I save a new password change. I’ve checked in my BuddyPress files as well (am running the Nouveau template but have tried switching between that and Legacy to see if it would fix anything) and both have the proper code you specified in it, but nothing’s showing up.

    #281842
    Prashant Singh
    Participant
    #281841
    Prashant Singh
    Participant

    Hi,

    Please try this plugin https://wordpress.org/plugins/shortcodes-for-buddypress/ and use members listing shortcode to get the content of the members directory page.

    Thanks

    #281840
    shanebp
    Moderator

    You don’t say which BP Template Pack you are using.
    Or if you are using cover images on profiles.

    If you are using the BuddyPress Legacy pack – open the appropriate file from these choices:

    buddypress\bp-templates\bp-legacy\buddypress\members\single\cover-image-header.php
    buddypress\bp-templates\bp-legacy\buddypress\members\single\member-header.php

    And find: do_action( 'template_notices' );

    If you are using the BuddyPress Nouveau pack – then the direct call is not in a template.
    Look this function bp_nouveau_template_notices() in
    buddypress\bp-templates\bp-nouveau\includes\template-tags.php

    Make sure that you are not running any code that filters notices.

    #281835
    shanebp
    Moderator

    Did you ask the creators of BuddyPress Activity Plus about your issue?

    #281831
    shanebp
    Moderator

    Have you tried switching momentarily to a WP theme like 2016?
    If you do and the problems are resolved, then you know the issue is in your theme and you should speak to the theme creators.

    BuddyPress does not add a random description or social icons.
    You may also want to try deactivating plugins one at a time until you identify the source of the issue.
    Then you can contact the developers for that plugin.

    #281811
    shanebp
    Moderator

    BuddyPress does not have membership levels.

    If you are using another plugin for membership levels – ask them for the code to retrieve a membership level for the current user.

    Then ask bbPress support ( bbpress.org/forums/ ) about the best hook to use to maybe restrict access.

    #281720
    haleyscorner
    Participant

    check the counter under users. If you can resend one via the admin function, it is not a hosting issue it is a bp bug.

    Also if all the notices about new message and other notifications are being received by user it is not a hosting issue, it is a bp bug.

    I have a full bbpress working environment which is grate and managed under secure and wp user accounts.

    The new site I saw bp aka buddypress and it seem to meet the needs for what I am doing.
    Profile are exclusive to each group for editing. this is option in profiles.

    More later.

    #281719
    Arize Nnonyelu
    Participant

    @haleyscorner yes I can resend from wp-admin>users>manage sign up


    @sbrajesh
    thanks so much for your support

    I’m simply going to insert a notice that will ask uses to copy code from their browser address and paste into box to activate. I have been trying that in the buddypress plugin but kept seeing nothing. Now u know its from the youzer plugin I’m going to do that while I work on a solution or wait for an update. Thanks so much.

    #281717
    haleyscorner
    Participant

    setting buddypress disable profiles

    #281709
    William
    Participant

    After 30 minutes I finally found it. Here is a screen shot to help others find it.

    Group Front Page

    #281464
    mutoha
    Participant

    I solved!

    ▼【wp-content\plugins\buddypress\custom_user\fluits_content.php】

    <div class="activity_update_wrapper">
    <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&action=activity_update' ) ) : ?>
        <?php while ( bp_activities() ) : bp_the_activity(); ?>
     
    	<?php bp_get_template_part( 'activity/entry' ); ?>
    				
        <?php endwhile; ?>
    <?php endif; ?>
    </div>

    Thanks.

    #281397
    keshabee
    Participant

    https://github.com/r-a-y/buddypress-followers/issues/31
    Below is a talk on how to add it but I want to remove disable or hide it

    #281394
    SeventhQueen
    Participant

    Hi, make sure you are using latest Buddypress version and that your emails are being sent from your site

Viewing 25 results - 5,601 through 5,625 (of 68,948 total)
Skip to toolbar