Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • News
  • Codex
  • Develop
  • Make
  • Forums
  • Download

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Brajesh Singh

    Brajesh Singh replied to the topic BuddyPress redirect in the forum How-to & Troubleshooting 7 years, 6 months ago

    Thank you.
    I checked the code. The plugin does not support login_redirect filter and BP redirect to profile won’t work with it.

    I will suggest creating a support ticket on the plugin page and asking to support ‘login_redirect’ filter for redirection url.

    They do have a filter ‘lwa_ajax_login’ for filtering the whole returned data but it is too…[Read more]

  • Profile picture of Brajesh Singh

    Brajesh Singh replied to the topic BuddyPress redirect in the forum How-to & Troubleshooting 7 years, 6 months ago

    hi @wegosi,
    Thank you for asking.
    I am not sure which ajax login plugin you are referring to.

    This plugin does not actually redirects the user, it simply changes the url where the default redirection happens.

    So, if it is not working with an ajax login plugin, Please ask the developer if they support ‘login_redirect’ filter. If not, please ask…[Read more]

  • Profile picture of Emroch & Kilduff

    Emroch & Kilduff's profile was updated 7 years, 6 months ago

    Emroch & Kilduff

    @emrochandkilduff

    View Profile
  • Profile picture of Flat Belly Herndon

    Flat Belly Herndon's profile was updated 7 years, 6 months ago

    Flat Belly Herndon

    @getridofbellyfat11

    View Profile
  • Profile picture of rafira jogjakarta

    rafira jogjakarta's profile was updated 7 years, 6 months ago

    rafira jogjakarta

    @rafirajogja

    View Profile
  • Profile picture of Darre Knight

    Darre Knight's profile was updated 7 years, 6 months ago

    Darre Knight

    @darreknight5

    View Profile
  • Profile picture of Elliott Lucille

    Elliott Lucille's profile was updated 7 years, 6 months ago

    Elliott Lucille

    @elliottlucille14

    View Profile
  • Profile picture of Designbysevan

    Designbysevan's profile was updated 7 years, 6 months ago

    Designbysevan

    @martinezjean14

    View Profile
  • Profile picture of Brandy Haynes

    Brandy Haynes's profile was updated 7 years, 6 months ago

    Brandy Haynes

    @brandyhaynes2

    View Profile
  • 's profile was updated 7 years, 6 months ago

    @moderninhapluspromocao

    View Profile
  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Create/add forum from frontend in the forum Miscellaneous 7 years, 6 months ago

    Ok, got it now.

    The above code will show the forum form on bbpress user profile, not BuddyPress.

    Please try this code:

    add_action('bbp_template_after_user_topics_created', 'ps_show_forum_form');

    function ps_show_forum_form(){
    if(bbp_is_user_home() && current_user_can('moderate')){
    echo…
    [Read more]

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Online members status in the forum How-to & Troubleshooting 7 years, 6 months ago

    Please check this one https://wordpress.org/plugins/status-buddy/

    Thanks

  • Profile picture of antoniamarnez1

    antoniamarnez1's profile was updated 7 years, 6 months ago

    antoniamarnez1

    @antoniamarnez1

    View Profile
  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Is it possible in Buddy Press to give only permission to delete private message in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,

    The first thing now we need to do is to check if that box is coming from this file or not. So try writing anything in the file and check if that gets printed on that screen if yes then certainly we are on the right file otherwise have to check which file is that from where that box is coming.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Avatar cut in mobile view in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,

    Please check this https://codex.buddypress.org/themes/guides/customizing-buddypress-avatars/ to understand the concept there.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic How to overload nouveau header from plugin in the forum Installing BuddyPress 7 years, 6 months ago

    Hi,

    Are you sure it is member-header? Please try cover-image-header.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Filter the member list in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,

    Please check this plugin https://wordpress.org/plugins/bp-custom-functionalities/. It allows excluding of roles from members directory. You can select administrator role there in settings and they will be excluded from members directory.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Rename "Name" Profile Field in the forum Creating & Extending 7 years, 6 months ago

    Hi,

    Which theme you are using?

    I have just checked it with the default theme twenty seventeen and it is working fine there. Please see: https://prnt.sc/l7mp20

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Renaming Group tabs in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,

    Please put this snippet in your child theme’s functions.php:

    function ps_rename_group_tabs() {

    if ( ! bp_is_group() ) {
    return;
    }

    buddypress()->groups->nav->edit_nav( array( 'name' => __( 'Activity', 'buddypress' ) ), 'home', bp_current_item() );
    }
    add_action( 'bp_actions', 'ps_rename_group_tabs' );

    Hopefully,…[Read more]

  • Profile picture of Blog Photoshop

    Blog Photoshop's profile was updated 7 years, 6 months ago

    Blog Photoshop

    @blogphotoshop68

    View Profile
  • Load More

WordPress.org bbPress.org BuddyPress.org Matt Blog RSS

GPL Contact Us Privacy Terms of Service X

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Log In