Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,376 through 5,400 (of 94,540 total)
  • Author
    Search Results
  • #308582
    pixieblitz
    Participant

    Hi @imath! Thank you for your response. Wouldn’t moving them all to the default profile tab make them show up on the registration form? I’m trying to keep the registration process as clean as possible.

    Also while I’m aware of the use of templates, and I’m pretty sure members->single->profile->edit.php (or profile-loop.php?) is probably the buddypress template I’d need to modify in this case, I don’t actually have any idea how to do it. It seems like the separate groups are controlled by separate forms displayed on separate tabs, so I’m assuming that at the very least user profile changes would still have to be saved via separate “Save Changes” buttons for each form, even if they were displayed on the same tab?

    robmorin
    Participant

    Hello all…. I am creating a small local community site for the residents of a remote are where we all have chalets. The purpose is to have all the people join by registration and then only the users that i confirm are allowed to join and then we can post amongst ourselves and post photos and or warnings and info about our chalets & locations. And also have emergency contact number for any problems that might occur.

    I am using buddypress V 5.0.0
    With mediapress and WP 5.2.4

    How can a member create a post that everyone can see and comment on? I figure it was a simple function of BP?

    FYI site is https://sdlion.ca
    Thanks..

    nicolang
    Participant

    Hi,

    I installed BuddyPress Group Email Subscription. It works when there is a new activity but it doesn’t work when a new forum post is done. However, all the posts appear in the activity feed.

    For information, I use Youzer.

    Anyone would tell me is there is a parameter to change or if the feature doesn’t work with forum component.

    Thanks in advance for you help, Nicolas.

    #308576
    nathan913
    Participant

    One of the heavily requested features by BuddyPress users was the ability to add Repeater Fields or Repeater groups of fields dynamically to BuddyPress Profile, without having a predefined number
    Official Site

    #308568
    metalhead505
    Participant

    I’ve optimized my public pages for speed, and I’ve had great success with all the pages on my site (all at or close to 100 in Page Speed Insights.) The exception is my registration page.

    I was using a plugin called “Bp xProfile Location” which was hurting the page speed significantly. After removing that plugin, I’m still only able to achieve 85 on the registration page.

    I have a few JS snippets taking action on the page also, but removing them caused no change in the speed score.

    Out of curiosity, I inspected https://login.wordpress.org/register with Page Speed Insights, and even that page is quite slow with an 88 score. (Their TTI is 3.6 seconds.)

    So, knowing that even the official WordPress site has a slow registration page, I feel that Buddypress is probably not the problem, but I’m not sure.

    Does anyone have a high speed score (higher than 88) on their registration page? Alternatively, is there a specific, uncontrollable reason that our reg pages are so slow, and should we not worry about it?

    #308565
    geryeo
    Participant

    Hello,

    I am trying to translate the website using Loco plug-in. Everything goes smooth except the user tab within BuddyPress. The text for Notifications and Messages are still appearing in English, even when I check the language pack for BuddyPress – the language pack (Vietnamese) is fully translated.
    Image, so you can get idea: https://ibb.co/DQdkcJt

    Do you know how to fix this?

    Thank you

    #308563
    yaesew
    Participant

    To make it more clear, what my problem is.
    The standard registration process in buddypress requires only 3 fields: Accountname, email address and password. Additionally I defined some fields in Users –> Fields. Is it possible to make those fields part of the registration process?

    Thanks alot and sorry for my misleading description of my problem beforehand.
    With kind regards,
    yaesew

    #308560
    mmeadpond
    Participant

    Hello, I’ve spent two days trying to figure out that which I’m not even sure of. I have installed BuddyPress and MembershipsPro to the website, jb-williams.com

    But when I try to click on Register, it takes me to the home page (I want the home page to just have a non-BP page on it–and with a “Join” or whatever sign in, let the members join the network. But when I click on some of the pages BuddyPress and MembershipPro set up, it re-rounds me to the Home Page.

    The issue still happens with Twenty-Nineteen.

    I found a page, recommended to me by Divi: https://beyond-paper.com/getting-buddypress-and-elegant-themes-divi-to-work-together/

    I already had set up a child theme and inside, placed the suggested pages. I don’t think it’s doing anything I need it to do.

    So, in short: Am I spinning my wheels trying to make Divi 4x work with BuddyPress? Do I need to switch to Peepso or some other Membership plugin?

    I’m not sure what to do and would appreciate suggestions or advice. Thank you.

    grounddomainbjj
    Participant

    I’m getting the “You must call’the_content’ function in the current template, in order for Elementor to work on this page.” error. I tried working through the problem, but I’m still having issues.

    WP Version: 5.2.4
    BuddyPress Version: 5.0.0

    Please help.

    #308555
    Anonymous User
    Inactive

    Hi @pixieblitz The most simple way is too put all your fields into the default profile tab from the fields WP Admin.

    You can probably list all fields on the edit screen on the front-end overriding the template from your child theme. You should have a look at https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/

    #308547
    jcfromkc
    Participant

    Thanks for commenting. I’m using the correct field_id. I just created a new field, it was given the id of 54. When I try the following code it doesn’t work.

    function swiss_target_blank( $field_value, $field_type, $field_id ){
    	
    	if( $field_id == 54 ) { // get the field_id from edit field url in wp-admin
    
    		$field_value = str_replace('" rel="nofollow">', 'rel="nofollow" target="_blank"', $field_value);
    	}
    
    	return $field_value;
    }
    add_filter('bp_get_the_profile_field_value', 'swiss_target_blank', 11, 3);

    I tried this code in my functions.php and bp-custom.php, neither work.

    Line 176 – /plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-url.php

    It seems like the way you’re suppose to target rel=”nofollow” has changed or something.

    I’m still working on this.

    #308546
    oguruma
    Participant

    I would like a well-supported BuddyPress theme for building a local news and community.

    Can anybody recommend any themes that integrate both a newspaper-like front end and a community-focused back-end?

    #308540
    mitsoulas
    Participant

    Hi
    wp version 5.2.3 buddypress version 5.0.0
    site address syrizanet.gr
    problem with editor in all components of buddypress
    Please help if you can
    Thank you

    #308536
    David Cavins
    Keymaster

    Hi, feel free to look at the source code where BP calls PHPMailer:
    https://github.com/buddypress/BuddyPress/blob/5.0.0/src/bp-core/classes/class-bp-phpmailer.php#L19

    As you can see, unless you are using a plugin that is injecting an older version of PHPMailer on the bp_phpmailer_object filter, BP is using the PHPMailer class included in the WP includes folder. BP isn’t including a copy of the PHPMailer class at all.

    noralyvdh
    Participant

    Hello there,

    I hope someone can help me with the following. The user profile photo (normally Gravatar) is filled with a different photo then there maybe at gravatar. WordPress is using that photo correctly in the admin bar and in the user overview. But the image is not used in BuddyPress, which seems weird to me, because it uses the image in that field normally.

    How can I fix this?

    Thanks,
    Noraly

    #308523
    adrian122
    Participant

    Thanks, i did what you say and in debug log appears:

    “[16-Oct-2019 20:51:37 UTC] PHP Fatal error: Uncaught Error: Call to undefined function bp_xprofile_fullname_field_id() in /var/www/vhosts/27/196882/webspace/siteapps/WordPress-259852/htdocs/wp-content/plugins/buddypress/bp-members/bp-members-functions.php:1779
    Stack trace:
    #0 /var/www/vhosts/27/196882/webspace/siteapps/WordPress-259852/htdocs/wp-content/plugins/buddypress/bp-members/screens/register.php(204): bp_core_signup_user(‘rfds’, ‘pepe’, ‘rafa1@gmail.com’, Array)
    #1 /var/www/vhosts/27/196882/webspace/siteapps/WordPress-259852/htdocs/wp-includes/class-wp-hook.php(286): bp_core_screen_signup(”)
    #2 /var/www/vhosts/27/196882/webspace/siteapps/WordPress-259852/htdocs/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array)
    #3 /var/www/vhosts/27/196882/webspace/siteapps/WordPress-259852/htdocs/wp-includes/plugin.php(465): WP_Hook->do_action(Array)
    #4 /var/www/vhosts/27/196882/webspace/siteapps/WordPress-259852/htdocs/wp-content/plugins/buddypress/bp-core/bp-core-dependency.php(359): do_action(‘bp_screens’)
    #5 /var/www/vhosts/27/196882/ in /var/www/vhosts/27/196882/webspace/siteapps/WordPress-259852/htdocs/wp-content/plugins/buddypress/bp-members/bp-members-functions.php on line 1779″

    David Cavins
    Keymaster

    Hi @mon2-

    You’d have to write some custom code to add that functionality. (That’s beyond the scope of the support forum.) I’m guessing that you could add a WP Cron job that fetches old friendship requests and send the notifications again, but it would take some work on your part. You can see how the initial request email is sent here:
    https://github.com/buddypress/BuddyPress/blob/master/src/bp-friends/bp-friends-functions.php#L825

    #308516
    David Cavins
    Keymaster

    Have you already tried the BuddyPress repair tools? They’re in your WP-admin dashboard > Tools > BuddyPress (at /wp-admin/tools.php?page=bp-tools).

    #308515

    In reply to: not able to list posts

    David Cavins
    Keymaster

    Hi @chrix22-

    I don’t think that that is a core BuddyPress screen. Are you adding it via a plugin or the theme you’ve chosen? If so, you’ll need to seek support there.

    #308494
    adrian122
    Participant

    Hi, i have found problems when try to register in my web. when i fill inputs and submit appear this text: “El sitio está experimentando dificultades técnicas.” “The site is experiencing technical difficulties.”

    #308490
    alysonmac
    Participant

    @patriot06 = i was using nouveau but changed it to legacy and layout changed of course, but posting is now available…looking at peepso – their response to support questions is awesome…they are really involved and even have a plugin for migration from buddypress to peepso. Challenge is there is a cost involved but i think it might be worth it

    cviniciusj
    Participant

    Hi there!
    I’m going to make both of things.

    I know the base of users is the same of WordPress. So some users will be just regular costumers of WooCommerce store and others will be Members of a Community. How do I make it?

    There is no problem if I’ll have to make the register of BuddyPress members manually, because the costumers have to register them direct from forms to allow buying the stuff.

    In resume: A community member can also be a constumer, but a costumer can’t be a listed member on BuddyPress Community.

    TSurF
    Participant

    Hi BuddyPress support community,

    I am currently in the middle of a project for a client, I’ve never used BuddyPress before but heard many good things about it.

    Here is what I’m trying to achieve:

    2 types of users: 1. standard user (to browse user accounts), 2. paid user (to create paid to view galleries for standard users to view).

    Each paid user will have a private pay-to-view gallery page. The paid user will determin the price to view the gallery. When a standard user wants to see the gallery, they pay the amount specified by the paid user and its split between the website owner and the paid user.

    Can anyone suggest a method to achieve this?

    #308473
    discovered96
    Participant

    Hello.

    I’m currently working on a content management system with buddypress, where we came across a problem with the activity stream not loading initially.
    It will only load when i scroll down the site and when i scroll back up the content is suddently there.
    I’ve been searching for problems like this, but couldn’t quite find anything matching our problems.

    I hope you can help provide a solution, or tell us why this could be happening.
    Thank you in advance.

    #308468
    douglasconetix
    Participant

    Hi there,

    I’ve been notified by an anti-malware service that BuddyPress is using a vulnerable version of PHP Mailer, indicating the below file:

    /wp-content/plugins/buddypress/bp-core/classes/class-bp-phpmailer.php

    and referencing the below CVE’s:
    RCE : CVE-2016-10045, CVE-2016-10031

    Can you confirm if this is a false alarm so I can bring this to the attention of the anti-malware developers.

Viewing 25 results - 5,376 through 5,400 (of 94,540 total)
Skip to toolbar