Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 12,751 through 12,775 (of 69,016 total)
  • Author
    Search Results
  • shaquana_folks
    Participant

    @mjurkowski

    Oh okay, so since it’s working from your end, maybe you can help me. Any suggestions on what I can do or should do to get it to work on my end? I’m still running into the same issue of the users not being created, even while I’m still on the Twenty Fifteen theme with only the BuddyPress plug in (now at the 2.3.1 version), the bbPress plug in (now at the 2.5.7 version) and the W3 Total Cache (still at the 0.9.4.1 version) activated. Also, I went and checked the back end again from my hosting plan provider (as well as talked to a representative of my hosting plan service over the phone) and he noticed that there was actually a lot of errors listed for my sites link. The only thing is that the representative said all the other errors listed have been resolved because he doesn’t see any other error messages on those that are listed in the error log. The only one he still sees on there (and I just realized this as well) was this message:

    PHP Warning: strstr(): Empty needle in /hermes/bosweb26d/b246/ipg.sjfgraphixcom/myloopnetwork/wp-content/plugins/buddypress/bp-core/bp-core-filters.php on line 781

    Could this be the reason why the registration page is still not working? Because I never did any changes to that bp-core-filters.php file, I’ve only been working on the post pages and customizing my website theme that I wanted to use from before (which was the Magnus WordPress Theme). But as I was saying before, even though I’m still currently on the Twenty Fifteen theme, I’m still having issues. Please let me know what else I need to do to resolve this. My hosting plan server is iPage (which uses NGINX), running a 5.0 PHP version. I hope this additional information helps out.

    #240505
    patrix87
    Participant

    I made some “progress”

    I found this and I can agree that it is still true.
    https://buddypress.trac.wordpress.org/ticket/5971
    Filtering is inconsistent and sometime happens twice.

    I think this should be something to look into somewhat soon.

    Anyway here is the minimum you have to do to turn off html filtering.

    BUT it makes you website a lot more vulnerable to attacks and errors so use it at your own risk.

    Add this code to your child theme function.php

    
    //Unfilter xprofile *risky*
    
    remove_filter( 'bp_get_the_profile_field_value',           'xprofile_filter_kses', 1 );
    remove_filter( 'bp_get_the_profile_field_edit_value',      'wp_filter_kses',       1 );
    remove_filter( 'xprofile_get_field_data',                  'wp_filter_kses', 1 );
    remove_filter( 'bp_xprofile_set_field_data_pre_validate',  'xprofile_filter_pre_validate_value_by_field_type', 10, 3 );
    remove_filter( 'xprofile_data_value_before_save',          'xprofile_sanitize_data_value_before_save', 1, 4 );
    
    
    #240503
    Henry Wright
    Moderator

    Hi @richgraphicsstudio,

    We need Groups and also Private Groups

    I’d activate the Groups component.

    Need to be able to upload face pictures

    With BuddyPress, uploading profile photos is possible by default.

    Hope this helps?

    #240498
    gbengalex
    Participant

    Nah I dont think its the PHP ini setting. It is already increased and I have many php scripts that require far more resources than buddypress invitations and they are not having any troubles executing. It is the buddypress invitation script me think.

    shaquana_folks
    Participant

    Hello @henrywright, was just trying to reach you for a follow up as to why my registration page is still not working, because I’m still running into the same issue of the users not being created, even while I’m still on the Twenty Fifteen theme with only the BuddyPress plug in (now at the 2.3.1 version) and the W3 Total Cache (still at the 0.9.4.1 version) activated. Also, I went and checked the backend from my hosting plan provider (as well as talked to a representative of my hosting plan service) and noticed that there was a lot of errors listed for my sites, including the myloopnetwork.com link). The representative I spoke to said that all the other errors listed have been resolved because he said he doesn’t see any other error messages on those that are listed in the error log. The only one he said he still sees on there (and I just realized this as well) was this message:

    PHP Warning: strstr(): Empty needle in /hermes/bosweb26d/b246/ipg.sjfgraphixcom/myloopnetwork/wp-content/plugins/buddypress/bp-core/bp-core-filters.php on line 781

    Could this be the reason why the registration page is still not working? Because I never did any changes to that bp-core-filters.php file, I’ve only been working on the post pages and customizing my website theme. Please let me know what else I need to do to resolve this. My hosting plan server is iPage (which uses NGINX), running a 5.0 PHP version. I hope this additional information helps out.

    #240492
    r-a-y
    Keymaster

    There’s a ticket about this here:
    https://buddypress.trac.wordpress.org/ticket/3789

    View the comments in that ticket for some approaches that you can take. If you need some hooks in BuddyPress to make this happen, let us know by replying to that ticket. Login using the same credentials as you use here on buddypress.org.

    You could also think about using Gravatar and disabling avatar uploads as well. It’s probably not a valid option for your site, but just making sure you know! 🙂

    #240491
    Henry Wright
    Moderator

    Hi @brianbws,

    You’ll need to extend the BP_Attachment class with your own subclass. See the BP_Attachment article for more info.

    #240473
    Alvin341965
    Participant

    Hi Andreas, this question is solved but i use the KLEO theme.
    solution that worked for me

    thank you for your reply.

    #240470
    Henry Wright
    Moderator

    It seems this is in-progress. See 6057 for updates.

    #240469
    sylkitt
    Participant

    So Kleo support says Buddypress NEVER had notifications for comments or likes, only for private messages and friend requests. Is that true? Comments and likes are an important part of a social network and my client wants all of them to be fully functional, not only private messages and friend requests.

    #240467
    sylkitt
    Participant

    Update: I just tested again and I receive email notifications with Kleo activated as well. So it’s not a theme problem but a Buddypress one. Can you give me instructions on how to solve it? Thank you!

    #240463
    rodne
    Participant

    thanks @henrywright for the swift reply … i was struggling with where to place these files, not seeing updates and generally wondering what I had been doing wrong. Basically I had been replacing the messages of the .po files when generating the new .mo translations … instead one should simply add a preferred translation as the following article suggests (https://wpalchemists.com/2014/05/buddypress-translation-files/)

    oh the woes of .po & .mo ‘s … hope this helps someone else though!

    #240460
    danbp
    Participant

    The code is in /buddypress/bp-core/bp-core-widgets.php

    #240459
    atsouf
    Participant

    Hello and thanks for the fast reply.

    1st I have a lot of custom code but nothing that interferes with admin-ajax.php

    2nd My plugins (please dont panic)

    Agreeable
    bbpress
    bbpress – custom kses allowed tags
    bbpress -enable tinymce visual tab
    bbpress moderation
    buddypress
    buddypress captcha
    Contact form 7
    easysocial icons
    events manager
    GB bbpress tools
    google analytics by yoast
    Gzip ninja speed compression
    Loco translate
    Speakout! email petitions
    Tinymce advanced
    Wordpress SEO
    WP bakery visual composer
    WP super cache
    YOP Poll

    3d theme: fraction from orange themes (i already contacted their support and i am waiting for their reply)

    #240458
    Henry Wright
    Moderator

    Hi @alvin341965,

    There’s a function that will help you do that. It’s called groups_is_user_creator(). The first step is to create a groups loop. The code on this page will do that for you. Then immediately after <?php while ( bp_groups() ) : bp_the_group(); ?> you could add something like this:

    if ( ! groups_is_user_creator( bp_loggedin_user_id(), bp_get_group_id() ) )
        continue;

    Some considerations:

    • I’ve used bp_loggedin_user_id(), but feel free to use something else like the displayed member’s ID.
    • The function uses BP_Groups_Member::check_is_creator() which performs a database query for each item in the loop. To improve performance you might want to write your own SQL targeting groups only you’ve created and then loop through the result set. There may already be a function that does that for you. I’m not aware of one but someone else on here might be
    • This doesn’t work well with pagination
    #240457
    Henry Wright
    Moderator

    Hi @sylkitt

    The support forum of the Kleo theme told me it is not a theme problem but a Buddypress one.

    Possibly, but let us be sure. Can you activate TwentyFifteen and test again?

    #240455
    rodne
    Participant

    Howdy Dan,
    I have found similar instructions and made updates to no avail. I would appreciate the missing pieces so as to fully customize all labels and messages BuddyPress serves throughout various steps of the online engagement process.

    In kindness and cooperation,
    Mr E

    #240449
    shanebp
    Moderator

    You’ll need to write some conditionals based on knowing the current language.

    And need to customize a template overload of this file:
    bp-templates\bp-legacy\buddypress\groups\groups-loop.php

    See function bp_has_groups in bp-groups\bp-groups-template.php for info about the include / exclude group ids parameters re the group loop.

    #240440

    In reply to: Activity Problem

    knittingtheweb
    Participant

    Hi Patryk,
    Did you try using the BuddyPress data repair tool? I’ve had some success with it in cases like this. In the back end toolbar, go to Tools > BuddyPress and choose which data to repair. You should only run one repair job at a time. (I usually step through all five repairs just to make sure everything’s synced.) Hope this helps!

    #240437
    shanebp
    Moderator

    The plugin needs to be compatible with BuddyPress, not vice versa.
    You should contact the plugin author and make that request.
    https://wordpress.org/support/plugin/buddypress-cover-photo

    #240436
    bp-help
    Participant

    @stunley
    You can’t define the default component outside of php tags. Try this:

    <?php
    // hacks and mods will go here
    /**
     Change BuddyPress default Members landing tab.
     **/
    define('BP_DEFAULT_COMPONENT', 'profile' );
    ?>
    
    #240430
    Henry Wright
    Moderator

    In that case, you can just do this:

    <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>
        <?php while ( bp_activities() ) : bp_the_activity(); ?>
     
            <?php locate_template( array( 'activity/entry.php' ), true, false ); ?>
     
        <?php endwhile; ?>
    <?php endif; ?>

    Unless you filter this, it’ll show everything.

    Ref: https://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/

    #240424
    Alvin341965
    Participant

    if you hover over buddypress.org before my sites you’ll see a popup create new topic.
    i had to look for a while too 🙁

    #240423
    cheryltrigonesriley
    Participant

    Question — How did you start this topic? I’m logged into buddypress support, but don’t see a way to create a new topic like you did above?

    #240410
    danbp
    Participant

    Can you test with another theme ? Also are you using some cutom template for profiles, or a plugin or a custom function ?

    See if you have this in your template:
    <h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2>

    The original is in bp-templates/bp-legacy/buddypress/members/single/members-header.php

    Maybe your theme or custom work is using something other than bp_displayed_user_mentionname();

Viewing 25 results - 12,751 through 12,775 (of 69,016 total)
Skip to toolbar