Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 651 through 675 (of 68,945 total)
  • Author
    Search Results
  • #333809
    planetearthlings
    Participant

    Hi All, I’m using the Vikinger theme to create a social network experience for the Educational Virtual World we are creating. I have WordPress 6.5.2, BuddyPress 12.4.0 and the website is: https://www.zarbul.com.

    I have disabled the “Allow registered members to upload avatars” but “Change Avatar” is still available on the Profile Info page.

    What I really want is a way to make it so members can choose from a number of avatars we have created. One search suggests that is possible, but the “Allow registered members to upload avatars” has to be off.

    #333803

    In reply to: Member Blog issue

    angelinajaade
    Participant

    Some helpful details:

    Wordpress Version: 6.5.2
    BuddyPress Version: 12.4.0
    BuddyX Version: 4.6.7

    #333802
    angelinajaade
    Participant

    I apologize if this has already been answered. I searched through the topics but did not find any match.

    I have issues with the BuddyPress Member Blog plugin.

    — When clicking “Add new post” and also “Read more” as it leads to a regular WordPress post page instead of loading into BuddyPress/the theme (?).

    It does not integrate, like the list of posts does.

    Example page for reference: https://bygrace.faith/members/angelinajaade/posts/

    Help appreciated.

    #333792
    planetearthlings
    Participant

    Hi All, I’m using the Vikinger theme to create a social network experience for the Educational Virtual World we are creating. I have WordPress 6.5.2, BuddyPress 12.4.0 and the website is: https://www.zarbul.com.

    While creating Groups with the “Enable forum for this group” checked I received an error message saying one of the group images wasn’t the right size even though it was the same as all the others I created. On the third time it was accepted, but when I went to the Group Forums I’m saw the forum for that group listed THREE times. When I went back and unchecked the “Enable forum for this group” it removed one of the listing, but there are still two more…and when I click on them I get a 404 error.

    How do I get rid of the those Group Forum listings which aren’t connected to any groups?

    #333779
    daveccampbell
    Participant

    i can’t believe there is not a way to import users into BuddyPress from a CSV.

    #333772
    planetearthlings
    Participant

    Hi All, I’m using the Vikinger theme to create a social network experience for the Educational Virtual World we are creating. I have WordPress 6.5.2, BuddyPress 12.4.0 and the website is: https://www.zarbul.com.

    When I have a user account set to Administrator clicking on the Groups menu item goes to http://www.zarbul.com/groups, but if the account is set to anything other than Administrator clicking the Groups menu just goes back to the HomePage.

    Not sure if I just have it setup wrong, there is a conflict with some other Plugin or ???

    Thanks in advance for any help. I spent hours yesterday doing research and testing a variety of solutions, but nothing seems to be working.

    #333766
    locker17
    Participant

    I am struggling with the customization of the register page. I need to put the labels and desriptions on the right place cause some of them are messed up. I understand that the page is filled on a loop at register.php. But how can I chance whats in the loop?

    Any docs for that?
    I only found that old post which shows that I am not the only one with this issue.
    https://buddypress.org/support/topic/registration-page-styling/

    #333758
    Varun Dubey
    Participant

    @hajnalmadar we already have a plugin for it https://wbcomdesigns.com/downloads/buddypress-private-community-pro/ please checkout our support they will give you sandbox link to test it.

    #333756
    muhammadihammadkhan
    Participant

    It seems like there’s an issue with the integration between BuddyPress and Mailchimp on your WordPress Membership Pro site. While Mailchimp updates work fine with Membership Pro, BuddyPress Group operations such as managing groups and adding members don’t trigger Mailchimp updates. The BuddyPress fields are configured correctly, but the updates aren’t firing on BuddyPress events. You may need to troubleshoot or seek support to resolve this integration issue effectively.

    johndawson155
    Participant

    Wordpress Version: 6.5.2
    BuddyPress Version: 12.4.0
    Theme: 2014
    Other Plugins: Membership Pro

    Relevant info: we have a snippet that uses the following functions, to get Group Info.

    groups_get_groups()
    groups_get_user_groups()
    bp_get_user_group_role_title()
    get_group_role_label()
    bp_get_group_type_post_id()

    Getting the error below; something needs an update …
    Perhaps one or more of the above functions are causing this?

    Deprecated: Function bp_get_groups_directory_permalink is deprecated since version 12.0.0! Use bp_get_groups_directory_url() instead. in /var/www/html/wp-includes/functions.php on line 6078 Warning: Cannot modify header information – headers already sent by (output started at /var/www/html/wp-includes/functions.php:6078) in /var/www/html/wp-admin/includes/misc.php on line 1439 Warning: Cannot modify header information – headers already sent by (output started at /var/www/html/wp-includes/functions.php:6078) in /var/www/html/wp-includes/functions.php on line 7096 Warning: Cannot modify header information – headers already sent by (output started at /var/www/html/wp-includes/functions.php:6078) in /var/www/html/wp-admin/admin-header.php on line 9

    daveccampbell
    Participant

    i’d like to migrate 950 users from a bespoke system to BuddyPress.
    i can easily create a CSV file with the user information, including fields that i can create in the Extended Profile.

    are there suggestions on how to import that CSV file, and ensure that the default Profile Visibility settings are set during the import for those NEW users?

    one plug-in that i tried had problems with the Profile Visibility piece.

    #333737
    locker17
    Participant

    Hi,
    I have a quite fresh buddypress installation. Today I wanted to register some users for testing purposes. But it doesn’t work. It reloads the page without any message after pressing register-button.
    I found out that it has to do with a checkbox for privacy (I have read and agree to this site’s Privacy Policy…). Even agreed no registering possible.
    When I switch to the legacy template the checkbox is gone and the registering works as expected but not with the Noveau template.
    On line 2580 of bp-nouveau\includes\template-tags.php the policy accepatance is set:

    <div class="privacy-policy-accept">
    		<?php if ( $error ) : ?>
    			<?php nouveau_error_template( $error ); ?>
    		<?php endif; ?>
    
    		<label for="signup-privacy-policy-accept">
    			<input type="hidden" name="signup-privacy-policy-check" value="1" />
    
    			<?php /* translators: link to Privacy Policy */ ?>
    			<input type="checkbox" name="signup-privacy-policy-accept" id="signup-privacy-policy-accept" required /> <?php printf( esc_html__( 'I have read and agree to this site\'s %s.', 'buddypress' ), sprintf( '<a href="%s">%s</a>', esc_url( get_privacy_policy_url() ), esc_html__( 'Privacy Policy', 'buddypress' ) ) ); ?>
    		</label>
    	</div>

    How can I fix this?

    Only buddypress plugin is installed, theme twenty tweny four.

    #333728
    Pooja Sahgal
    Participant

    Hope your issue is solved yet but if not please read further.
    It seems like a third-party plugin or theme conflict issue, so to narrow things down, deactivate all plugins nonessential to BP functioning and then re-activate them one by one until the issue reappears.
    Please make sure to take a proper backup prior.
    In case of a theme, please activate a theme that is known to behave correctly with BuddyPress, that will be any theme that is in the default install from WP, so choose either ‘Twenty Twenty-two’, ‘Twenty Twenty-three’, or a later one. Having activated one of these themes, check again if you still have the same issue, if you haven’t then this tells us it’s theme-related, and in the first instance, you should contact the theme author for help.

    #333722
    enoos
    Participant

    My WordPress site has problems with activation of user account.
    I read article about reset buddypress slug reset on tools in WordPress.
    So I tried it today.
    After that the main page is changed to blog post and all the pages has gone except pages in draft.
    What should I do?

    #333652

    In reply to: No Email Notifications

    zaheerabbaspk
    Participant

    Buddypress activation emails are not working please help me

    #333650
    yo2.mike
    Participant

    Hey there,
    I am using BuddyPress 12.4.0. I have found a similar issue on older versions when searching for a solution, but nothing I found could help me resolve the issue. The messages are being sent to the user email addresses, but when logged in to wordpress, buddypress shows the number of notifications and number of messages, but displays no list of messages in the inbox.
    If someone can assist me to resolve this issue, I would be most appreciative.
    Thanks, Mike.

    holoholo
    Participant

    I am getting this message on every admin page:
    A BuddyPress page has been added for the following active BuddyPress Components which did not have associated BuddyPress Pages yet: Activity, Groups, Activate. You may need to refresh your permalink settings.

    I’ve refreshed permalink settings 20 times, dumped server and browser caches, closed it with the little x – over and over again but it won’t go away.

    How do I get rid of it?

    Venutius
    Moderator

    BuddyPress will use any storage the WordPress installation uses.

    #333618

    In reply to: No Email Notifications

    jerogekasis1
    Participant

    Review the email settings in the BuddyPress dashboard, check for errors using an email log plugin, and ensure the WP SMTP configuration is correct. Finally, conduct a test email through WP SMTP to confirm functionality.

    #333601
    Anonymous User
    Inactive

    Hi

    Thanks for your feedback. I just checked. I confirm it’s behaving as expected, see screenshot below:

    Login form

    Please note this feature is only available in “Modern” BuddyPress, meaning if you activated the BP Classic plugin, it’s not available.

    Visibility setting

    #333598
    maxdelange
    Participant

    Update:

    I have manually created the file bp-custom.php in the directory.

    This is what the file looks like:
    <?php
    add_filter( ‘bp_email_use_wp_mail’, ‘__return_true’ );
    ?>

    The site is running fine now, but the code did not change my mail template, it’s still using
    the header and footer from BuddyPress.

    #333591
    maxdelange
    Participant

    Hi,

    Does anyone know how to disable the BuddyPress email templates?

    Currently the explanation was:

    Disable BP Email
    If you already have an existing HTML email template solution in place and want to completely disable BuddyPress’ email template system, add the following to wp-content/plugins/bp-custom.php:

    add_filter( ‘bp_email_use_wp_mail’, ‘__return_true’ );

    However, the link wp-content/plugins/bp-custom.php seems to be unfinished or incorrect.
    I have tried creating the file and pasting the code in, but that doesn’t work.

    #333584
    flamuren
    Participant

    Just to clarify: when managing menues I dont have the “buddypress directories” or “buddypress-member” menu options.

    So I cant add them to the menu.

    They seem to have been removed on the latest 12.4.0. Since I have the exact same website installed a week before using 12.3.0 which have these menu options.

    bigbossmaher
    Participant

    hello
    i have 2 wp network websites with 2 different themes
    1/ is the main website where i want to show the members directory + the public bb public profile
    2/ is the place where i want users to edit they xprofile fields

    the url
    https:[site2]/members/[username]/profile/edit/group/1/ us giving error

    Warning: Attempt to read property "ID" on null in /var/www/html/wordpress/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-component.php on line 950
    
    Fatal error: Uncaught Error: Attempt to assign property "single_item_name" on null in /var/www/html/wordpress/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-component.php:953 Stack trace: #0 /var/www/html/wordpress/wp-includes/class-wp-hook.php(324): BP_Members_Component->parse_query() #1 /var/www/html/wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #2 /var/www/html/wordpress/wp-includes/plugin.php(565): WP_Hook->do_action() #3 /var/www/html/wordpress/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(607): do_action_ref_array() #4 /var/www/html/wordpress/wp-includes/class-wp-hook.php(324): bp_parse_query() #5 /var/www/html/wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #6 /var/www/html/wordpress/wp-includes/plugin.php(565): WP_Hook->do_action() #7 /var/www/html/wordpress/wp-includes/class-wp-query.php(1140): do_action_ref_array() #8 /var/www/html/wordpress/wp-includes/class-wp-query.php(1868): WP_Query->parse_query() #9 /var/www/html/wordpress/wp-includes/class-wp-query.php(3824): WP_Query->get_posts() #10 /var/www/html/wordpress/wp-includes/class-wp.php(696): WP_Query->query() #11 /var/www/html/wordpress/wp-includes/class-wp.php(816): WP->query_posts() #12 /var/www/html/wordpress/wp-includes/functions.php(1336): WP->main() #13 /var/www/html/wordpress/wp-blog-header.php(16): wp() #14 /var/www/html/wordpress/index.php(17): require('...') #15 {main} thrown in /var/www/html/wordpress/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-component.php on line 953

    when i add define(‘BP_ROOT_BLOG’, 2); to wp config , it works but i will get the same error in
    https:root/members/[username]

    in other other words i want that both
    https:[site2]/members/[username]/profile/edit/group/1/
    and
    https:[root]/members/[username] to work

    any ideas ?

    #333580
    shemakeswebsites
    Participant

    Hello! I’ve been trying to troubleshoot this issue with no luck. None of the email notifications are being sent out from Buddypress. Other emails are working: password reset, contact forms, Memberpress emails, etc. I am also using WP SMTP.

    I have already changed to a default theme, disabled ALL plugins except Buddypress and the Email Log plugin. All of my “Emails” with their “Situations” were in my Dashboard but on the suggestion of other posts, I’ve regenerated these emails with the Buddypress Tools option.

    I’m hoping someone can help. Thank you.

Viewing 25 results - 651 through 675 (of 68,945 total)
Skip to toolbar