Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 19,651 through 19,675 (of 94,540 total)
  • Author
    Search Results
  • fuzzllc
    Participant

    Hi!

    I’m having a difficult time coming up with a solution for this…

    We’re trying to set a default user role that, when logged in by default, doesn’t have any access to BuddyPress at all.

    Then, when the administrator switches the user role they would be able to use all of the BuddyPress system.

    Any ideas?

    Thanks for the help!
    Nick

    browserco
    Participant

    Hi Steve, the code above disallows commenting on specific activity types which is not what I wanted. To get rid of those pesky notifications on the activity stream you should use this code in your theme’s functions.php file:

    function filtering_activity_default( $qs ) {
    if ( empty( $qs ) && empty( $_POST ) ) {
    $qs = ‘action=activity_update';
    }
    
    return $qs;
    }
    add_filter( ‘bp_ajax_querystring’, ‘filtering_activity_default’, 999 );

    I got the code from this thread.

    I hope it works out for you!

    #239094

    In reply to: Wrong Member Count

    IHaveToDoThis
    Participant

    Hey,

    Thanks a lot for the info, but the members aren’t under pending. They actually are under subscribers in the back end dashboard, they just don’t show up in the BP members directory. I did find a similar topic here but the plugin that fixed their problem doesn’t exist anymore.

    Is deleting the users and re-creating them the only way to fix this? Or do you think once the users log on and do something they will populate in the members directory?

    Thanks again Dan!

    rebekahmeuir
    Participant

    1. Which version of WordPress are you running? 4.2.2

    2. Did you install WordPress as a directory or subdomain install? root

    3. If a directory install, is it in root or in a subdirectory? root

    4. Did you upgrade from a previous version of WordPress? If so, from which version? from 4.2.1

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. yes

    6. Which version of BP are you running? 2.2.3.1

    7. Did you upgraded from a previous version of BP? If so, from which version? no

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    EWWW Image Optimizer v 2.4.0 by Shane Bishop (installed/activated)

    9. Are you using the standard WordPress theme or customized theme? BuddyBoss Child Theme v4.1.9 by BuddyBoss.com

    10. Have you modified the core files in any way? removed lines that contain author’s ip address for comment notification emails

    11. Do you have any custom functions in bp-custom.php? no

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? not running bbPress

    13. Please provide a list of any errors in your server’s log files. none to report

    14. Which company provides your hosting?
    inmotion hosting

    15. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache

    I cannot change profile photo on my buddypress. I click Change Profile Photo
    Choose File
    Browse to an image (image is smaller than the upload limit in php.ini)
    image name appears
    click Upload Image
    nothing happens, does not show me the cropping image screens, does not allow changing avatar.
    This used to work and I cannot figure out what changed. I deactivated all plugins and still the same issue. I reactivated the EWWW plugin, since deactivating it did not fix my issue. I tried with 2015 theme to see if it could be buddyboss theme, but I have the same issue using 2015 theme.

    #239089
    shanebp
    Moderator

    only a certain level of members, or see members listed by country, that sort of thing

    Those two things require different approaches to gathering member ids.

    Adding the order option is easy.
    But filtering the members will require specific solutions.

    Read this:
    https://buddypress.org/support/topic/adding-new-order-by-on-members-loop/

    You can remove default choices by creating a template overload of this file and adjusting the select element:
    buddypress\bp-templates\bp-legacy\buddypress\members\index.php

    Note that it will default to ‘active’ regardless.

    shanebp
    Moderator

    The issue is in the BuddyPress Live Notifications plugin.

    You should report the issue and your fix to the plugin authors:
    https://wordpress.org/support/plugin/bp-live-notification

    Daxi
    Participant

    PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘bp_activity_heartbeat_last_recorded’ not found or invalid function name in […]/wp-includes/plugin.php on line 213

    This error will appear and make problems when BuddyPress Live Notifications is also installed.
    The function is defined in: /wp-content/plugins/buddypress/bp-activity/bp-activity-filters.php:530
    The filters will be added in lines: 580 and 581

    This will delete the response-array data from Live Notifications because the warning returns null.

    A temporarily fix is to set the priority of the Live Notification filter in /wp-content/plugins/bp-live-notifications/ajax.php to a value higher than 10.

    #239085
    schulz
    Participant

    Groups are a BuddyPress thing are they not? I am requesting that the Group Forum selector in the Group Forum Settings in BuddyPress be able to support more than one forum NOT forums supporting multiple groups.

    bbpress ticket 2191 is not really talking about what I am talking about here. They are talking about creating subgroups to go with the forums (which is not what I want to do).

    Also the bbPress forums is the first place I looked into and it seems that posts talking about group involvement are being directed to post at the BuddyPress support.

    #239083
    r-a-y
    Keymaster

    The bbPress plugin integrates into BuddyPress, not the other way around.

    So your question is best suited on the bbPress forums:
    https://bbpress.org/forums

    I can tell you that multiple group forums are not officially supported in bbPress at the moment though.

    You’ll want to keep your eye on this ticket:
    https://bbpress.trac.wordpress.org/ticket/2191

    #239080

    In reply to: Sidebars

    r-a-y
    Keymaster

    You’ll probably want to follow this guide:

    Twenty Thirteen Theme

    The guide is for the twentythirteen theme, but it works as a general guideline with any theme. Replace the references to the twentythirteen theme with your theme and you should be good to go!

    #239079

    In reply to: Sidebars

    Hugo Ashmore
    Participant

    Check the Codex documentation, which will guide you on creating a custom buddypress.php page to mirror your themes page.php and in which you could then remove the sidebar from markup.

    #239078
    DewFL
    Participant

    Hi,

    Is there a way to hide the sidebars from pages such as the registration page and user profiles? When creating these pages I have selected not to display the sidebars but all BuddyPress pages display them, they won’t respect my settings, other pages on my site not related to BuddyPress do follow my settings? Is there a way to accomplish this?

    Any help would be greatly appreciated!

    #239070
    Paul Jenkins
    Participant

    Installing Buddypress on a existing WordPress site with a large number of users I’ve found that on activating the Site Tracking component I get the white screen of death. The front end of the site still works, mostly, but it’s completely killed the back end. Fortunately I’m doing this on a test site, with BP 2.2.3.1 & WP 4.2.2, and have tried with no other plugins installed and the 2015 theme. This is a single site, not multisite.

    I’ve traced this back to the bp_blogs_record_existing_blogs function, specifically

    $users = get_users( array(
    ‘blog_id’ => $blog_id
    ) );

    OK, so it can’t cope with the number of users and I guess a more powerful server with higher memory and script execution times etc. might be able to cope, but I don’t have that at the moment and I’m looking for a work around. Is there a hook or filter I can remove that’ll let me replace bp_blogs_record_existing_blogs with my own function that could go through the users in chunks, maybe using wp_cron? It’s called from within bp_core_activation_notice which is called from the bp_admin_init hook so maybe that’s the one to replace?

    If anyone has come up against this problem before and has a solution please let me know.

    #239065
    danbp
    Participant
    #239062
    Vignesh M
    Participant

    Thank You ! i have an another doubt how can i show bbpress forum counts,topic counts,replies for individual user without login in buddypress members page below username.

    #239056
    danbp
    Participant
    #239052
    Vignesh M
    Participant

    Hi there!!! I tried all the way who are all suggest to control spam registrations even plugin and captcha also but it’s not working.. Finally i try the htaccess rule it’s not also working… How can i stop the spam registrations in bp??
    This below htaccess rule only i wrote to avoid spam registrations but it’s not working..
    RewriteCond %{REQUEST_METHOD} POST
    RewriteCond %{REQUEST_URI} .register*
    RewriteCond %{HTTP_REFERER} !.*http://manifestationjournal.com/.* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^$
    RewriteRule (.*) http://mysite.com/ [R=301,L]

    Anyone please give me an answer???

    #239051
    agalassi0917
    Participant

    @aces

    The sidebar automatically is pushed to the bottom of the profile and group templates, I’d like to be able to move it to the right where the default position is. I think it could be pushed to the bottom due to the Divi theme, but i’m not sure.

    I’d like to know if there were a way to add widgets such as side bars or menus to the template pages in order to facilitate easier navigation through the buddypress pages.

    Thanks for your help!

    #239049
    agalassi0917
    Participant

    Thank you, I’ve created a child theme based off of the Divi theme. Is the only way to edit the buddy press template files though adding the code to the php files, or is there another way to edit these pages (plug-in, buddypress specific theme, etc.)?

    #239042
    shanebp
    Moderator

    You can place this in your theme/functions.php or in bp-custom.php.

    It will stop recording entries for 3 types after you include the function.
    You can add other types as desired to the $exclude array.

    function steve_dont_save_activity( $activity_object ) {
     
        $exclude = array( 'new_avatar', 'updated_profile', 'friendship_created' );
     
        if( in_array( $activity_object->type, $exclude ) )
            $activity_object->type = false;
     
    }
    add_action('bp_activity_before_save', 'steve_dont_save_activity', 1, 1 );

    To delete existing entries, use the interface here
    [yoursite]/wp-admin/admin.php?page=bp-activity

    Steve
    Participant

    I have searched the forum for this and found many people asking about it, but I have yet to find a solution.

    When someone friends another person the All Members activity page shows “User X and User Y are now friends”. This ends up filling the entire page. Which is very annoying. Plus, for my clients purposes, this is absolutely useless.

    How do I get rid of this notification?? I just want “Updates” to show up.

    I found this article (https://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/#filtering-examples), but I am not a developer, so telling me to add a loop without telling me “where” to put it doesn’t help.

    Like I said, I have seen other people ask about this, but have yet to find the solution.

    Thanks in advance for the help.

    #239035
    shanebp
    Moderator

    If you switch to a WP theme like 2013, does the problem persist?
    If not, it’s something in your theme.

    What are your media settings re images? Are they square?
    Here: …/wp-admin/options-media.php

    Have you have set any avatar size constants in code?
    See: https://codex.buddypress.org/themes/guides/customizing-buddypress-avatars/#how-to-change-buddypress-avatar-sizes

    awaise17
    Participant

    I am working on a small community website based on BuddyPress. It gives the ability to users to upload their avatars and then crop it while previewing. I am using jCrop to do that.

    My problem is, when a user uploads his avatar, then the crop feature comes up along with the preview of the cropped image. The preview seems to be stretched.

    I don’t really know if this is the problem of my css or the jCrop itself. I have read people with similar problem and the proposed solution was to remove (if any) fixed height or width has been applied to the preview container. I have tried that with sever other options and tweaks but nothing works.

    Here is the problem in the image for best understanding.
    Preview Problem

    Please note that the crop function itself is working fine. i.e, it only shows the area in preview that has been selected. But its stretched.

    I really need your help on this.

    If you want to check it even further, Here is the link to the production version of the site
    Production Version
    username/email: awaise171@gmail.com
    pass: admin

    karifammar
    Participant

    Hey,

    After viewing a bunch of threads with the same issue but couldn’t find a solution in either of them, i’m asking here, maybe someone will be able to help me.

    I have multiple members on my site (connected through BuddyPress), and everything works properly.
    The only thing i’m having trouble with is editing my own admin profile.
    Whenever i’m trying to edit my profile / change profile photo etc. i get an 404 error.
    In fact, i can’t see anything regarding my profile.

    That’s my website – http://trademaster.ae
    That’s supposed to be my profile – http://www.trademaster.ae/%D9%85%D9%86%D8%AA%D8%AF%D9%89-%D8%A7%D9%84%D9%85%D8%B6%D8%A7%D8%B1%D8%A8%D9%8A%D9%86/KarifAmmarSabbagh/

    Did it happen to anyone else?
    Do you have a solution?

    I will highly appreciate your response.

    Thanks in advance,
    Daniel.

    #239027
    danbp
    Participant

    BuddyPress templates are stored in bp-templates/bp-legacy/buddypress/

    To customize your theme, create first a child-theme.
    In this folder, add a folder called buddypress and copy any file you want to modify into it from /bp-legacy/, by respecting the original path child-theme/buddypress/members/xxx.php or /child/buddypress/activity/xxx.php

    More details are avaible on codex.

Viewing 25 results - 19,651 through 19,675 (of 94,540 total)
Skip to toolbar