Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,376 through 5,400 (of 69,044 total)
  • Author
    Search Results
  • #302604
    shanebp
    Moderator

    I see this is hardcoded in ./bp-members/bp-members-template.php …

    The gettext calls in that file all use the Text Domain: buddypress.
    iow. they refer to the buddypress.pot file.
    For example: _n( 'Viewing %1$s - %2$s of %3$s member', 'Viewing %1$s - %2$s of %3$s members', $members_template->total_member_count, 'buddypress' )
    Note the ‘buddypress’ in that example.

    I can’t spot anything in the PO language file…

    Search the .pot file for Viewing %1$s - %2$s of %3$s member and you will find results.

    There is lots of info on how to use a language file.
    Specific to BuddyPress:

    Customizing Labels, Messages, and URLs

    #302603
    mrjanvier
    Participant

    Dear,

    I would like to ask help for my buddypress plugin. In the past when i click on compose message, i could type a name and press shift + enter to add more persons. Now I can’t. It opens a new window with exact same imagescreen. When i try that now, it create a new window with message not send. I changed the theme and experienced exact the same problem.
    could anyone help with this?

    Big Thanxs

    Gregor
    Participant

    Hi there

    I’m looking to adjust the way BuddyPress refers to members across the board. I can’t spot anything in the PO language file…

    For example, in the members list it refers to “viewing 1-20 of 2000 members”.

    We have a paid members subscription within the business, and this is causing confusion – not all 2000 users in the directory are paid members. We want to change the name ‘members’ to ‘instructors’ to avoid confusion.

    I see this is hardcoded in ./bp-members/bp-members-template.php – can this be overridden without editing the plugin directly?

    #302601
    mbamutuelle
    Participant

    Hello,

    Thanks for your help, it works when i copy profile.php (after editing it) in /home/wordpress/wp-content/themes/woffice/buddypress/members/single/

    Thanks

    #302593
    drstrats
    Participant

    Hi
    I’m using BuddyPress and upon registration of users, the email notifications are sent using the hosting server which lands 100% of the times at spam folder.
    to solve this I’ve installed the WP Mail SMTP plugin but this it didn’t affect BuddyPress Smtp settings.
    Please someone with a solution to solve this.
    Thanks

    #302588
    Luisgasser
    Participant

    Hi,

    i’m using bbPress und Buddypress with my Theme Enfold an WooCommerce.

    Everything is fine, but when a want to login to the forum i cam to the Startpage of my Website, not direct into the forum.

    Now i have to navigate to the forum page again to get into.

    Nice would be to be automatically on the forum page after login.

    How can i fix this?

    Thank you for helping!

    #302585
    YAHVEN
    Participant

    Hi! to some once that may be concern. My name is David and i run a website with some plugins and buddypress, but buddypress working incorrectly, it not show member profile page and all the link of profile papers. Some of plugins install are below
    1. MyArcadePlugin
    2. mycred
    3. WordPress Version: 4.6.13
    4. Queens Magazine Blog Version: 1.1.2
    By Postman Themes
    Website url: http://glee.cloud/blog/

    #302566
    Julia_B
    Participant

    Sorry, me again. I’ve been trying to figure this out all day and I just can’t fix it.

    I’ve tried deactivating all plugins, uninstalling and reinstalling buddypress and I’ve also disabled the site’s avada theme and switched to 2019, but the issue persists.

    I’ve noticed that the activity page has also stopped working and is now blank.

    Before this error the registration page had a field for display name which is now missing, yet the profile details header remains. Here’s a screenshot: https://www.dropbox.com/s/kwdznzvx67oyrao/Screenshot%202019-02-02%2016.14.29.png?dl=0

    Or the page itself is here: http://gym.juliabuckleyfitness.com/register/

    Hope someone can help 🙂

    #302565

    In reply to: Personal message form

    stigma8113
    Participant

    something managed to figure out
    if you put old buddypress messages work
    on buddypress nouveau they disappear
    how to fix it?

    #302564
    kenjames
    Participant

    Am a novice but am using WP 5.03 with Buddypress 4.0 and bbpress 1.5.14. The site is https://908X0.org. It is not live and Registration has been disabled. New users have Subscriber role for buddypress and Participant for Forums. My problem: all new users I have created have the capability to Edit Pages after login. I thought it had something to do with my IP or browser but cleared the browser and sent the link to my site to a friend and he could see the Edit Page text in the admin bar. I disabled every plugin, including bbpress. The bug is still there. I have built an almost identical site that does not have this problem.

    I am not a developer or a coder. I can follow explicit instructions to make changes in the C-panel or elsewhere, but most of the time I just expect things to work like they are supposed to. I can generally find solutions or work-arounds but this one has me stumped. I have been unable to find anything on line about this problem. Does anyone have any idea what may be causing this?

    #302563
    Venutius
    Moderator

    It’s possible to overload the members-loop.php file for your BP theme and remove that element.

    I explain it here – https://buddypress.org/support/topic/member-directory/

    #302558
    Julia_B
    Participant

    Thanks @venutius

    On closer inspection, I wonder if the issue is actually being caused by the S2Member plugin my site uses.

    I guess I need to speak to their support but can you tell me please what url the user should be redirected to as standard after completing the buddypress registration form at mysite.com/register/ ?

    #302557
    Venutius
    Moderator

    Ok, then the next step is to go through the standard debugging steps by deactivating all other plugins apart from BuddyPress and see if registration works then, if it’s still the same try switching to the 2017 theme and test again.

    #302556
    Venutius
    Moderator

    Ah, that’s not the right way to do it, by doing that next time BuddyPress get’s updated your customisations will be over-written. The official way f doing it is to overload it by copying the file to the child theme directory and then editing it.

    What you can do is download a fresh copy of BuddyPress and retrieve the original file.

    Also see https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/

    #302555
    Julia_B
    Participant

    I just tried replacing the file with what’s here: https://github.com/buddypress/BuddyPress/blob/master/src/bp-templates/bp-legacy/buddypress/members/register.php

    But the same issue happened.

    #302554
    Julia_B
    Participant

    No I put it at wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/register.php

    #302553
    Venutius
    Moderator

    Did you put the edited file in you child-theme? themes/childtheme/buddypress/members/register.php?

    If so you can simply rename this to something like register.old and the default register.phph will be picked up.

    #302550
    Julia_B
    Participant

    I’m not sure why but my registration page is suddenly not functioning properly.

    After completing the details at mysite.com/register/ users are directed to the homepage rather than the page saying to check their emails for the activation link.

    Activation emails are not being set and the info they enter on the registration page is lost (i.e. they’re not added to pending members).

    I changed the copy in the on the registration page last week in the file at wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/register.php – but I tested the page extensively afterwards and it seem to work fine and I didn’t touch any of the code, I just edited the page text.

    It’d be great to get help soon as I’m currently running a promotion to join but no one can register so it’s kind of a nightmare!

    Thanks guys. 🙂

    #302544
    smaples23
    Participant

    I have a major issue with something causing a login error. I have racked my brain trying to trouble shoot this but I am new to a lot of this/rusty.
    I have the latest editions of BP, WP and bimber.
    The error does not show an error code.
    When logging in on a test account. 6 accounts to be exact.. I have to login several times to show I’m logged in. Once logged in, certain actions show I’m not logged in anymore. At that time I go to log in on a second account and it’s says account a is still logged in.
    I am pulling my hair out trying to fix this. I do not have a child theme set up. All customization has been done in main theme so I’m worried about switching themes to test that. I have disabled plugins and none seem to fix the issue. Please help.

    Desperately waiting

    Site: ScottMaplesOfficial.com

    #302542
    wickeninc
    Participant

    I am having the same issue that just started recently. Our site is still in development so only Beta testing comments.

    NOTE: When I first add a comment it ‘nests’ and looks fine in the comment hierarchy also showing ‘Comments (1)’. When I refresh the page the comment is moved to the top of the activity feed and becomes it’s own post. The original post commented on shows ‘Comments (0).

    I’ve been looking all around the BP support topics and tried the following troubleshooting:
    • Activated a separate theme clean theme (Twenty Sixteen), same issue.
    • Deactivated JetPack which had caused issues with BP previously, same issue.
    • Checked Settings > Discussion > Enable threaded (nested) comments, deactivate and reactivated.
    • Found these two discussions but wasn’t able to fix. https://buddypress.org/support/topic/improve-comments-in-activity-stream/ & Try database reset? https://buddypress.org/support/topic/replies-disappear-when-i-try-to-reply-on-activity-stream-page/page/2/#post-95758
    • There is reference that this may be a corrupt database but not sure how to even start testing or resolving that.

    Thank all for any help!

    #302538

    In reply to: member directory

    Venutius
    Moderator

    Yes that’s do-able, it involes over-riding one of the BuddyPress template files.

    First you need to know which BP Template you are using by looking in Settings/BuddyPress/Options and check the template setting, it will either be Legacy or Nouveau.

    You also need to have a child theme do you have one set up?

    Depending on the BP theme, you would create a directory in wp-content/themes/child-theme/buddypress/members

    Then you would copy wp-content/plugins/buddypress/bp-templates/bp-legacy or bp-nouveau/buddypress/members/members-loop.php over to this directory.

    From there you can edit the members-loop.php file and replace the unwanted items with items you could like.

    That’s the general idea.

    #302534
    stigma8113
    Participant

    Sorry, I don’t speak English, I use a translator.

    I do not have private messages
    There is just empty space

    Removed all plugins, did not help
    Tried on different topics, did not help
    On different sites, also does not work
    On different browsers, does not work
    Reinstalled WordPress and BuddyPress did not help
    etc.

    How to fix it?
    Screenshot
    Site https://rybalka-v-mordovii.ru/

    #302516
    morgan251
    Participant

    Hello everyone,

    I have a problem inserting an image as iframe/embedded link from the Microsoft OneDrive cloud into a activity. It seems to get filtered out. I figured out that some html-tags are not allowed, so it tried to activate the <iframe>-tag via the bp_activity_allowed_tags hook. As a result I now get an empty frame, but the content is still missing. Any ideas how to fix that?

    Thank you

    MorgunovVit
    Participant

    Hi, everybody!

    Could you help me to set set display_name = xprofile ‘first_name’ + ‘last_name’ at the user registration?
    I’ve tryed this code:

    
    function change_user_defaults($user_id) {
    	$user = get_userdata($user_id);
            $mv_first_name = xprofile_get_field_data(  26,  $user_id ); 
            $mv_last_name = xprofile_get_field_data(  11,  $user_id );  
            $name = $mv_first_name . ' ' . $mv_last_name; 
            $mv_login = $user_id . stristr($user->user_email, '@', true); 
            if ($name !== ' '){
                $args = array(
                        'ID' => $user_id,
                        'display_name' => $name
                );
                wp_update_user( $args );
            }
    }
    
    add_action( 'xprofile_updated_profile', 'change_user_defaults' ); /* but this works only after manual BuddyPress profile update */
    
    /* I also tried these hooks too */
    add_action( 'bp_core_signup_user',      'change_user_defaults' ); 
    add_action( 'bp_core_activated_user',   'change_user_defaults' );
    /* but it didn't work at the user registration  */
    
Viewing 25 results - 5,376 through 5,400 (of 69,044 total)
Skip to toolbar