Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,201 through 5,225 (of 69,044 total)
  • Author
    Search Results
  • #303340
    msteimann
    Participant

    Hello,

    I’ve searched the internet and this forum in particular for a couple of hours but could not find a proper workaround for this issue:

    As you know, BuddyPress setup works by creating two blank pages – members and groups. If I type in a meta description in Yoast for both and preview the pages, the description text is added to the page header and gets properly displayed in the page source text.

    But as soon as I assign the two pages to the BuddyPress plugin, the description gets stripped completely. In the page source appears an author note that a description needs to be added.

    I could live with that, but I urgently need to make my members page and all its related members profile content invisible to search engines. The severe problem is, that the Yoast settings „noindex, nofollow“ are stripped too.

    The BBpress Forum page is not affected by this issue. Yoast can apply a meta description and the „noindex, nofollow“ command, which is a good thing.

    Can someone please help me out with a solution?

    Thanks in advance,
    Martin

    shanebp
    Moderator

    Yes. Or bp-custom.php

    #303318

    In reply to: No Activation Emails

    sophiatrobairitz
    Participant

    OK,
    so after turning off all plugins, I was able to narrow it down to an issue I believe may be specific to buddypress. To solve the issue I created a functions.php under my child theme and added the following code:
    add_filter( 'bp_email_use_wp_mail', '__return_true' );

    Then under Tools > BuddyPress I selected “re-install emails.” Now the registration emails get sent on signup.

    I think I just needed the encouragement to take everything apart which is something I was really resisting. Appreciate it 🙂

    -Sophia

    #303315

    In reply to: No Activation Emails

    sophiatrobairitz
    Participant

    1. WordPress version 5.1
    2. Directory
    3. root
    4. No
    5. Not 100% on whether activation emails were being sent or not before BP install.
    6. BuddyPress version 4.2
    7. No
    8. Yes, quite a few. Akismet, All in one SEO Pack, bbPress, BP Profile Search, Buddypress, Contact Form 7, Cool Timeline pro, Envato Market, Envira Gallery(All of the addons), Go Pricing, Google Analytics for WordPress by MonsterInsights, Import WP, K elements, Mailchimp for wordpress, Nav Menu Roles, rtmedia for wordpress, simple tags, Slider revolution, social articles, SQ Kleo monetizer, SQ sidebar generator, string locator, user access manager, videoj html5 player, what the file, woocommerce, woocommerce square, wordpress force https, wp mail smpt, wp rollback, wp bakery, YITH woocommerce wishlist.
    9. Kleo Theme 4.4.7 (updated 14th of Feb)
    10. ^
    11. I’ve slightly modified register.php, general-popups.php and members-loop.php in my child theme. I’ve tried removing my modified register.php and no luck. I also have a css file in my child theme.
    12. No
    13. Yes 2.5.14
    14. Not sure how to do this.
    15. aws/bitnami
    16. Not sure. Prob linux
    17. Kleo 4.4.7
    18. Not sure what that means.
    19. Not that I’m aware of.

    #303314
    jmiller2
    Participant

    I saw in a post/discussion from 2 years ago that BuddyPress was being enhanced to meet WCAG 2.0 requirements. I am wondering if it is still compliant. We are using it and need to ensure it is WCAG compliant. Do I need to go through an entire WCAG evaluation of all the page templates or do I just need to focus on our content and CSS code.

    #303312
    sophiatrobairitz
    Participant

    So I’m having an issue where all emails except the registration email are going out from Buddypress. I’ve been digging through thread after thread looking for a solution with no dice. I have the latest version of buddypress installed as well WP Mail SMTP plugin installed configured appropriately with mailgun. Test emails work, password reset works etc. I’ve tried making a new template as well.

    If someone could assist I would appreciate it,
    thank you, Sophia

    #303311

    In reply to: AJAX Request Spinner

    rsmithgs
    Participant

    Quick followup note, I changed that code in buddypress-messages.js, but then I needed to use a javascript minifier such as https://javascript-minifier.com/ and then save that as buddypress-messages.min.js.

    #303310
    rsmithgs
    Participant

    Hello,

    I’m trying to add a spinner gif to the webpage whenever someone clicks a button that uses AJAX to show them that their request is being worked on. I wish to use the Nouveau theme.

    I’m running WordPress 5.1 and BuddyPress 4.2.0

    There hasn’t been much on this topic except for here (which is now 4.75yrs old): Feature Request AJAX Loading Spinner

    To start, I’m trying to get things to work with the messaging section.

    I added <img class='ajax-gif' src='http://localhost:8080/WEBSITE/wp-content/themes/THEME/classicloader30px.gif'/>

    to a file I made in my theme file for the messages template:
    wp-content/themes/THEME/buddypress/common/js-templates/messages/index.php

    It was added underneath each input type=button and input type=submit.

    Next I added this css:

    .ajax-gif{
    	display:none;
    }
    
    .loading + .ajax-gif, .loading > .ajax-gif{
    	display:block;
    }

    My only problem now is that these buttons do not apply the “loading” class to the buttons anymore (like they do in Legacy).
    I found that you can add and remove the classes during the function that is triggered on the click by going to /wp-content/plugins/buddypress/bp-templates/bp-nouveau/js/buddypress-messages.js.
    Unfortunately, I don’t believe this is a file meant to be able to be changed in custom files.

    I added:
    $('#bp-messages-send').addClass('loading'); to sendMessage: function(),
    $( '#send_reply_button' ).addClass( 'loading' ); to sendReply: function(),
    and $( '#send_reply_button' ).removeClass( 'loading' ); to replySent and replyError.

    Any help in figuring out how to make this not be lost on a new BuddyPress update would be extremely helpful.

    I’m also trying to figure out how to target any other BuddyPress AJAX events. I’m sure I can do the same thing with the Members Directory, but will probably need to do the same thing with figuring out what function is called when someone requests a friendship/cancel a friendship etc.

    #303307

    In reply to: BuddyPress redirect

    shanebp
    Moderator

    @gillyangelle Read this for your answer:

    simple question

    #303305
    Venutius
    Moderator

    Might be worth asking the developer if they can add BuddyPress support

    #303303
    rsmithgs
    Participant

    When I click submit the URL looks like this: https://buddypress.org/?post_type=topic&p=303301 I’m assuming p = is the post ID that I’m attempting to create? When I tried again I got p=303302.

    #303292
    Venutius
    Moderator

    Hi there, if you are logged in then the register page will redirect to home, try logging out and accessing it.

    For other BP pages redirecting, you probably have a plugin doing this, does it behave that way with only BuddyPress active?

    #303291
    Venutius
    Moderator

    BuddyPress does not include image handing so would not have an input to this, you should ask whoever you use for image support in BP – rtMdia or MediaPress typically.

    #303290
    Venutius
    Moderator

    Hi there,

    Do you have this page registered to BuddyPress in Admin>>Settings>>BuddyPress>>Pages ?

    #303287
    devbad
    Participant

    I am looking for some help with restricting private messages.

    I have Paid Memberships Pro – BuddyPress Add On Version 1.2.1 and BP Better Messages (Premium) Version 1.9.7.9 with WordPress 5.1
    BuddyPress Version 4.2.0

    I am looking for a way to restrict the private message option for certain type of users. I am trying to have this modification multiple ways, with and without PMPro but none of them working so far.

    With PMPro I supposed to restrict easily, still I can only totally restrict all BuddyPress functions or enable all of them, customization looks like broken.

    I looked into the codes of all the mentioned plugins, tried to restrict access by using below code that I found in another topic:

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

    Maybe I am just trying to make it too complicated and there is an easier way to do it with shortcodes under the Members page that currently contains only [bps_directory] shortcode.

    Any suggestion and help would be welcome.

    it40
    Participant

    My other though was it was actually Google who hacked my site in cahoots with the Buddypress Devs. and I’m not the only website they are hacking. And why would they do this you ask??? Well it’s saving them millions & Millions of Adsense dollars thats why!!! IF I could prove it I would sue them! That alone would be worth millions in publicity! What do you think??? Can you help me prove it?? Message me on the site InternetTop40.com Im “Top40” or right back here on buddypress.org support!

    #303269
    aehernandez
    Participant

    Hello, I’m having the same issue with the registration on my wordpress site: users can’t register and when they submit their information, the fields are reset.

    Buddypress version: 4.2.0 and WordPress 5.1.

    Thank you in advance!

    #303267

    In reply to: Extended Profile

    Venutius
    Moderator
    #303265

    In reply to: Extended Profile

    Venutius
    Moderator

    One thing to look at would be this plugin: https://github.com/r-a-y/buddypress-usernames-only that could solve your problem.

    allegrovivo
    Participant

    Hello. For the last few hours, I have been trying to achieve two things simultaneously:

    1) I want the directory to show all users, even ones who haven’t logged in for the first time.
    2) I want the directory to sort alphabetically by default.

    To solve the first problem, I have implemented the solution here: https://buddypress.org/support/topic/members-not-showing-4/

    When I select “Alphabetical” from the sort dropdown, it only displays users who have filled in their profile.

    I tried implementing this solution and while it does sort alphabetically on default, it shows the same list as above: https://buddypress.org/support/topic/sort-user-list-by-last-name/

    How can I create a directory that displays all users, including new ones who haven’t logged in yet, and sort alphabetically at the same time?

    Thanks!

    #303251
    shanebp
    Moderator

    Use the per_page parameter. More info.

    #303249

    In reply to: User registration

    fullenchilada
    Participant

    Deactivating Youzer by itself didn’t give me any improvements. So its gotta be a buddypress issue.

    #303248

    In reply to: User registration

    fullenchilada
    Participant

    I just found out that when I deactivate Buddypress and Youzer and use the sign-in from my theme everything works fine. WordPress takes me to the “ugly” registration page and even sends me an email which I need to activate.

    #303241
    jamesmct
    Participant

    So I just wanted to update this in case anyone else was looking for something along these lines.
    I found some code on The Buddypress Codex page that spelled out how to actually add the column. From there I added some custom coding to it to allow it to link to the membership page and accept the requests:

    <?php
    
    /* BuddyPress Custom Code */
    
    // add the column
    function groups_admin_add_custom_column( $columns ) {
         
        $columns["pending_group_members"] = "Join Requests";
         
        return $columns;
     
    }
    add_filter( "bp_groups_list_table_get_columns", "groups_admin_add_custom_column" );
     
     
    // add the column data for each row
    function groups_admin_custom_column_content( $retval = "", $column_name, $item ) {
         
        if ( "pending_group_members" !== $column_name ) {
            return $retval;
        }
         
         
        if ( "private" == $item["status"] ) {
             
            $user_ids = BP_Groups_Member::get_all_membership_request_user_ids( $item["id"] );
             
            return "<a href='". site_url(). "/groups/". $item["slug"] ."/admin/membership-requests/'>" . count( $user_ids) . "</a>";
        }
         
        return "-";
         
    }
    add_filter( "bp_groups_admin_get_group_custom_column", "groups_admin_custom_column_content", 10, 3 );
    
    ?>
    joiresende
    Participant

    Thanks for the reply,
    so I can not use Buddypress e AE global templates elementor together?

Viewing 25 results - 5,201 through 5,225 (of 69,044 total)
Skip to toolbar