Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,451 through 2,475 (of 68,969 total)
  • Author
    Search Results
  • #319117
    Anonymous User
    Inactive

    Hi @comminski

    Thanks a lot for your feedback 😍. I’ll patch this asap into BuddyPress 8.0.0 to avoid this fatal error.

    paucompany
    Participant

    Hi:
    Good afternoon. I have BuddyPress version 7.3.0 installed and I observe that on mobile devices, the access and registration options are not displayed (unless you put the smartphone in a horizontal position), assuming this is a big problem since users , nor can they access or register, as they do not see the option). I would like to know if you can help me resolve this issue. I also observe that it is very prone to attempted login attacks such as brita force, Ddos, XLS, etc, as it cannot change the registration path, not even installing the well-known Hide login plugin, as it is not compatible with BuddyPress. BuddyPress redirects by default to wp-login.php and if I install the aforementioned plugin to change the rita, when trying to register, and not finding it, it obviously gives me a 404 error. It would be interesting if they made BuddyPress compatible with hide login. Meanwhile, can you offer me a solution for the change of route?

    Waiting for your response, attentively:
    Pau Company

    #319107
    sifuhall
    Participant

    I’m not able to customize buddypress emails.

    The error message I get is:

    Failed to load resource: the server responded with a status of 404 (Not Found) &bp_customizer=email:1

    Atdhe Boshnjaku
    Participant

    Hi there,

    The buddypress activity view link is not working correctly, every time its being clicked on, it seems to redirect to the same post no matter which view link is clicked.

    Here is my current setup:
    WP core: 5.7.2
    BuddyPress: 7.3.0

    Here is the members list which shows users status update with a view button:

    Members

    the ones that have a status have a view button but when clicking on it, takes you to this post everytime, no matter which user status you try to view:

    Pacific Islands Monthly – digitised by the NLA and now in Trove!

    Does anyone have any clue as to how to fix this please?

    juliamb
    Participant

    Hi!

    I’ve created a custom role that can edit groups, so it has the ‘manage_options’ capability assigned.
    Now I’m trying to hide the option Tools > BuddyPress from the administration menu for this role. I was following this tutorial but I cannot find the way to address that specific page.
    I’m using this code but it’s not working:

    remove_menu_page('bp-tools');

    The page URL is different from administrator role to the others.

    • URL for Administrators: /wp-admin/tools.php?page=bp-tools
    • URL for other roles: /wp-admin/export-personal-data.php?page=bp-tools

    How can I hide this menu option?

    Thanks, regards.

    #319083
    majagricar
    Participant

    Hello everyone,

    I have translated the whole Buddypress widget via Locotranslate, however there are a few words that I can’t find anywhere. These words are:
    – in the groups section: members, manage, popular, newest, active
    – in the members list: all members, private message

    Does anyone know where these words are located and how to translate them?

    Kind regards,
    Maja

    #319075
    shanebp
    Moderator

    I don’t know what you mean by buddypress messages menu.

    For sitewide navigation, this will take any logged-in user to their messages screen:
    https://yoursite.com/members/me/messages/

    If the slug for the all members page is memberships, then
    https://yoursite.com/memberships/me/messages/

    powebdesign
    Participant

    Hello I would like the buddypress messages menu instead of taking the user to https://webpage/messages / to go to https://webpage/memberships/username/bp-messages/ Does anyone know how I can do it?

    rapidasia
    Participant

    if you’d like to be confused even further, take a look at

    BuddyPress Cover Images

    it seems to say that the BP Theme Compat API uses the filter bp_before_members_cover_image_settings_parse_args for the members Cover Images

    or…

    something on your site is using that to call the member cover image…

    I’m just guessing and floundering.

    #319051
    shanebp
    Moderator

    Did you try going to wp-admin > Settings > BuddyPress > Options and unchecking the box for
    Group Creation ?

    #319037
    Varun Dubey
    Participant

    When the Name field does not have value, WordPress fresh install
    PHP 8: Warning: Only the first byte will be assigned to the string offset in C:\Users\varun\Local Sites\buddyx\app\public\wp-content\plugins\buddypress\bp-xprofile\bp-xprofile-functions.php on line 1315

    #319018
    Anonymous User
    Inactive

    Hi,

    1. if not already created: add a bp-custom.php file.
    2. into this bp-custom.php file add the following line:

    add_filter( 'bp_activity_maybe_load_mentions_scripts', '__return_false' );

    #319017
    shanebp
    Moderator

    There are several filter hooks you could try.
    Look towards the bottom of function bp_core_fetch_avatar in this file:
    wp-content\plugins\buddypress\bp-core\bp-core-avatars.php

    For example, I would try this one first:

    function gabriel_random_avatar( $default_grav, $params ) {
    
         // $default_grav is an url
         // replace it with the full url to one of your preferred avatars
    
         return $default_grav;
    }
    add_filter('bp_core_avatar_default', 'gabriel_random_avatar', 99, 2 );
    3bsstudio
    Participant

    Wordpress 5.7.2 BuddyPress 7.3.0 Theme: Gwangi

    My site has a search form. When input search fields are matched with a profile, the profile appears on the members results page as it should. Great. However, I want the ability for the person searching to click on the member profile and send them a message (notification) by email.

    When I currently follow the above, when I click on the profile of the member there is no-where on the profile page a facility to send them a message. Am I missing something obvious here?

    BuddyPress doc says: BuddyPress provides ways for you to send a message publicly to another member of the site or network. It also mentions: Private Message button in the member’s header – but I can’t see that.

    It must work that a non-registered person can send a registered person a message. Is this possible?

    Site is: https://myfamilyfinder.co.uk/family-search/

    To test: If you put Brian in the Current Name search field on the above page and click Submit you’ll get Brian’s Profile appear on the members page.

    shanebp
    Moderator

    Don’t use the filter.
    Overload this template:
    ...wp-content\plugins\buddypress\bp-templates\bp-nouveau\buddypress\members\single\home.php

    And then replace <?php bp_nouveau_member_header_template_part(); ?>
    with a call to the image you want to use.

    #318995

    In reply to: Admin deleting members

    shanebp
    Moderator

    I have deleted the WordPress accounts…

    You mean you deleted those users?
    BuddyPress users are the same as WP users.
    So if you delete a user, they won’t appear anywhere on your site.

    greenmeanie
    Participant

    I can get email working with the WP Mail SMTP plugin.
    I also can get WordPress by itself to send a activation link and a user can click it then log in.
    But I can’t get BuddyPress to send that activation link no matter what I have tried is there a trick to get buddypress to send that link?

    #318993
    ccsw21
    Participant

    Hello,

    I need to delete some Buddypress accounts but having no luck doing so, can someone advise how to do this please?

    The Buddypress accounts I am trying to delete were connected to WordPress accounts. I have deleted the WordPress accounts but they are still showing on Buddypress. How do I delete them from here as well as the site’s admin?

    Many thanks,

    epgb101
    Participant

    This works great and new image shows – BUT – when I turn off Settings > Buddypress > Disable Cover Image Uploads – no image at all is shown! How do I show the new image AND disable Cover Image uploads? Thanks 🙂

    function bp_custom_filter_cover_image() {
    return ‘https://i.ytimg.com/vi/tntOCGkgt98/maxresdefault.jpg&#8217;;
    }
    add_filter( ‘bp_attachments_pre_get_attachment’, ‘bp_custom_filter_cover_image’ );

    #318989
    gabrieluno
    Participant

    I’ve been looking for and testing codes without success for days, I need a function that creates a user meta field that loads the url of the buddypress avatar image, does anyone know how to do it?

    I would use the metafield for users to replace the profile image with an image url, and thus change the avatar of their author page. Thanks!

    #318987
    amang
    Participant

    Hello,
    Can you please help?
    The BuddyPress template Nouveau, fails and stops displaying the navigation menu in the user profile and group profile. The block with the main navigation simply disappears (navigation in which items such as profile, Activity, Friends, Groups, etc. are displayed), only the sub navigation of the section remains.
    I disabled all plugins, but navigation did not appear. Only after switching from Nouveau to the old BuddyPress template Legacy was the navigation displayed.
    I am using the LearnMate LearnDash theme from WBCOM
    Can you help please?
    Thanks!

    —————–

    #318979
    Back to Front
    Participant

    I’m also looking to include buddypress activity in site search, so bump!

    #318961
    snsdragon
    Participant

    Hello, I am running a multisite on wordpress, on a subsite i have installed buddypress for that website i want to hide user’s username from that entire website from the @mentions and even from url https://sub.local.com/member/username

    i want it to either replace it with nickname or full name or anything.

    any suggestion @buddydev or anyone ?

    linguabuddy
    Participant

    I’m using Paid Memberships Pro to structure membership levels across my site, with free / premium levels. Free members are not able to message members, send connections requests, etc.

    However, I’ve noticed that the messages tab still appears for free levels, but redirects to a seemingly randomly page. I’m not sure why.

    The tabs works correctly for Premium levels.

    Is there a way to hide the message tab based on membership level?

    I have used the code snippets on this very useful thread to hide profile tabs to non-logged-in users. Can these snippets be adapted for this, or is there a better way?

    lordmatt
    Participant

    Another suggestion would be to expand the codex and include all the hooks and filters so that we code happy types can actually look stuff up. There is this, but at best it seems woefully incomplete. We’re on 7.2.0 and the top entry on that page leads to a PDF for 2.8.2’s hooks.

    Getting the boards back on-topic would be a huge help too. Take this third-party plugins post as an example. Surely that belongs in Requests & Feedback?

    An FAQ that the moderators and active helpers on the forum can point answers to would enable more people to give helpful answers to other users. If said power users can also contribute to the FAQ too, that could really expand the site’s usefulness.

Viewing 25 results - 2,451 through 2,475 (of 68,969 total)
Skip to toolbar