Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,376 through 2,400 (of 69,061 total)
  • Author
    Search Results
  • #319517

    In reply to: BuddyPress 8.0.0

    Mathieu Viet
    Moderator

    Hi @leahkoerper,

    I’ve just checked the xProfile custom visibility feature, It works as expected for me.

    As you’re mentioning Elementor, have you tried deactivating this plugin to see if there was something messing with BuddyPress on their end?

    But out of curiosity what is the type of the field (see list below)?

    xProfile Field types

    #319513
    Mathieu Viet
    Moderator

    Thanks for your reply @shanebp.

    As one of the BuddyPress lead developers, I confirm everyone in the development team is giving their time freely.

    There are probably improvements we can bring to documentation to help you find replies more easily. To achieve this we need contributions. You are welcome (like every user) to help us, oh and contributing to an open source project is also free (just in case…).

    #319511

    In reply to: BuddyPress 8.0.0

    Mathieu Viet
    Moderator

    Hi @b4ureye this notice means you are overriding the members/register.php template from your theme.

    You need to update your custom template so that the signup xProfile loop uses the bp_xprofile_signup_args() function.

    I guess your active Template Pack is BP Legacy, so I advise you to have a look to https://github.com/buddypress/buddypress/blob/master/src/bp-templates/bp-legacy/buddypress/members/register.php#L168 to figure out what to replace by what.

    #319506
    shanebp
    Moderator

    …counting the cash…

    BuddyPress is free – what cash are you talking about?

    Use this url to send any logged-in user to their profile page:
    https://yoursite.com/members/me/
    Important! – replace yoursite.com with the actual name of your site.
    Then add that url to the link or button that you have created.

    #319488

    In reply to: messages not showing

    oysteradministrator
    Participant

    I too have this issue of “loading messages. PLease wait” I have gone to the console as you instructed above,
    There is an error listed the details for which are:
    Uncaught SyntaxError: Unexpected token ‘;’
    at new Function (<anonymous>)
    at Function.v.template (underscore.min.js?ver=1.8.3:2)
    at n.template (wp-util.min.js?ver=5.7.2:2)
    at n.render (wp-backbone.min.js?ver=5.7.2:2)
    at n.render (buddypress-messages.min.js?ver=8.0.0:1)
    at n.setPreview (buddypress-messages.min.js?ver=8.0.0:1)
    at p (backbone.min.js?ver=1.4.0:2)
    at f (backbone.min.js?ver=1.4.0:2)
    at c (backbone.min.js?ver=1.4.0:2)
    at n.trigger (backbone.min.js?ver=1.4.0:2)

    Can you help me cure this?
    Many thanks

    #319487
    wbcomdesigns
    Participant
    wbcomdesigns
    Participant
    rsgoind
    Participant

    Do we have any hook or anything so that we can replace the default avatar image to custom image buddypress user profile.

    #319470
    nathan767
    Participant

    Good Day,
    I currently have BuddyPress Create Group Type and BuddyPress installed on my word press website. I use it such a way the administrators of each group do not necessarily have to edit a few of the settings because they are usually less tech savy. I would like to know is it possible to hide some of the settings on the front end in the management window such as settings, delete and forums.

    Also I would like to know if it is possible to have the email information that is sent to person when they are rejected from a group to be changed? Because we find the you have been rejected message a bit harsh.

    #319464
    isans
    Participant

    Hi,
    Well as BuddyBoss is just a fork of BuddyPress, and considering most of the stuff that works for BuddyPress works for BuddyBoss too… In fact I’m pretty sure that for this exact problem I have both plugins work the same way.

    I already asked them and they didn’t help me at all. Besides, they don’t have any kind of user forum, and this community looks way more helpful.

    #319463
    shanebp
    Moderator

    These are the forums for BuddyPress.
    If you are using the BuddyBoss plugin – you need to contact them with your questions.

    homelesshenry
    Participant

    I’m trying to change the excerpt length for the activity feed. And I can’t figure out why it’s been so difficult.

    For example, I’ve used the following code:

    function buddydev_modify_excerpt_length( $length ) {
    	$length = 1225;
    
    	return $length;
    }
    add_filter('bp_activity_excerpt_length', 'buddydev_modify_excerpt_length' );

    I even went into bp-core/bp-core-template.php for a hard-coded solution:

    function bp_create_excerpt( $text, $length = 1225, $options = array() ) {

    Still it doesn’t change my excerpt length. I then thought it might be the theme I’m using (Buddyboss) and went poking around but couldn’t find anything; although maybe there is something and I didn’t look well enough.

    Otherwise, could it have anything to do with the activity feed posts in question being added post types (woocommerce product pages) via the guide by Mathieu Viet:

    Post Types Activities

    Anyone else have similar issue or know what it might be?

    #319436

    In reply to: Hi {{recipient.name}}

    jmouram
    Participant

    Helo!

    I am also new to programming and spent a lot of time trying to find where I could translate this text.
    But after I understood, I found it very easy (but really easy!).
    You simply enter buddypress/bp-core/bp-core-template.php

    Find the word salutation, or go to the end of the content.
    This text is linked to the bp_email_get_salutation function

    Just replace the lines:

    _x( 'Hi,', 'Unnamed recipient salutation', 'buddypress' )
    _x( 'Hi %s,', 'Named recipient salutation', 'buddypress' )

    by the words that your language.

    I think by the time of your post I won’t be able to help you, but I hope I can help other people with the same difficulty we had.

    Greetings!

    #319435
    jmouram
    Participant

    Helo!

    I am also new to programming and spent a lot of time trying to find where I could translate this text.
    But after I understood, I found it very easy (but really easy!).
    You simply enter buddypress/bp-core/bp-core-template.php

    Find the word salutation, or go to the end of the content.
    This text is linked to the bp_email_get_salutation function

    Just replace the lines:

    _x( 'Hi,', 'Unnamed recipient salutation', 'buddypress' )
    _x( 'Hi %s,', 'Named recipient salutation', 'buddypress' )

    by the words that your language.

    I think by the time of your post I won’t be able to help you, but I hope I can help other people with the same difficulty we had.

    Greetings!

    #319434
    RS Seo Solution
    Participant

    Oh sorry,

    Someone suggest me for bbpress but i think its buddypress. Thanks for quick response and suggestion.

    #319433
    shanebp
    Moderator

    BuddyPress does not create forums – use bbPress for that.
    And ask bbPress if it can import your existing forums.

    #319432
    shanebp
    Moderator

    BuddyPress loads templates for all profile screens.
    It should create a WordPress page for ‘Members’, but nothing else related to profiles.
    And youzify replaces all the BP templates.
    If you are trying to customize youzify profile screens, you should contact their support for instructions.

    #319428
    tomo974
    Participant

    Hey there,

    I am a complete newbie to wordpress and BuddyPress, not able to write code. I did install BuddyPress, as well as Youzify on a OceanWP theme.

    So far everything works, but BuddyPress did not create pages for the profile of the user. I did create a new Page for the user profile but BuddyPress doesn’t automatically put the user profile on that page. How can i change that?

    Thanks for answers

    #319422
    Blair Geddes
    Participant

    Just following up on this previous query. We had dialogue with Mediapress which we use too. They’ve replied outlining the query though ultimately lies in BuddyPress settings. See below fore reference:

    https://wordpress.org/support/topic/edit-go-to-the-discussion-url/#post-14570858

    Is it possible to re-look at this and advise how the URL structure is edited in BuddyPress please? I guess looking for a solution to drop into functions.php or elsewhere in child theme. Thanks.

    #319395
    rossellam
    Participant

    Just solved using WP registration because no way to use register page

    I added bp-custom.php in /wp-content/plugins

    this is code:

    /**
    * Disables BuddyPress’ registration process and fallsback to WordPress’ one.
    */
    function my_disable_bp_registration() {
    remove_action( 'bp_init', 'bp_core_wpsignup_redirect' );
    remove_action( 'bp_screens', 'bp_core_screen_signup' );
    }
    add_action( 'bp_loaded', 'my_disable_bp_registration' );
    
    add_filter( 'bp_get_signup_page', 'firmasite_redirect_bp_signup_page');
    function firmasite_redirect_bp_signup_page($page ){
    return bp_get_root_domain() . '/wp-login.php?action=register';
    }
    #319389
    shanebp
    Moderator

    Are you using the myCred plugin or Youzify?
    If so, try deactivating them and see if the issue persists.
    If the issue does not persist, then please contact the creators of those plugins.
    There have been similar reports from other users of those plugins – it is due to their code hooking into BP actions too early, before BP has loaded all the BP components.
    More info in this thread.

    #319379

    In reply to: BuddyPress 8.0.0

    kristianyanchevv
    Participant

    Hello . I have the same problem . What is the next step , who will fix this? Buddypress or myCred?

    Thank you.

    #319378
    designrus
    Participant

    Hello.

    We have an issue with a clients website, after updating to latest version we got the following error message:

    Notice: Undefined property: BP_Members_Component::$table_name_invitations in /var/www/clients/client187/web1039/web/wp-content/plugins/buddypress/bp-core/classes/class-bp-invitation-manager.php on line 53

    This has resaulted in other plugins and core lugins no longer able to be updated. Do you have a fix for this issue.

    #319372

    In reply to: BuddyPress 8.0.0

    i just checked sites I run with BuddyPress and a few smattering of BP related plugins I always use… anyway 5 of the 6 sites all use Youzify & BP 8 and seem to have no issues…. the one I have issue with has BP/Youzify too BUT MyCRED is enabled yes…

    I rolled back to previous version of BP on there in meantime then ran the Tools table create and migrate again and that worked 100% – would be interesting to see if I bumped up to BP8 on that again if issue would rec occur

    #319367
    carlos4140
    Participant

    Hi there,

    Is there a way of introducing video size limits for uploads within BuddyPress Groups without disabling video uploads altogether?

    Can this be done by plugin or (if not) code?

    Many thanks in advance 🙂

Viewing 25 results - 2,376 through 2,400 (of 69,061 total)
Skip to toolbar