Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,276 through 5,300 (of 68,946 total)
  • Author
    Search Results
  • #302930

    In reply to: Changing group slug

    shanebp
    Moderator

    It’s simple to do.

    Create and publish a page entitled ‘Regional Groups’.
    Go to the BuddyPress Settings: yoursite.com/wp-admin/admin.php?page=bp-page-settings
    For the User Groups setting, chose ‘Regional Groups’ from the drop down.
    Then click ‘Save Settings’.

    BuddyPress will use the Regional Groups page.
    And you can use the Groups page for whatever you want.

    #302927
    mrjanvier
    Participant

    Dear,

    I tried but it didn’t work. I made a bp-custom.php map in: wp-content/plugins/bp-custom.php –> In the map bp-custom.php i placed a file bp-custom.php
    I used notedpadd ++ as a editor to place the code you give me and copied it to my server. Once installed, i can’t enter my site. It gives an error:
    Warning: require …
    Fatal error: require(): Failed opening .. class-buddypress.php on line 226

    This looks strange, cause the code filled in notepadd ++ goes only to line 11.

    I filled it in as:
    <?php
    function bp_activities_user_friends_scope( $retval ) {

    if ( bp_is_activity_directory() ) {
    $retval[‘scope’] = ‘friends’;
    }

    return $retval;
    }
    add_filter( ‘bp_after_has_activities_parse_args’, ‘bp_activities_user_friends_scope’ );
    ?>

    did I do something wrong?

    Big thank for youre help

    Venutius
    Moderator

    Looks like that would be buddypress/groups/single/members-loop.php.

    this line:

    <?php if ( bp_group_has_members( bp_ajax_querystring( 'group_members' ) ) ) : ?>

    Would be the one to change:

    <?php if ( bp_group_has_members( bp_ajax_querystring( 'group_members' ) . '&type=alphabetical' ) ) : ?>

    Hopefully that should work

    #302918
    Venutius
    Moderator

    There’s a plugin the converts a group to announce only, maybe that could be the basis of a fan page?

    BuddyPress Announce Group

    #302917

    In reply to: Posts not syncing

    Varun Dubey
    Participant

    @hitesh4317 BuddyPress does not any inbuilt feature to display post listing at their profile. You might be using some 3rd party plugin.

    #302913

    In reply to: Posts not syncing

    Venutius
    Moderator

    BuddyPress does not manage what happens to posts when a user is deleted, I think that’s a WordPress function.

    #302909

    In reply to: Posts not syncing

    hrithik951
    Participant

    Anyone here? I have tried EVERYTHING! Running the tasks on Buddypress, eliminating the cache

    #302893
    shanebp
    Moderator

    If you are talking about activity posts…

    The default behavior is NOT to remove the content, but to refuse to post it and show the error message and leave the content in the textbox.
    Are you running some other code re moderation?

    Anyhow…
    Unfortunately, there are no hooks in the moderation functions.
    So you would need to remove the hook that is added in buddypress\bp-activity\bp-activity-filters.php

    add_action( 'bp_activity_before_save', 'bp_activity_check_moderation_keys', 2, 1 );
    add_action( 'bp_activity_before_save', 'bp_activity_check_blacklist_keys',  2, 1 );

    and replace it will a hook that leads to a custom function that does what you want.

    #302891
    Varun Dubey
    Participant

    @pratibhasvaksha You can check the following doc

    Navigation API

    #302890
    Varun Dubey
    Participant

    there is an old thread but need to testing in the current scenario
    https://buddypress.org/support/topic/add-tinymce-to-activity-post-form/

    #302888
    Varun Dubey
    Participant

    @markorton93 BuddyPress Post activity section is plain input area without any text editor.

    #302883
    Varun Dubey
    Participant

    @oaz on localhost it might have issues
    like this
    Refused to display ‘https://buddypress.org/support/topic/not-embedding-in-groups/embed/#?secret=hteHTpJ8oj&#8217; in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’.

    but at a live site with https, it will fine for both profile and group activity.
    eg you can check here https://dokan.wpbp.in/members/admin/

    shanebp
    Moderator

    Hmmm… The OP was for default alphabetical listings for group members.

    In that case, rather than the members-loop template, the template to overload is this ( assuming you are using the Legacy template pack ):
    buddypress/bp-templates/bp-legacy/buddypress/groups/single/members.php

    And the change would be:
    <?php if ( bp_group_has_members( bp_ajax_querystring( 'group_members' ) . '&type=alphabetical' ) ) : ?>

    So try overloading that template and make sure you adjust the placement of that template in your child theme.

    Venutius
    Moderator
    shanebp
    Moderator

    afaik – It is not possible, at least not easily.
    Members are not stored per site – regardless of whether BP is activated per site or globally.
    And neither are BuddyPress activity items. “Recently Active” is handled via activity items.

    WP multisite uses the usermeta database table to track which users have access to which sites.
    You could write a custom widget that checks BP last_activity items and then filters it by the usermeta data.

    msteimann
    Participant

    Hello,

    I am using the latest BuddyBress version (legacy template) and have disabled the activity stream. For security reasons I want to hide a member’s username wherever it is possible. Can someone please advice me how to hide the username in the autocomplete field? Please note the attached screenshot.

    I found this thread, which probably shows a solution for my request, but unfortunately I have no coding skills and got stuck while trying to follow the steps.

    Autocomplete shows both names

    Many thanks

    How to hide username

    #302856
    alikadievmr
    Participant

    my website vikings.life WordPress 5.0.3 BuddyPress 4.1.0

    #302852

    In reply to: Changing group slug

    shemakeswebsites
    Participant

    Hi Varun, thank you for your response. But I’m not really sure how to do that without affecting the page that currently uses the “groups” slug. Is there a way to change the page end point from groups to regional-groups? I wasn’t able to locate any setting for this.

    I have a site that currently uses: http://www.website.com/groups

    When I enable Buddypress groups, the content of this page is overwritten with the Buddypress groups content. I cannot change the content from my current groups page to another page as I have a lot of printed material that references that particular page. So I am hoping there is a way to have the Buddypress groups content appear on another page (www.website.com/regional-groups).

    #302844
    johnjack
    Participant

    I would find this incredibly useful as well as I am trying to integrate the buddypress personal messaging system in to a site I am working with.

    I want to be able to replicate the contents of this div
    <div id=”item-body” class=”item-body”>

    (when “Messages” is selected on the “Members” Page)

    I am very new to php/wp dev so struggling a little

    Can you help?

    #302843
    Jackson Bird
    Participant

    BuddyPress
    BuddyPress is a powerful WordPress plugin that takes the self-hosted WordPress sites to integrate with social network and community features. It allows you to handle user profiles, user groups, activities, and others within WordPress blogs. So you can use it as a social network for schools, colleges or universities or a communication tool for friends, organizations or companies; and more. As a result, you can easily develop WordPress community with BuddyPress.

    #302836
    shanebp
    Moderator

    Yes, it is on purpose – see the ticket.

    #302832
    JM Deom
    Participant

    Hi again,

    I verify my other plugins and I think I have found where there is come from.
    The problem occurs after installing rtmedia for WordPress, BuddyPress 4.5.5. The former version is 4.5.4.
    The older comment are visible but not the new one after installing the 4.5.5 version.

    Do you have an idea where is it come from ?

    Thx a lot for your support.

    #302829
    Venutius
    Moderator

    The BP Nouveau I was referring to, it’s the BP Theme, you can check which one you are using in Settings>BuddyPress>Options, it’s either Legacy or Nouveau

    #302827
    JM Deom
    Participant

    Im using BuddyPress Group Email Subscription, BuddyPress Multilingual, BuddyPress Profile Shortcodes and BP Profile Search.

    For me a “comment” is a response on a activity post by somebody in a group.

    #302822
    shanebp
    Moderator
Viewing 25 results - 5,276 through 5,300 (of 68,946 total)
Skip to toolbar