Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,051 through 4,075 (of 73,985 total)
  • Author
    Search Results
  • tatiana_k
    Participant

    The previous buddypress theme used actions, for example do_action( ‘bp_after_profile_content’ ).
    Now there’re hooks instead, for example bp_nouveau_xprofile_hook( ‘after’, ‘loop_content’ );

    And I cannot find any information how these hooks can be used.
    What function do I have to use instead of add_action now?

    share24
    Participant

    I installed BuddyPress today and registered a new account.

    When I tried to log in I get two errors in red boxes:

    ERROR: Authentication failed.
    ERROR: You have entered an incorrect reCAPTCHA value.

    I have tried resetting the password and it still didn’t work.

    On the reCAPTCHA, it’s the math version and I know the answers have been correct.

    Link: https://ohiovarsity.com/register/

    #312775

    In reply to: Changing Permalinks

    ayhanizmir
    Participant

    Thank you @vapvarun
    I will contact them asap

    But I guess “settings” are adjusting in BuddyPress; then how can I change that permalinks?

    and also when I change the permalinks which I mentioned in post in ChildTheme it works, but in normal theme it seems no effect. Why?

    Best regards,

    #312772
    mightykyr0
    Participant

    How do I add bbpress information to BuddyPress profile

    #312769
    facknrite
    Participant

    Hello i have this odd issue with buddypress. When i setup my site on my home server i was able to change my avatar and my cover image.

    After i move my site using duplicator plugin into my web server images can be uploaded you can see them but as soon as you refresh or go to a diferent page the avatar/cover image is back to the default one.

    I’m running nginx web server and i’m also using cloudflare.

    Any ideas?

    #312767

    In reply to: auto read notification

    Varun Dubey
    Participant

    there is a buddydev plugin BuddyPress Clear Notifications, you can use it

    #312757
    ameloz84
    Participant

    Good day

    I wanted to ask if we can also do the following:
    Hourly Rate: $ 33
    Hours/Week: 12 hrs
    Estimated Monthly Income: $ 1702,8

    Like a math calculation (estimate revenue)

    Is this possible? Ideally, I want to add this option within the registration form on my BuddyPress register as a WP member.

    Thanking you,

    #312756
    welsh10
    Participant

    Hi,

    I’m using BuddyPress – I have found a plugin that will delete posts before ‘x’ date. Although cant find a way of bulk deleting the media that was associated with that post.

    Is there any way of deleting images from the media library that are not attached to posts?

    Thanks

    #312747
    Varun Dubey
    Participant

    @jadedartist check with Youzer support, media is not part of BuddyPress.

    #312746
    jadedartist
    Participant

    I am using the Youzer theme of BuddyPress. I am hoping to add tags or categories to the images users will upload in the portfolio portion of their profiles, so those results can be sorted into results in a search. Is this possible in BuddyPress, Youzer or is there a third party plugin that would help to that end?

    #312741
    Varun Dubey
    Participant

    @tarryntyler try to toggle ( enable/disable )group component if it’s still not working disable other plugins except BuddyPress to isolate possible plugin conflict.

    #312740
    Tamie
    Participant

    Hello! I am a novice to wordpress. All of my plugins are up to date and I am using Elementor.

    I wish to use YITH plugin with Buddypress. The user will need to choose a membership (free or paid).

    I do not understand through which plugin the user will register. Maybe this is common knowlege to the experienced person, but some of us have no clue.

    I would like them to choose their membership when they click “register.” I believe that woo and buddypress integrate so that information entered will be available to buddypress. I cannot find any information on how to set up my registration/membership. All I find is the “register” which is the wordpress registration. I do not wish for users to have to login to each area, that would be ridiculous. Do I need to call a paid registration an “upgrade?” But still how are the registration and the membership tied together?

    YITH is not answering my question, so I am hoping that you can help. I would so appreciate it.

    #312737
    tarryntyler
    Participant

    I just installed the child theme customizer for karuna the second time, and changed the colors only. this time when installing, the buddypress groups stopped working and giving error 404. I deactivated and reactivated both bb press and buddypress plugins, removed and added back group feature, but still cannot add or use them them even from within the admin session. using up to date buddypress noveau and plugins, and never had issues with groups before. website is dailyyogi.world

    danielafer
    Participant

    Hi, thanks for replying. I’m not as interested as having content or a private community. I am interested in not indexing all links generated by buddypress, such as mypage / members / juan
    I consider that these links do not generate any value for my site.
    With that code can I achieve this?

    Varun Dubey
    Participant

    @danielafer use private community plugin or BP lock , it will help to keep your community private for logged in users.
    If you do not want the private community approaches you can also use no-index.

    function no_index_for_buddypress() {
        if ( is_buddyPress() ) {
            echo '<meta name="robots" content="noindex, nofollow">';
        } else {
        }
    }
    add_action( 'wp_head', 'no_index_for_buddypress' );
    danielafer
    Participant

    It is the third time that I ask and I don’t get any answer to my question:
    How can I avoid indexing the links generated by the plugin, for example profiles, activities, groups, etc.

    #312718
    ggbxl
    Participant

    @pedroverdi

    Hi

    I try to get Divi working with BuddyPress, but I cannot get access to BuddyPress short codes…
    Can you help?
    Gérard

    Judd Exley
    Participant

    I’ve got Woocommerce, Shop Isle Theme and a vew assorted plugins including bbpress and buddypress.

    Everything works great until I try to install ANY plugin involving newsletter features. Then I get an error that’s ONLY in the WP Admin area, usually involving running out of memory (even though my limits are nearly maxxed out).

    So installing the following ALL break just the backend:
    Mailpoet
    Newsletter
    Icegram
    MailChimp

    These things were all playing together nicely until the most recent update to Buddypress, now all of it breaks every time I’ve got the following switched on:
    Woocommerce
    ANY of the Newsletters above
    bbpress
    Buddypress

    Can anyone advise on what I can do? Or is there a way to roll back to the previous version before everything started breaking?

    Cheers.

    jaiprabhu
    Participant

    How to disable buddypress e-mail activation for users – only admins can approve accounts ?
    i disabled the user mail using this link : https://gist.github.com/KaineLabs/c0dfe6d07c64c1ab0d34046e7853251a

    but the admin not receive any mail regarding new user signup

    #312712
    tappgermany
    Participant

    Hey,

    can someone tell me where I can find this function to edit it: bp_nouveau_wp_profile_field_id();

    BuddyPress Version 6.1.0
    WordPress Version 5.4.2

    #312711

    In reply to: Activity as grid

    evillizard
    Participant

    @shanebp is it possible to make all buddypress activities into posts?

    – i already have a plugin that makes posts into nice grid templates ..and i could insert on a page with a shortcode

    – would it then be possible to make all buddypress activities into posts .. So i can put this shortcode on my homepage, and so everytime a user makes at activity, it becomes a post and appears on that post grid on the home page

    Is this possible.. With a plugin?

    #312701

    In reply to: Activity as grid

    shanebp
    Moderator

    You need to create a custom template for activity and adjust the layout to your liking.
    Info re how to overload a template.

    #312698

    In reply to: Change header?

    @mercime
    Participant

    @flpagan Can you clarify whether you’re referring to the theme’s header or a default group’s or member’s profile header/ cover image?
    If you’re referring to the theme’s header, please contact theme author.
    If you’re referring to the cover images for groups or members, try this https://wordpress.org/plugins/buddypress-cover-photo/ – haven’t used it myself. Good luck.

    #312697
    amaclenan
    Participant

    I see many people seem to have this problem and the site I am writing for a client certainly does – when a user loads a new Avatar picture, the result is a tiny dot and it is impossible to crop.

    This is a deal-breaker for using BuddyPress – does anyone have a work around?

    I am using Avada theme but have tested it with 2020 and still no luck.

    #312692
    WordpressIsGreat
    Participant

    Ok,
    I’ve added the code into my functions.php but unfortunately nothing changed.
    I also reinstalled buddypress without success.

Viewing 25 results - 4,051 through 4,075 (of 73,985 total)
Skip to toolbar