Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,176 through 5,200 (of 73,985 total)
  • Author
    Search Results
  • #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
    Mathieu Viet
    Moderator

    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.

    kikismedia
    Participant

    Please i need help on how to remove margin from my activity list all content are in the middle and I don’t like it that’s way

    #308463
    MissMad
    Participant

    Hi!

    I’ve been experiencing quite a problem since a few days: I’m using Mailjet but all the activation emails from BuddyPress are blocked (hence blocking all emails from my website). It seems like the “From” field is responsible for this.
    How can I modifiy it to get my emails send again?

    Thanks for any clue.

    #308462
    buddybosscs
    Participant

    https://wpadvancedads.com/add-ons/advanced-ads-pro/ can someone verify if this plugin works with BuddyPress? if yes could you provide the hooks that you have?

    Thanks for the help!

    #308459
    Giannis Kipouros
    Participant

    Hello all,

    I am using BuddyPress (v5.0.0.) with bbPress (v.2.5.14) and I am noticing an issue when I have a forum topic with multiple pages. When I add a new reply it creates a BuddyPress activity that stores in the DB a primary_link of the type /forums/topic/topic-name/page/XX/#post-YYYY. For example /forums/topic/test-notification-for-reply/page/2/#post-3063

    The problem is that if I delete some previous replies from page 1 and this reply moves to the first page from the second page it was previously, its activity permalink (primary_link) remains the same and the activity still points to page 2 of the topic (not page 1 that is its new page).

    Is there any fix for this?

    #308457
    entoen
    Participant

    After a user sends a message without a subject or content, buddypress returns to a url without the “replicant part”. This is very confusiing, the user has to remember the member name and type it in the blank field. Any work around?

    demonboy
    Participant

    Hi,

    Is there a way of adding already existing fields to the BuddyPress profile page? My membership is controlled by MemberPress and there are a load of fields relating to that that I would like to include on the BuddyPress profile page. Rather than sending the user to a different account page, it would be nice to include them here so that they are editable by the user. So far all that is displayed on the profile page is Base:Name.

    I know there is a section that allows the creation of new fields, but what about already existing fields?

    I’m quite new to BuddyPress and I can just about muddle my through php but I wondered if there’s a plugin that allows this, or perhaps someone knows of a simple guide to doing this?

    Thanks in advance.

    WP 5.2.3
    BP 5.0.0

    #308451
    fijidog
    Participant

    Hi guys,

    I have a little problem please with the Login widget, it show x2 times the text (Username and Password).

    Screenshots : http://prntscr.com/piiq6f

    btw, identifiant mean username, and Mot de passe mean password.

    Thank you!

Viewing 25 results - 5,176 through 5,200 (of 73,985 total)
Skip to toolbar