Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 1,251 through 1,275 (of 69,119 total)
  • Author
    Search Results
  • #328850
    zmimi83
    Participant

    Hi,

    In my WordPress multisite, I need to manage users specifically in each subsite. At this time, the root site users exist also in the subsites.

    Could you explain to me how to have root users and subside user existing in parallel.

    Many thanks for the help!

    Regards.

    MG

    #328836
    ankitydv
    Participant

    I am using Vikinger – BuddyPress and GamiPress Social Community Theme
    Minimum Length: 8 characters At-least 1 uppercase, 1 lowercase, 1 numeric and 1 special characters. Restrictions against password reuse.
    Restrictions against using common passwords.
    Restrictions against using contextual string in the password.

    If Anyone has a solution please reply.

    #328831
    Earl_D
    Participant

    Here is a free option

    https://wbcomdesigns.com/downloads/buddypress-birthdays/
    Have not used it but used their BP plugins bundle in the past but some of their plugins have become bloated lately IMO. Just a heads up.

    #328782
    Mike Witt
    Participant

    @johanna75,

    Six years later(!) I’ve run into this same privacy issue. Just curious, are you still using BuddyPress and did you ever find a solution?

    #328761
    eluyawi
    Participant

    Hi Mark, I have the some problem, How do you solve this problem with Astra Pro?
    Here is my question in the forum https://buddypress.org/support/topic/conflicts-buddypress-and-astra-pro-theme/ but anyone answer.

    eluyawi
    Participant

    Hi everyone, I have a conflicts problem between BuddyPress and Astra PRO, bucause show a error message if I neet to see the profile (www.example.com/members/{username}, but if I desactive the Astra PRO Theme, and it use Tweny Twenty Theme wors fine. Do you know how can I solve this conflict with Astra PRO?

    #328756
    Steve Taylor
    Participant

    I’ve had no luck debugging this. It seems the no-cache response header is being set in two places:

    1. /wp-includes/class-wp.php:760 > nocache_headers() (this seems to be WP core not recognising the member profile URL path (e.g. /community/directory/john-smith/)
    2. /wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php:613 > bp_do_404() > nocache_headers() (this seems to be BP baulking at $wp_query->queried_object not being set)

    If either are commented out, the header remains. If both are commented out, the header is no longer there.

    So, early in processing, both WP and BP class the request as a 404. Somewhere along the line, clearly, BP recognises it as a member profile request, and includes the right template, and sets the response code as 200 – but doesn’t revert anything else set by the above.

    I’ve used my own debugging function to dump the backtrace at the top of the profile-loop.php template (where, by that point, the status code is 200):

    [0] => biro_debug_custom_log
    [1] => require('/themes/bureau-qnetwork/buddypress/members/single/profile/profile-loop.php')
    [2] => load_template
    [3] => bp_locate_template
    [4] => bp_get_template_part
    [5] => require('/themes/bureau-qnetwork/buddypress/members/single/profile.php')
    [6] => load_template
    [7] => bp_locate_template
    [8] => bp_get_template_part
    [9] => require('/themes/bureau-qnetwork/buddypress/members/single/home.php')
    [10] => load_template
    [11] => bp_locate_template
    [12] => bp_get_template_part
    [13] => bp_buffer_template_part
    [14] => BP_Members_Theme_Compat->single_dummy_content
    [15] => WP_Hook->apply_filters
    [16] => apply_filters('bp_replace_the_content')
    [17] => bp_replace_the_content
    [18] => WP_Hook->apply_filters
    [19] => apply_filters('the_content')
    [20] => the_content
    [21] => include('/themes/bureau-qnetwork/buddypress/buddypress.php')
    [22] => require_once('wp-includes/template-loader.php')
    [23] => require('wp-blog-header.php')

    Not sure that helps, so I searched for places where the status code is set to 200. It appears to be being set in two places:

    1. /wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php:521
    2. /wp-content/plugins/buddypress/bp-core/bp-core-theme-compatibility.php:654

    Again, if either are commented out, the 200 remains. If both are, the response is 404.

    I imagine I could hook custom code in to revert the no-cache header (and anything else) set by 404 calls to nocache_headers(), if the status has since being changed to 200. But we’re keen to understand this properly rather than simply hack it.

    #328749
    orahdev
    Participant

    Hello,
    I need to send an email to all user when someone post something on the wall.
    I use youzify and BuddyPress but I couldn’t find in the setting where to do it.
    I want all the member and user of my website to receive an email whene someone post (text,photo, video …) to notify them.
    Can you help ?
    Best Regards.

    #328741
    eluyawi
    Participant

    I have just desactived the Elementor PRO plugin and it’s working, but How can I fix it.
    Could make a Elementor page with shortcode of BuddyPress? Someone knows how fix it?

    #328740
    eluyawi
    Participant

    I have installed Woocommerce + Buddypress + bbpress but I have a problem with the plugin Buddypress, My goal is the following:

    The student has a header menu and one of them is “My account”, when the user clicks, the Buddypress menu should appear (with his photo, forum, profile field, messages field, etc.) but no information appears.

    For example in:
    http://www.example.com/miembros/admin/profile gives page error.
    http://www.example.com/mienbros/admin/forums gives page error.

    I dont have idea how get the user profile.

    snowfox6
    Participant

    I am wondering if BuddyPress supports the option to create hundreds of user profiles by reading from a column (In Excel) of email addresses and assigning them passwords
    +
    2) Automate the email Process of sending all the users their user name and password for the buddypress site.
    Thanks

    #328713
    itsmeginfo
    Participant

    I’ve facing some issue and i cant resolve it yet. I’m using JWT-AUTH plugin for the authetincation and its working well.

    I want to get the user’s messages, but the api response return with 403 error code:

    Sorry, you cannot view the messages.

    If I set the user to Administrator role, then I got 200 status code and got the messages. The user’s token include the user id ofc:

    “data”: { “user”: { “id”: “2” } }

    and this is my endpoint: /wp-json/buddypress/v1/messages?box=inbox&user_id=2

    Can somebody help me with this? Thank you!

    I’ve tried to got the user’s messages but i cant. Only if I set the user to administrator.

    #328705
    erbenda
    Participant

    questo รจ lo stesso problema segnalato da me 5 giorni fa al seguente post https://buddypress.org/support/topic/problema-con-immagini/

    presson2022
    Participant

    I have the latest version of WP and BP and on a profile view, the Add Friend and Favorites button is not there so members can’t add Friends or Favorites. It this a known bug? Tried different BuddyPress themes and get the same thing. Anyone know of a fix?

    #328663
    roni_gabriel
    Participant

    Hi. Is there a way to always redirect a logged in user from the homepage / to the activity stream on the /news-feed page once they are logged in?

    So when they return to the site after leaving and they type in our domain.com name they don’t have to go the menu to switch to the /news-feed but are automatically redirected.

    Is this a good idea? Or is there a better?

    Enjoying using Buddypress. Thank you.

    #328651

    In reply to: BuddyPress 11.1.0

    werny
    Participant

    I got 2 error messages on my new installation :

    Warning: Attempt to read property "base" on null in /customers/2/b/1/mydomain.com/httpd.www/wp-content/plugins/buddypress/bp-members/bp-members-notifications.php on line 211
    Warning: Attempt to read property "id" on null in /customers/2/b/1/mydomain.com/httpd.www/wp-content/plugins/buddypress/bp-core/classes/class-bp-admin.php on line 732

    What does that mean?
    How can I solve that?
    I cannot even access my Customizer Settings

    #328645
    rangereins
    Participant

    Hello all,

    i have installed BuddyPress and it wasn’t a good idea. I found out i didn’t need it and cannot delete it now. It throws a critical error (Call to undefined function bp_get_option() in …)

    I am using BuddyBoss and both plugins don’t like each other, or so it seems.

    Can i simply delete the Buddypress-Folder on the Server or can this cause any problems?

    Thank you for helping.

    Have a nice Day,
    Rangereins

    PS: I never activated BuddyPress – It this helps

    #328623

    In reply to: BuddyPress 11.1.0

    ezway
    Participant

    Hi

    After upgrading I lost my cover image…

    For a visual explanation please see my screencast below:

    https://www.dropbox.com/s/fbdrek03xrcth6q/Upgrade%20issue.mp4?dl=0

    Found this in the logs not sure how relevant

    AH01071: Got error ‘PHP message: PHP Warning: Undefined array key “groups” in /var/www/vhosts/priceless-rosalind.66-42-113-170.plesk.page/httpdocs/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 111; PHP message: PHP Warning: Undefined array key “forums” in /var/www/vhosts/priceless-rosalind.66-42-113-170.plesk.page/httpdocs/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 111’, referer: https://priceless-rosalind.66-42-113-170.plesk.page/sitemap_index.xml

    Looking forwards to your advice on how to fix this

    EZ

    #328604

    In reply to: BuddyPress 11.1.0

    armaanfromatg
    Participant

    Hi there,

    After upgrading to 11.1.0, each time I try to edit my wordpress website I get an error saying:

    Warning: Udefined array key “bp_docs” in C:\****\***\******\wp-content\plugins\buddypress\bp-core\classes\class-bp-rest-components-endpoint.php on line 416

    Can someone please tell me how to fix this?

    Thankyou in advance

    #328599
    meestergijs
    Participant

    Could this help me as well? Where do I use this code and what bit do I delete?

    [Resolved] Errors showing up, not sure what to do

    #328590
    Jarmo
    Participant

    I’ve noticed that BuddyPress do not save the avatar like WP or ProfileGrid does. Currently I’m having two versions of profile photos because of that.

    #328576
    presson2022
    Participant

    Some strange things happening here. The BuddyPress Navigation Widget only shows he Logout link and none of the other links. The members page has sidebar on it where I have the widget. These links are not there:
    Profile
    Notifications
    Messages
    Friends
    Groups
    Settings

    I added that same widget to the footer page and if I navigate off the members page to say account page it shows the links in the footer. Why is it not showing on the members page sidebar?

    #328571
    fawp
    Participant
    #328570
    bbryony
    Participant

    Hello

    I have installed Buddypress Members Only on my site and I can still see all the pages when I am logged out. Help! have I misses a setting somewhere?

    Here is the site https://onemsl.crazygecko.co.uk/

    Thanks in advance,
    Bryony.

    vitalero8
    Participant

    Hi ! would like to recommend ImbaChat as the best plugin for integrating BuddyPress with chat and video calling. With ImbaChat, you can provide your users with the ability to communicate with each other, send files, and make video calls right on your website, which can greatly enhance the user experience. Moreover, ImbaChat integrates easily with BuddyPress and other social plugins, making it the perfect solution for your website. I highly recommend giving it a try!

Viewing 25 results - 1,251 through 1,275 (of 69,119 total)
Skip to toolbar