Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,926 through 2,950 (of 68,967 total)
  • Author
    Search Results
  • #316123
    techbot
    Participant

    Well, I downloaded the 2019 theme, disabled all plugins and deleted the Buddypress plugin. Then I re-uploaded the Buddypress plugin fresh… still no pages 🙁 I’ve tried both uploading the .zip from my computer AND searching through the WordPress plugins panel.
    I’m at a loss here. To be fair, it DOES say that it’s untested with WordPress 5.6. I just noticed that

    #316118
    iamthewebb
    Participant

    Which default pages are you missing? Have you enabled the relevant components through the buddypress settings?

    I believe you can also just create blank pages with suitable names and assign in the buddypress settings.

    #316101
    kakashi-hatake
    Participant

    Hello,

    So this is so called buddypress community?

    Cheers

    #316073
    larnoult
    Participant

    Hey,
    A lot of my (impatient) users double or triple click on the “post update” button (#aw-whats-new-submit), thus creating duplicated activities.
    I only found this 5 year old topic , where @henrywright suggested to insert jquery code in the post-form.php (in a child theme). Which I did:

    <?php
    /**
     * BuddyPress - Activity Post Form
     *
     * @version 3.1.0
     */
    
    ?>
    
    <?php
    /*
     * Template tag to prepare the activity post form checks capability and enqueue needed scripts.
     */
    bp_nouveau_before_activity_post_form();
    ?>
    
    <h2 class="bp-screen-reader-text"><?php echo esc_html_x( 'Post Update', 'heading', 'buddypress' ); ?></h2>
    
    <div id="bp-nouveau-activity-form" class="activity-update-form"></div>
    <script>
    
        jQuery( 'input#aw-whats-new-submit' ).click( function() {
    		jQuery( "input#aw-whats-new-submit ").attr( "disabled", true );
    		jQuery(this).addClass( "loadingBP" );	
        });
    </script>
    <?php
    /*
     * Template tag to load the Javascript templates of the Post form UI.
     */
    bp_nouveau_after_activity_post_form();
    

    Unfortunately, clicking on the button (although it’s the right selector) does not trigger the jQuery event.. I’m puzzled! Any help welcomed!
    Thanks

    #316066
    Candace
    Participant

    The site navigation is not what I am having trouble with it is the BuddyPress profile navigation bp-nav which doesn’t show up in the developer tools, except for the sub-nav one.

    #316065
    connie1193
    Participant

    Hello, we are super happy with the plugin. Unfortunately, it is not possible for users to reset the password. Independent of which email address you put there, the next page is the 404 error. And no email is sent.

    Passwort zurĂŒcksetzen.


    Can you support here please?

    WP Version 5.5
    Buddypress Version 6.4.0

    #316063
    Candace
    Participant

    WordPress 5.6
    BuddyPress 6.4

    I recently installed BuddyPress. Everything was working fine, but now the main nav on the profile page disappeared except on the profile homepage.

    So I see it here: https://cloudninemeeple.com/members/aunrea/
    but not here: https://cloudninemeeple.com/members/aunrea/profile/
    or anywhere else in the profile area.

    I have my own theme I made and have only made some CSS changes since installing the plugin. The CSS is not hiding the nav (I checked).

    I have a lot of plugins but I deactivated all plugins except BuddyPress and that did not help.

    I can’t figure out why it disappeared when it was there before.

    #316039
    Earl_D
    Participant

    @iamthewebb thanks that is hat it was the buddypress new user moderation plugin had a option to block BBpress which I unchecked and solved the issue

    #316034
    Anonymous User
    Inactive

    Hi everyone,

    Survey results are now published!

    BuddyPress 2020 Survey results

    #316026
    samysalahgad
    Participant

    Hey Guys

    I need to make my community private for members including the members and groups page showcase and also members and groups profile.

    I used plugin for restrict content by showing a restricted content message or redirect to login or register page, but that not work well with buddypress. am using “Restrict User Access – Membership Plugin with Force
    ” plugin, it work fine with member profiles
    Redirect for group showcase page and child group pages not work, any help ?

    #316025
    iamthewebb
    Participant

    You can overload pages https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/#overloading-template-compatibility-theme-files

    If you create a child theme, copy the template file then you can make changes to the template to move components etc.

    #316019
    iamthewebb
    Participant

    What plugin are you using to restrict access to buddypress? This will likely need reconfigured if it is also blocking bbpress.

    #316012
    rcwild
    Participant

    Figured this one out on my own. MemberPress and BuddyPress each have a setting to identify pages. I created a conflict in the pages being used by the two plugins.

    #316000
    rcwild
    Participant

    Greetings,

    I have a problem that has me stumped. Thank you in advance for any help you might be able to offer. Website is canyonguidesinternational.org

    Started with MemberPress and Divi theme. Added BuddyPress to provide users the ability to create extended user profiles. Added a BuddyPress integration plugin provided by MemberPress. The only other plugins installed are reCaptcha and WordFence.

    The problems …

    WITH BUDDYPRESS DISABLED
    Things work fine, except of course I cannot access BuddyPress features.

    WITH BUDDYPRESS ENABLED — LOGGED IN AS ADMIN
    Things work fine. Can access BuddyPress features. BUT trying to get to homepage keeps redirecting me to 
/members. I have the homepage set to static page HOME and cannot find any other place that could be causing the redirect. I can get to other pages using the navigation menu, but not the homepage.

    WITH BUDDYPRESS ENABLED — LOGGED OUT
    Going to home page gives me this message: “Please provide a valid activation key.” I can get to other pages using the navigation menu, but not the real homepage.

    #315967

    In reply to: BuddyPress 6.4.0

    savanitina
    Participant

    After updating Buddypress any posts edit page in admin side (/post.php?post=24097&action=edit) not working while its working with old version.i did check all new files of new version of buddypress i did not get anything..can anyone help please ?

    #315963
    harlandit
    Participant

    Yep – there is a Javascript error, but I am not very good at these things….any idea what is wrong here?
    ++++++++++++++++
    buddypress-nouveau.min.js?ver=6.4.0:1 Uncaught TypeError: Cannot read property ‘contents’ of undefined
    at HTMLDivElement.<anonymous> (buddypress-nouveau.min.js?ver=6.4.0:1)
    at HTMLDivElement.d.complete (jquery.js?ver=1.12.4-wp:4)
    at i (jquery.js?ver=1.12.4-wp:2)
    at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
    at i (jquery.js?ver=1.12.4-wp:4)
    at n.fx.tick (jquery.js?ver=1.12.4-wp:4)
    +++++++++++++++++++++

    #315961
    tht1
    Participant

    Hey there!

    I really love your plugin. I really hope everthing will work good and we be able to use it!
    I work now on localhsot.
    my issue now – the send message privately not working. nothing appen after pressing the button

    some things that maybe help for you to know:
    * local host
    * php version – 7.3.5
    * wordpress version – 5.5.3
    * I try to switch theme – astra or buddyx – issue still there.
    * try to work with and without the addon “BuddyBuilder – BuddyPress Builder for Elementor”
    * after pressing the button the link looks good – from the friend I want to send to – the link is coming back to my profile and them
    http://club.local/the members page/my page/messages/compose/?r=heythere
    but there is nothing unser “send message”

    what can help me to solve the problem?
    thank you very much!

    rqb
    Participant

    Hello,

    Everything was fine until upgrading to version 6.4.
    Now Activity page doesn’t load.
    It shows this error message: ERR_TOO_MANY_REDIRECTS

    I deleted all cookies but the problem remains the same.

    Activity page is not my home page, and I have BuddyPress installed and integrated with Learnpress. However it was working fine withe the previous version and I havent installed any other new plugins.

    I will thank any suggestions to fix this.

    Regards

    #315951
    iamthewebb
    Participant

    Hi, you’ll likely need to provide more information to receive help with this.
    Check https://buddypress.org/support/topic/when-asking-for-support-2/

    #315947
    grandeabc
    Participant

    #6 /srv/htdocs/wp-content/plugins/buddypress/bp-core/bp-core-functions.php(538): apply_filters(‘bp_core_get_dir…’, Array, ‘all’)
    #7 /srv/htdocs/wp-content/plugins/buddypress/bp-core/bp-core-cache.php(88): bp_core_get_directory_page_ids(‘all’)

    What can i do????

    willypt
    Participant

    Hello. I’am using this theme https://themeforest.net/item/vikinger-buddypress-and-gamipress-social-community/28612259 and this plugin https://codecanyon.net/item/snax-viral-frontend-uploader/16540363.

    I’m also, of course, using buddypress on my website- But for some reason, the notifications are showing blank. See example: https://imgur.com/a/CXL2yFF

    Can I get a help, please ?

    Anonymous User
    Inactive

    Hi,

    You just need to create a group of profile fields from the WP Admin > Users > Profile Fields screen and attach your profile fields to it. Here’s the reply I gave you when you pinged me on Twitter 😉

    Thanks for using BuddyPress <3

    #315856
    Anonymous User
    Inactive

    Hi @emergencecreativespace

    Your comment wasn’t deleted, it was pending moderation and I just validated it. Here’s the link: https://buddypress.org/2020/11/buddypress-7-0-0-release-candidate/#comment-46519

    I’ve just replied to your support request here: https://buddypress.org/support/topic/hey-peeps-i-have-two-issues-both-about-activating-profiles/#post-315855

    Please try to avoid using strong words into your support request or comments.

    mayzfieldtv
    Participant

    How can I allow mediapress to post without adding text to post form? Some members just want to add a quick photo without adding text, but there is an error message if they don’t include text. I tried this, but it didn’t work:

    https://buddypress.org/support/topic/allow-empty-whats-new-activity-update/

    #315840
    nanomania
    Participant

    Hello, I have problems with the header colors, I am using divi and I have some colors set for the header, the problem comes with the pages that come from buddypress, I don’t know why it does not save the same color design, it changes to the color By default it came to me in divi, for example my header is I change the color to blue and if I enter home it is blue, if I enter the blog it is blue, if I contact it it is blue, now if I enter members or in the profile of buddypress and other pages that are with buddypress leaves them in white as it came by default, any solution?

Viewing 25 results - 2,926 through 2,950 (of 68,967 total)
Skip to toolbar