Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,226 through 4,250 (of 69,039 total)
  • Author
    Search Results
  • 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.

    #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.

    #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?

    #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.

    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!

    #308442
    Patriot06
    Participant

    Sure thing. I hope you will keep me updated as well. I have tried numerous themes and it is the same on each. Are you using Nouveau buddypress theme or legacy?

    #308436
    alysonmac
    Participant

    support from buddypress direct sadly has not been forthcoming…except doing what i have alread tried. will check theme – I will letyou know if i have any luck! thank you for the message

    jcfromkc
    Participant

    On the Members Profile page I’d like to have the Profile Field URL open in a new window.

    I found the following article regard this issue.

    https://buddypress.org/support/topic/profile-fields-open-url-in-new-tab-_blank/

    I’ve tried the mentioned function below but its not working.

    function swiss_target_blank( $field_value, $field_type, $field_id ){
    	
    	if( $field_id == 6 ) {
    		$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);

    It works when I modify the core file located at buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-url.php, line 176. I’d like to find a way to do this without editing the core.

    The article referenced above was written about 4 years ago. Has someone changed recently that would prevent the function from working?

    Can someone please point me in the right direction? Thx

    #308432
    jacqu3s
    Participant

    @playdiune and others,

    The following MU Plugin code

    works fine up to PHP version 7.1.
    Any idea how to make it compatible with newer PHP versions (7.2 and above) ?

    Thanks

    #308428
    Patriot06
    Participant

    @alysonmac I am fighting a similar issue. I install and activate rtmedia or mediapress and the whats new form all, but disappears on the members activity. It shows up on the site-wide activity page though. I have been researching this for a bit now and think it might have something to do with the Buddypress Nouveau Theme and the CSS. I am still working to find a solution.

    #308425
    esther
    Participant

    Is it possible to remove automatic links when http://www.domainname.com is typed into a text field? So this is not about automatic links to search a word after clicking.

    WordPress version 5.2.3
    BuddyPress version 5.0.0

    Website is offline due to security reasons by Google, that’s why I need to remove automatic links.

    #308415
    Manuel Camargo
    Participant

    I have a question about the functionality.
    If for example, someone quotes the post of another user, it’s possible to receive a notification in the Buddypress notifications panel?

    #308410
    Raval
    Participant

    Hi BuddyPress,
    I have a problem. I’m a poor programmer and I’m just starting to learn PHP. I hope someone will help me. How can I get count all notifications, both read and unread?
    I want to sum it. I can’t find the function for notifications read to count using count()

    #308402
    Jan
    Participant

    I can’t enter in my profile.. on http://www.dovadoapp.com

    1. 5.2.3

    2. directory

    3. subdirectory

    4. n/d

    5. Yes. buddypress worked well 1 week ago

    6. 5.0.0

    7. 4.9

    8. No

    9. personalised

    10. Flatsome

    11. I’ve edited buddypress template but after that i deletet and reinstalled.

    12. No

    13.

    14. no errors

    15. siteground

    16. I don’t know

    17. Buddypress Legacy

    18. no. just i can’t enter in my profile

    19. events manager linked with buddypress

    I can’t deacivate plugin or templates because our website is live and full of events. I am afraid that if i change something m website can be worsen. 1 week ago everything worked!

    Thanks

Viewing 25 results - 4,226 through 4,250 (of 69,039 total)
Skip to toolbar