Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,351 through 2,375 (of 69,129 total)
  • Author
    Search Results
  • #319433
    shanebp
    Moderator

    BuddyPress does not create forums – use bbPress for that.
    And ask bbPress if it can import your existing forums.

    #319432
    shanebp
    Moderator

    BuddyPress loads templates for all profile screens.
    It should create a WordPress page for ‘Members’, but nothing else related to profiles.
    And youzify replaces all the BP templates.
    If you are trying to customize youzify profile screens, you should contact their support for instructions.

    #319428
    tomo974
    Participant

    Hey there,

    I am a complete newbie to wordpress and BuddyPress, not able to write code. I did install BuddyPress, as well as Youzify on a OceanWP theme.

    So far everything works, but BuddyPress did not create pages for the profile of the user. I did create a new Page for the user profile but BuddyPress doesn’t automatically put the user profile on that page. How can i change that?

    Thanks for answers

    #319422
    Blair Geddes
    Participant

    Just following up on this previous query. We had dialogue with Mediapress which we use too. They’ve replied outlining the query though ultimately lies in BuddyPress settings. See below fore reference:

    https://wordpress.org/support/topic/edit-go-to-the-discussion-url/#post-14570858

    Is it possible to re-look at this and advise how the URL structure is edited in BuddyPress please? I guess looking for a solution to drop into functions.php or elsewhere in child theme. Thanks.

    #319395
    rossellam
    Participant

    Just solved using WP registration because no way to use register page

    I added bp-custom.php in /wp-content/plugins

    this is code:

    /**
    * Disables BuddyPress’ registration process and fallsback to WordPress’ one.
    */
    function my_disable_bp_registration() {
    remove_action( 'bp_init', 'bp_core_wpsignup_redirect' );
    remove_action( 'bp_screens', 'bp_core_screen_signup' );
    }
    add_action( 'bp_loaded', 'my_disable_bp_registration' );
    
    add_filter( 'bp_get_signup_page', 'firmasite_redirect_bp_signup_page');
    function firmasite_redirect_bp_signup_page($page ){
    return bp_get_root_domain() . '/wp-login.php?action=register';
    }
    #319389
    shanebp
    Moderator

    Are you using the myCred plugin or Youzify?
    If so, try deactivating them and see if the issue persists.
    If the issue does not persist, then please contact the creators of those plugins.
    There have been similar reports from other users of those plugins – it is due to their code hooking into BP actions too early, before BP has loaded all the BP components.
    More info in this thread.

    #319379

    In reply to: BuddyPress 8.0.0

    kristianyanchevv
    Participant

    Hello . I have the same problem . What is the next step , who will fix this? Buddypress or myCred?

    Thank you.

    #319378
    designrus
    Participant

    Hello.

    We have an issue with a clients website, after updating to latest version we got the following error message:

    Notice: Undefined property: BP_Members_Component::$table_name_invitations in /var/www/clients/client187/web1039/web/wp-content/plugins/buddypress/bp-core/classes/class-bp-invitation-manager.php on line 53

    This has resaulted in other plugins and core lugins no longer able to be updated. Do you have a fix for this issue.

    #319372

    In reply to: BuddyPress 8.0.0

    i just checked sites I run with BuddyPress and a few smattering of BP related plugins I always use… anyway 5 of the 6 sites all use Youzify & BP 8 and seem to have no issues…. the one I have issue with has BP/Youzify too BUT MyCRED is enabled yes…

    I rolled back to previous version of BP on there in meantime then ran the Tools table create and migrate again and that worked 100% – would be interesting to see if I bumped up to BP8 on that again if issue would rec occur

    #319367
    carlos4140
    Participant

    Hi there,

    Is there a way of introducing video size limits for uploads within BuddyPress Groups without disabling video uploads altogether?

    Can this be done by plugin or (if not) code?

    Many thanks in advance 🙂

    #319366
    chenryahts
    Participant

    Hi, I think since the last update(? I only noticed today, but last I knew it was working), I can’t send private messages and get this console error when sending from https://www.do main.com/members/me/messages/compose/?r=recipientusername :

    Uncaught ReferenceError: tinyMCE is not defined
        at n.<anonymous> (buddypress-messages.min.js?ver=8.0.0:1)
        at underscore.min.js?ver=1.8.3:2
        at Function.v.each.v.forEach (underscore.min.js?ver=1.8.3:2)
        at n.sendMessage (buddypress-messages.min.js?ver=8.0.0:1)
        at HTMLFormElement.dispatch (jquery.min.js?ver=3.5.1:2)
        at HTMLFormElement.v.handle (jquery.min.js?ver=3.5.1:2)

    And it fails to send the message. Maybe someone else is having this issue?

    #319362

    In reply to: BuddyPress 8.0.0

    linguabuddy
    Participant

    Hi,

    I have a slightly different problem. User interface for invitations works perfectly but…. nothing happens. No emails are sent. Tried sending from and to a few different accounts, but nothing is coming through.

    Have checked under emails and it is there and configured.

    I’ve not been having deliverability issues for any other BuddyPress emails, so I’m confused.

    Any ideas?

    #319350

    In reply to: BuddyPress 8.0.0

    vivekmathur1969
    Participant

    Hi, I’m getting the same database error and it seems linked to Mycred, as Neo also flagged above.

    Here is the full error:

    [15-Jun-2021 13:35:49 UTC] PHP Notice: Undefined property: BP_Members_Component::$table_name_invitations in /home/customer/www/staging57.kidwise.in/public_html/wp-content/plugins/buddypress/bp-core/classes/class-bp-invitation-manager.php on line 53
    [15-Jun-2021 13:35:49 UTC] WordPress database error Table ‘dbosafnzuzggps.i’ doesn’t exist for query SELECT DISTINCT i.id FROM i WHERE class IN (‘bp_members_invitation_manager’) AND type = ‘invite’ AND invite_sent = 1 AND accepted = 0 made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, myCRED_Core->init, do_action(‘mycred_init’), WP_Hook->do_action, WP_Hook->apply_filters, myCRED_Hooks_Module->module_init, myCRED_Hooks_Module->call, myCRED_Hook_Affiliate->run, apply_filters(‘bp_core_signup_send_activation_key’), WP_Hook->apply_filters, bp_members_invitations_cancel_activation_email, bp_members_invitations_get_invites, BP_Invitation_Manager->get_invitations, BP_Invitation::get

    Any suggestions how to fix this, please?

    thanks very much,
    Vivek

    ausiuming
    Participant

    When I uploaded a Profile Photo in BuddyPress frontend profile page, the first look is ok but when I reload the page, the *-bpfill.jpg file is replaced by a *-bpfill.svg file which is a 4×4 square colour pattern.
    Changing Cover Photo doesn’t have this problem. Also, changing Profile Photo in the backend doesn’t have this problem.

    #319332
    chrisjdahl
    Participant

    Found solution here https://wordpress.org/support/topic/bug-two-like-buttons-in-buddypress-comments/
    add_filter( ‘bp_activity_comment_content’, function( $content ) { return $content . wp_ulike_buddypress(‘put’); } );

    It still created the duplicate likes, but with some css I removed that :/

    #319329
    laghribi98
    Participant

    Hello team,
    I had an issue in my website,to give more details :
    I had 3 roles in buddyPress (Admin,Employee,Candidate)
    The admin and Employee should access to a Page A for example
    And the role Candidate shouldn’t access to Page A,
    I tried many times to solve it but nothing happened
    I use the latest version of BuddyPress

    #319322

    In reply to: BuddyPress 8.0.0

    [Table ‘buzz_.i’ doesn’t exist]
    SELECT DISTINCT i.id FROM i WHERE class IN (‘bp_members_invitation_manager’) AND type = ‘invite’ AND invite_sent = 1 AND accepted = 0

    Have manually tried to fixthis in DB by dropping table and thenusing BP Tools to recreate the table so it does exist….yet on all backend pages and front end I get this message…. yup tried deactivating all BP related plugins even buddypress and then reactivating …. cannot find issue

    Wuth error on all admin pages ajax on admin stops running

    #319317
    Varun Dubey
    Participant

    @plgupa BuddyPress does not save any data or any member or site-specific at any 2nd/3rd party server, everything stays at your server only.

    #319316
    kvnandula04
    Participant

    But by theme is Buddyboss which is by Buddypress.

    #319314
    Varun Dubey
    Participant

    @adjunkten will give you a detailed overview of usages
    New xProfile Field Type – Checkbox Acceptance will be introduced in BuddyPress 8.0.0
    For the existing one, that might be the WordPress Privacy checkbox, which is mapped from Setting >> Privacy

    #319305
    traceykin
    Participant

    Thank you, yes of course, I am sorry for some reason I thought it would come under this buddypress forum. lol

    Can you recommend a buddypress profile search or is BP Profile Search the only one.

    Many thanks for replying 🙂 much appreciated

    traceykin
    Participant

    Hi,

    If I do a members profile search and there should be no results i.e a blank page with no profiles. Rather than zero profiles being displayed, my members page shows all members. All other areas of the search are working fine.

    Is this normal for the profile search to do this or should it produce a zero member show on the page if it cant find any matches.

    Can anyone point me in the right direction why it does this and is there a php patch / fix for this 🙂

    Many thanks

    Tracey

    csemlak
    Participant

    Hello. I want to migrate from ultimate member on my site. I have switched off ultimate member and only have buddypress on. Regardless none of the users show up on the members page. In addition, users are showing as spammers.

    I want all of the user profile date to migrate if possible. My own user profile as an admin does not even show up.

    I really want this all to work, but I am also a novice at this. So I could use some help. THanks!

    cj74
    Participant

    Hello

    I am using buddypress 8 , word press 5.7.2. I recently used this plugin to delete the activity stream but it seems it has also deleted the member log in history of around 180 members. And only those that have logged in (19 members) since i used that plugin are only showing in the “recently active” member list/directory. How do i fix this so all members that have logged in the past will show up again in the directory?

    It will even be best to remove this log in requirements so that all members are displayed in the directory.

    Any help is appreciated.

    Thank you.

    #319279
    gringanc
    Participant

    To add to the above, please note that I tried the above shortcodes *and* hid the WordPress admin bar for regular users. The Login page assigned with the [bbp-login] shortcode still showed the Register page for an unauthenticated user. I’m struggling to show the login form without showing the WP admin bar at the top of the page.

    I strongly suspect that users will be confused by a WordPress-wide login and would like to keep this to regular users registering within the confines of this site without a separate overarching WordPress menu. It’s fine if that winds up being a WordPress login, but I would like for these to be located in-page rather than in a separate menu.

    I’m using BuddyPress 8.0.0 and the latest version of WordPress.

Viewing 25 results - 2,351 through 2,375 (of 69,129 total)
Skip to toolbar