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 Please help with activity comments in the forum How-to & Troubleshooting 8 years, 10 months ago

    Hi,
    Please put the following code to your bp-custom.php

    /**
    * Step 1: Store the group id in meta when there is a new comment.
    */
    function buddydev_store_group_in_activity_meta( $comment_id, $r, $activity ) {

    if ( $activity->component != 'groups' ) {
    return;
    }

    bp_activity_update_meta( $comment_id, '_group_id', $activity->item_id…[Read more]

  • Profile picture of web design

    web design replied to the topic Show the name only in the forum Installing BuddyPress 8 years, 10 months ago

    Great Thanks

  • Profile picture of web design

    web design replied to the topic membership site and buddypress in the forum Third Party Plugins 8 years, 10 months ago

    Thank you

    خانه

  • Profile picture of Henry Wright

    Henry Wright replied to the topic There was a problem cropping your profile photo. in the forum How-to & Troubleshooting 8 years, 10 months ago

    @sadasoundarya

    777 permissions can be dangerous:

    https://codex.wordpress.org/Changing_File_Permissions#The_dangers_of_777

  • Profile picture of Slava Abakumov

    Slava Abakumov updated the Theme Compatibility – Customizing page, on the BuddyPress Codex 8 years, 10 months ago

    BuddyPress 1.7 has built-in theme support. All required elements such as front-end editing are included. This means that all functionality will work, even when a theme has no specific BuddyPress templates or code […]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic How to block access to specific groups based on membership in the forum How-to & Troubleshooting 8 years, 10 months ago

    Let me know how you get on on Monday and feel free to post questions if you get stuck.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic How to block access to specific groups based on membership in the forum How-to & Troubleshooting 8 years, 10 months ago

    You can do this:

    if ( bp_is_groups_component() && 'group-name-here' === bp_current_item() ) {
    // Restrict access
    }

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Using bp-default, "Reply" doesn't open comment form? in the forum How-to & Troubleshooting 8 years, 10 months ago

    Hey @ftlralph

    Have you make any changes to the theme markup?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic How to block access to specific groups based on membership in the forum How-to & Troubleshooting 8 years, 10 months ago

    Hey @shirleyddsn

    Which URLs do you need to restrict access to?

  • Profile picture of Hugo Ashmore

    Hugo Ashmore updated the Prelaunch Checklist page, on the BuddyPress Codex 8 years, 10 months ago

    Releasing BuddyPress to the world is a big deal, and takes quite a few manual steps to ensure safe & comfortable updates & upgrades are had by all. Below are the steps release leads go through with each & every […]

  • Profile picture of Hugo Ashmore

    Hugo Ashmore replied to the topic BUG: Password in member settings in the forum Requests & Feedback 8 years, 10 months ago

    Can you give a literal example of a password that fails, are you suggesting “just a /” or single digit password?

  • Profile picture of Masoud

    Masoud replied to the topic .moxie-shim.moxie-shim-html5 css issue on iphone/ipad in the forum How-to & Troubleshooting 8 years, 10 months ago

    hello @r-a-y

    ok. very good that it will get fixed.
    thank you for your attention and answer.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic reorder the activities in activity stream in the forum How-to & Troubleshooting 8 years, 10 months ago

    Try this:

    add_filter( 'bp_after_has_activities_parse_args', function( $retval ) {
    $retval['display_comments'] = 'stream';
    return $retval;
    } );

    Please note I haven’t tested.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic First time login redirect in the forum Requests & Feedback 8 years, 10 months ago

    The activation link points to the activation page. To change that you will need to change the activation link that’s generated.

  • Profile picture of Hugo Ashmore

    Hugo Ashmore replied to the topic Download changed from 2.8.2 to 2.8.0 in the forum Requests & Feedback 8 years, 10 months ago

    @sourfew Thanks for pointing this out, the trunks readme.text file stable tag had been inadvertently reverted, but it’s corrected now.

  • Profile picture of LaurentR2D2

    LaurentR2D2 started the topic Doodle like plugin in the forum Third Party Plugins 8 years, 10 months ago

    Hello

    Is there a Doodle like plugin which would work with Buddypress ? I’d like to organize events and give the opportunity to people to choose between different dates. I’ve tried Event Manager plugin, but it doesn’t have this feature.

    Thank you

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Looking for a list of BP plugins in the forum Third Party Plugins 8 years, 10 months ago

    Here’s a full list of plugins in the WordPress repository tagged “buddypress”

    https://wordpress.org/plugins/tags/buddypress/

  • Profile picture of Hugo Ashmore

    Hugo Ashmore replied to the topic bbpress search is not working when buddypress is activated in the forum How-to & Troubleshooting 8 years, 10 months ago

    We may need to be clearer on the steps to replicate this as…
    With a twentyseventeen theme, BP trunk, stable bbpress no other plugins.

    With an index page displaying the forums list shortcode & search input I can search for forum topics quite happily, returning results to the page showing bbp results.

    However tested on single site not MS and use…[Read more]

  • Profile picture of Masoud

    Masoud replied to the topic .moxie-shim.moxie-shim-html5 css issue on iphone/ipad in the forum How-to & Troubleshooting 8 years, 10 months ago

    on the iphone 6 plus, the situation will get worse.
    the .moxie-shim.moxie-shim-html5 will go near the Upload Section, just about 5px under the Texts :
    ” your profile photo will be used on your profile and throu…. ”

    thanks .

  • Profile picture of Masoud

    Masoud started the topic .moxie-shim.moxie-shim-html5 css issue on iphone/ipad in the forum How-to & Troubleshooting 8 years, 10 months ago

    hello.
    i have tested this, with clean installation of wordpress + default wp theme + buddypress .

    in the iphone/ipad ( i have tested on iphone 5S , 6 Plus, and ipad air )
    go to profile> change profile photo > Select (touch) Upload section > and touch the ’ Select your file’ button.
    but the button will not work.
    you have to touch 5px or 10px und…[Read more]

  • 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