Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,776 through 2,800 (of 73,128 total)
  • Author
    Search Results
  • #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 );
    #319014
    wpvirtuoso
    Participant

    Hello!

    I have 4 tables in my database with more than 10000 entries. I have created a select box field in the BuddyPress and now want to fill/populate it with my table data.

    Can someone please guide me?

    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!

    sx1001
    Participant

    Hi all,

    is there any generic way to add a new input dropdown (select) element to every content users create within my buddypress page? That includes: UserBlog, Group Posts, Activity Posts, Forum posts?

    Later on this attribute should be printed as HTML data-attribute on that particular <div> container.

    I guess I could figure out myself all the hooks required – but Id highly appreciate an indication of the best way to go, clean and concise. Maybe I’ll just require one hook / extension of a content class!?

    Thanks so much in advance!

    #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!

    b4ureye
    Participant

    Hello,

    I would like to prohibit the creation of an account to users! I would not like users to use space characters in the wordpress registration field using Buddypress! Thank you I give me a code and tell me in which file should I put the code. Thank you

    #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.

    rsutt
    Participant

    Hi all,

    I’m trying to modify the BuddyPress activity loop for my BuddyBoss site. I have quite a specific outcome in mind, but any help towards attaining this will be very welcome. I have a rough idea of most of the moving parts but I’m finding it difficult to pull it all together so any help would be greatly appreciated.

    I’m trying to make a loop that shows forum replies and discussions which have an image uploaded to them and are posted with a specific word or hashtag.

    I have two major questions:

    1. Does anybody have an example of a working loop which could be placed into a PHP shortcode creator so I can experiment with the different things the loop can be modified to show? I’m having trouble even creating a working loop right now.

    2. I know I can search through loops via keyword to filter out the hashtag, but is anyone aware of how to only return replies or discussion posts with images attached/uploaded? I can’t seem to work this bit out.

    Any information very much appreciated.

    Thanks in advance!

    #318927
    Varun Dubey
    Participant

    yes you can you can find details here

    Template Hierarchy

    jksastrology
    Participant

    Hello everyone. I want to create a custom WordPress template in my child theme folder. And I want that custom template to load up the member-header.php file. Is this possible?

    I am thinking this probably is not possible, as buddypress loads profile templates from a certain path. And there seems to be two files that load up most of the buddypress features, which makes it impossible to customise onto different pages.

    Ideally, I want to create a template that loads only the profile information. Then another template that loads just the Avatar upload feature, and so on. So having seperate template files for each different thing.

    The reason is because I am wanting more control over buddypress templates. Buddypress is currently coded so that it loads everything from the same template, for example the member-header.php will load various things I do not want.

    Any help is much appreciated.

    Kind regards,

    Jay

    #318918

    In reply to: Conditional Tags

    trapsen
    Participant

    Hello,

    Thank you but it’s really only about the conditional tags that buddypress uses :)*

    best regards

    #318913

    In reply to: BuddyPress 8.0.0-beta2

    roman1wp
    Participant

    Please add the ability to put your answers to my posts, click on the button (like), so that (and other users) can see the notification “Someone liked your post.” I also have one question.
    1. I cannot complete user registration if I fill in the Name field in Russian (Пользователь). If I write the username in English (User) then everything works fine. https://prnt.sc/13bx92f
    The support of the Russian language is important to me for my work. I continue testing BuddyPress. I like it, I think I will learn how to work with your plugin, you just need to understand some subtleties.

    Márcio
    Participant

    How do I disable autocomplete in mentions in buddypress activities when typing @?

    #318906

    In reply to: BuddyPress 8.0.0-beta2

    Mathieu Viet
    Moderator

    Hi @roman1wp

    1. Thanks for your feedback about the BP Beta Tester plugin. I was able to fix it and I’ll soon deploy this release https://github.com/buddypress/bp-beta-tester/releases/tag/1.2.0 on the WP.org Plugins directory.
    2. About BuddyX, I advise you to report the issue on the Theme’s support forum.

    #318904

    In reply to: No Buddy Press Menu

    Varun Dubey
    Participant

    @drducky check screen options at top right
    after clicking on it on it will have checkbox for BuddyPress

    BuddyPress Links in WordPress Menus

    #318899
    drducky
    Participant

    Hello I installed Buddy Press but do not see a BuddyPress section in the Menu section?

Viewing 25 results - 2,776 through 2,800 (of 73,128 total)
Skip to toolbar