Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • 's profile was updated 7 years, 11 months ago

    @thefinebeard

    View Profile
  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Buddypress activity plus pludin issues in the forum How-to & Troubleshooting 7 years, 11 months ago

    @jonaskjodt that’s very old thread and different topic. There are some structural changes inside the template files and actions are also updated.

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Change User Role on form submission in the forum How-to & Troubleshooting 7 years, 11 months ago

    @bassibabes1 check once with CF7 support

  • Profile picture of Dr md shahriar kabir

    Dr md shahriar kabir replied to the topic Buddypress activity plus pludin issues in the forum How-to & Troubleshooting 7 years, 11 months ago

    @jonaskjodt your php show fatal eror!!!!!!!

  • Profile picture of Jonas

    Jonas replied to the topic Buddypress activity plus pludin issues in the forum How-to & Troubleshooting 7 years, 11 months ago

    I had some issues with this earlier too, using the code supplied in this thread should clear up your issue.

    Here’s the code if you’re unable to click the link for some reason. You should put it in your bp-custom.php file.

    function toa_check_page_reqiurement_and_lie_to_buddypress ($is, $component) {
    global $bp;
    if ($is || "activity" !==…
    [Read more]

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Editing the registration page in the forum Creating & Extending 7 years, 11 months ago

    @snorklebum if you want to use your existing newsletter plugin, it will need some custom code to create integration as an optional choice for users.

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Buddypress activity plus pludin issues in the forum How-to & Troubleshooting 7 years, 11 months ago

    I am able to replicate the issue, You can report here once
    https://wordpress.org/support/topic/problem-with-new-buddypress-template/

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Edit or Display "Profile Fields Group" on homepage or elsewhere in the forum Third Party Plugins 7 years, 11 months ago

    @onions2578 BP does not have any inbuilt feature to create survey forms with a user-defined set of questions.

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic @ mention suggestion not working in the forum Installing BuddyPress 7 years, 11 months ago

    @bpistone for forums try

    @mentions feature

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Required Profile Field _ Terms Of Service in the forum How-to & Troubleshooting 7 years, 11 months ago

    @dannydlb You can try these patches https://buddypress.trac.wordpress.org/ticket/7845

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Showing + Filtering Groups in the forum How-to & Troubleshooting 7 years, 11 months ago

    even if that work with zero, the search result will also not visible

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Showing + Filtering Groups in the forum How-to & Troubleshooting 7 years, 11 months ago

    @mikelast
    To change the number of groups display at group directory page, you can use the following snippet

    add_filter( ‘bp_after_has_groups_parse_args’, ‘wbcom_alter_groups_parse_args’ );
    function wbcom_alter_groups_parse_args( $loop ) {
    if ( bp_is_groups_directory() ) {
    $loop[‘per_page’] = 2;
    }
    return $loop;
    }

  • Profile picture of Usman

    Usman's profile was updated 7 years, 11 months ago

    Usman

    @usman12308

    View Profile
  • Profile picture of Linda Onata

    Linda Onata's profile was updated 7 years, 11 months ago

    Linda Onata

    @gradesas

    View Profile
  • Profile picture of Dr md shahriar kabir

    Dr md shahriar kabir replied to the topic Buddypress activity plus pludin issues in the forum How-to & Troubleshooting 7 years, 11 months ago

    Buddypress activity plus not active with groups in my web.

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Editing the registration page in the forum Creating & Extending 7 years, 11 months ago

    you can check https://wordpress.org/plugins/mailchimp-for-wp/

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic version 3.0 problems in the forum How-to & Troubleshooting 7 years, 11 months ago

    @geertbaven code might be written inside the template file of the theme
    theme-name/buddypress/groups/single/home.php

    You will need to remove bp_is_group_forum() code; you are not using forums that’s why it’s creating an issue.
    Inside the latest version above code is removed, in core discussion developers had talked about it to put it back.

  • Profile picture of R??u thu?c tr? m?n

    R??u thu?c tr? m?n's profile was updated 7 years, 11 months ago

    R??u thu?c tr? m?n

    @thuocnamlenhan

    View Profile
  • Profile picture of Colegiala

    Colegiala's profile was updated 7 years, 11 months ago

    Colegiala

    @xcolegial

    View Profile
  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Create edit profile form or page in the forum How-to & Troubleshooting 7 years, 11 months ago

    You can override edit page template inside the child theme
    buddypress/bp-templates/bp-legacy/buddypress/members/single/profile/edit.php
    at following path
    child-theme/buddypress/members/single/profile/edit.php

  • 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