Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 17,476 through 17,500 (of 69,106 total)
  • Author
    Search Results
  • #178989
    aces
    Participant
    #178976
    BBIndikator
    Participant

    It´s really this complicated ?

    I mean the BuddyPress-Menu in the admin bar below the Avatar. It´s possible to show it everywhere ?

    #178955

    In reply to: Message to all users

    Rabatman
    Participant

    It doesn’t work with the newest version of buddypress and wordpress

    #178945
    Henry Wright
    Moderator

    …can I just create those pages to satisfy BuddyPress and then just make them private?

    You can. In fact, if you’re sure you’ll never need them you can perform a 301 permanent redirect to ensure they never show. For example:

    function redirect_pages() {
    	if ( bp_is_register_page() || bp_is_activation_page() || bp_is_members_component() ) {
    		wp_redirect( home_url(), 301 );
    		exit();
    	}
    }
    add_action( 'template_redirect', 'redirect_pages' );

    If for some reason you find you do in fact need the activation page, then remove || bp_is_activation_page() from the above code.

    bermudacloud
    Participant

    1 Year 5 Months later I see that this isn’t automatic with the BP default theme-

    I don’t believe that I’m missing something.

    Please can you guys at buddypress.org make this happen?

    Thank you

    Mark M.

    #178926
    shanebp
    Moderator

    bp_loggedin_user_avatar will echo the url

    bp_get_loggedin_user_avatar will return the url

    See buddypress\bp-members\bp-members-template.php

    Zane
    Participant

    There is a plugin for this but you have to download it directly from the site (it is not in the wordpress plugin directory. At least it wasn’t via my searches).

    BuddyPress Activity Comment Notifier

    I can’t believe that activity notifications on comments is not a core functionality. I have submitted a feature request for this.

    https://buddypress.trac.wordpress.org/ticket/5430#ticket

    #178907
    CBWill
    Participant

    @szed

    Any luck with adding the buddypress-activity-plus icons with the buddypress activity shortcode plugin?

    Thanks!

    #178905
    BuddyBoss
    Participant

    Sounds like javascript is not loading properly in your admin.

    BuddyPress is pretty thoroughly tested and doesn’t normally cause that kind of error. So I would have to assume BuddyPress Like is the cause. Especially if you only get the error with that plugin activated. I would ask the developer of BuddyPress Like directly.

    #178900

    In reply to: Stop BuddyPress SPAM

    BuddyBoss
    Participant

    I have used Bad Behavior. It’s ok.

    I found the best solution so far has been BuddyPress Security Check.
    https://wordpress.org/plugins/bp-security-check/

    It knocked out the majority of spam for me, and I’ve tested many spam plugins. You’ll still get some spammers, but hopefully less.

    Most spammers leave links in forums. BuddyPress could really use a method to block new users who post links pending approval.

    This plugin puts users in moderation on signup:
    https://wordpress.org/plugins/bp-registration-options/

    But that still requires you to manually activate everyone…

    #178898
    BuddyBoss
    Participant

    Not sure why that doesn’t work. You might want to download this plugin (which supposedly works with BuddyPress) and investigate their code to see how they’re doing it.

    https://wordpress.org/plugins/embedly/

    #178897
    BuddyBoss
    Participant

    There actually is a plugin that accomplishes this (the initial request) to some extent. See:
    https://wordpress.org/plugins/buddypress-user-account-type-lite/

    This would be a really great core feature. It would allow you to have member types with different profile data collected based on the first condition.

    Some examples:

    • teacher/student
    • employer/applicant
    • man/woman
    • manager/employee
    • etc.
    #178896
    BuddyBoss
    Participant

    Right, and to anyone else reading this, you also have to install bbPress first and make sure to adjust your forum settings to allow BuddyPress groups to have forums.

    #178895
    BuddyBoss
    Participant

    A membership plugin is generally used to determine user roles and capabilities (and to charge users for access). All WordPress users should be automatically also BuddyPress users. One hiccup is if they have not ever logged in they may not display on the front end in the main BuddyPress members directory. I believe it only shows users if they have some activity, such as a login or register. If they predate BuddyPress activation they MAY need to do something before they appear in the Members directory, but rest assured they do have BuddyPress profiles that they can access with their existing WordPress login credentials.

    #178894
    Henry Wright
    Moderator

    @joshwinkles With BuddyPress installed, try going to yoursite.com/members/username whilst logged in as a WP user. If you can edit your profile, change your avatar etc then it works!

    #178892
    coachcs
    Participant

    Ok, I found the solution by myself.

    You have to check on the box at Settings / BuddyPress / Components / User Groups and save settings.

    After that you will find a new button named Groups in the left hand admin section.

    #178890
    Splendorito
    Participant

    Can anyone see if it is something wrong with this code or test it who has more knowledge about buddypress?.

    
    <?php
    
    wp_embed_register_handler('verold’, 'http://studio.verold.com/projects/([\w]+)/embed', 'wp_embed_handler_verold');
    
    function wp_embed_handler_verold($matches, $attr, $url, $rawattr) {
    $embed = sprintf(
    '<iframe frameborder="0" width="600" height="400"
    src="http://studio.verold.com/projects/%1$s/embed"></iframe>',
    esc_attr($matches[1]));
    
    return apply_filters('embed_verold', $embed, $matches, $attr, $url, $rawattr);
    }
    
    ?>
    
    

    Best Regards

    #178884
    Zane
    Participant

    My request is a duplicate of another from a few months ago and can be ignored. Please reply to this request (an associated ticket has been opened and linked to in this other thread).

    https://buddypress.org/support/topic/posts-to-private-groups-dont-show-up-in-activity-stream/

    Thanks!

    #178883
    Zane
    Participant

    I have submitted a ticket for this request

    https://buddypress.trac.wordpress.org/ticket/5428#ticket

    #178853
    Splendorito
    Participant

    Hi, thank you for answering!

    Yes, i have tested those. They worked in bbpress for both Verold and Sketchfab. But buddypress seems not to like it. Any suggestions…?

    #178850
    BuddyBoss
    Participant

    This will be the case with all themes. BuddyPress content is not included in the default WordPress search. It is a common request for people to ask for a “unified” BuddyPress search but that does not exist out of the box at this moment in time.

    To get you in the right direction:

    BuddyPress Global/Sitewide Unified search update for BuddyPress 1.5+

    https://buddypress.org/support/topic/whats-the-best-way-to-get-a-unified-search-that-includes-all-site-content-including-blog-posts/

    #178849
    BuddyBoss
    Participant

    The PHP file producing most of the member header stuff (avatar, timestamp, etc) is located at:

    /plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/member-header.php

    You’ll notice it does not output the member displayname however. That is actually just fed into the the_title, which is in your theme template. It’s probably in page.php, or buddypress.php if your theme has that. BuddyPress is feeding content into your page template.

    Not sure how to get the_title to display something else off hand, but that should help guide you in the right direction at least.

    #178847
    BuddyBoss
    Participant

    Yes I know how this works. I am assuming you are referring to the post input on profiles, for adding activity posts. This is a feature and not a bug.

    There is some CSS setting the height of the comment box. When you click into it, some Javascript recognizes that you have clicked into the box and then makes the box taller. You can override all of this via CSS, by just setting a fixed height to the box.

    Here is the CSS to add:

    #buddypress form#whats-new-form textarea {
    height: 50px;
    }

    Instead of 50px, use the height you want it to be. If that does not work, try adding an !important declaration like this:

    #buddypress form#whats-new-form textarea {
    height: 50px !important;
    }
    #178846
    BuddyBoss
    Participant
    #178833
    boblebad
    Participant

    Thank you you answers, especially you tolusage 🙂

    I’ve got a few question.

    Is buddypress-xprofile-custom-fields-type necessary, under /users/profile fields in the Dashboard, it is possible to add more fields?

    Can’t the membership plans be done with PaidMembershipsPro, i have for an earlier project bin looking at s2members, and found it complicated to configure, so many settings ?

    I’ll have a look at bp-better-directories and buddypress-profile-progression 🙂

    Thanks again 🙂

    All the best
    Carsten

Viewing 25 results - 17,476 through 17,500 (of 69,106 total)
Skip to toolbar