Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Henry Wright

    Henry Wright replied to the topic create xprofile fields from plugin in the forum How-to & Troubleshooting 9 years, 2 months ago

    I believe xprofile_insert_field() will insert or update a profile field. Here’s an example of how to use it:

    $f = xprofile_insert_field( array(
    'field_group_id' => 8,
    'type' => 'textbox',
    'name' => 'Foo',
    'is_required' => false,
    'can_delete' => false,
    'description' => 'This is a…
    [Read more]

  • Profile picture of ash

    ash's profile was updated 9 years, 2 months ago

    ash

    @sinha

    View Profile
  • Profile picture of shubham jain

    shubham jain started the topic Remove profile pic by code in the forum Installing BuddyPress 9 years, 2 months ago

    How can i remove the Profile pic by using code?

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Email all users of updated Forums in the forum Creating & Extending 9 years, 2 months ago

    What have you managed to do so far? Any code written that at least partially works?

  • Profile picture of Bunty

    Bunty replied to the topic How to delete automatic message in the forum Installing BuddyPress 9 years, 2 months ago

    Still not resolved?

  • Profile picture of Andrew Tegenkamp

    Andrew Tegenkamp started the topic WP Roles vs BP Member Types in the forum Creating & Extending 9 years, 2 months ago

    Been reading over https://codex.buddypress.org/developer/member-types/ and just not sure how this works with a role in WP. Is there any reason to use one and not the other or are they meant to work together?

    Thanks

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic BuddyPress Newsletter relaunched in the forum Miscellaneous 9 years, 2 months ago

    @shanebp
    I don’t see reasons against your suggestion. I will do that for future newsletter issues.

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic buddypress slow for logged-in users in the forum How-to & Troubleshooting 9 years, 2 months ago

    Try getting the latest version of Kleo theme from themeforest.net. I’m pretty sure this is a theme issue, as BuddyPress itself is quite good in most places performance-wise.

    As a general suggestion – activate object caching (memcached or redis) – you will need to talk to your host if you are on a shared/managed hosting, or install everything by…[Read more]

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic BuddyPress Newsletter relaunched in the forum Miscellaneous 9 years, 2 months ago

    Thank you for kind words 🙂

  • Profile picture of Brajesh Singh

    Brajesh Singh replied to the topic BuddyPress Newsletter relaunched in the forum Miscellaneous 9 years, 2 months ago

    Congratulations!

    It’s good to see the newsletter back. Had my copy today. Was pleasantly surprised then 🙂

    Thank you and I am looking forward to more of it.

    All the best

  • Profile picture of Slava Abakumov

    Slava Abakumov started the topic BuddyPress Newsletter relaunched in the forum Miscellaneous 9 years, 2 months ago

    Several years ago I started sending BuddyPress-focused newsletter, delivered via BPMail.me. But after some time I throwed this idea, because it took so much time for each issue – to find data, to parse it manually, create (again – manually) an HTML for a newsletter and then go back to Mailchimp and set everything up there and actually send.

    Now I…[Read more]

  • Profile picture of Brajesh Singh

    Brajesh Singh replied to the topic Activity Stream auto post in the forum How-to & Troubleshooting 9 years, 2 months ago

    You may use


    bp_activity_post_update( array(
    'content'=> 'Something we wanted to say',
    'user_id'=> 32,//example, please change it
    ) );

    Please take a look at this

    https://github.com/buddypress/BuddyPress/blob/master/src/bp-activity/bp-activity-functions.php#L1938

    Hope that helps.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic BuddyPress Activity ShortCode Plugin in the forum How-to & Troubleshooting 9 years, 2 months ago

    You should try asking on the plugin’s support forum. Hopefully the author will be able to help.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic buddypress slow for logged-in users in the forum How-to & Troubleshooting 9 years, 2 months ago

    Try using Twenty Fifteen and disabling all plugins. It’s either a plugin or your theme that’s slowing things down. Once you find the culprit you can try opening a support ticket with the theme or plugin author.

  • Profile picture of McCage

    McCage replied to the topic Username exposed on the profil in the forum Requests & Feedback 9 years, 2 months ago

    Hi,
    I do agree and would like to see a possibility to change the exposed name on screen. It it not practical to have the username exposed and the users do recognize their buddies better by using the real or the nickname. How can this be done?

  • Profile picture of Bunty

    Bunty replied to the topic How to delete automatic message in the forum Installing BuddyPress 9 years, 2 months ago

    replace line number 31 with this

    printf( __( "What's new?", 'buddypress' ) );

  • Profile picture of Bunty

    Bunty replied to the topic How to delete automatic message in the forum Installing BuddyPress 9 years, 2 months ago

    If you have latest version of buddypress then you can do from your FTP. Ask you server administrator to do so.

  • Profile picture of Mike W

    Mike W replied to the topic BP 2.8.0 Update Broke Profiles in the forum How-to & Troubleshooting 9 years, 2 months ago

    Thanks Shane! I’ll give this a shot when I get back to home this evening and let you guys know how it works out. I’m afraid the little profile I made doesn’t do any sorts of compares, it just lets me know if it is loaded before or after certain other hooks like init, the_content and such.. I’ll have to reopen that and add bp_load and get a better…[Read more]

  • Profile picture of Slava Abakumov

    Slava Abakumov updated the Getting Started page, on the BuddyPress Codex 9 years, 2 months ago

    Welcome to BuddyPress! This section will help you set up your new BuddyPress-powered site as Super/Site Administrator: installing and configuring your settings to managing users, groups, activity streams and other […]

  • Profile picture of Slava Abakumov

    Slava Abakumov updated the BuddyPress 2.8 requires PHP 5.3+ page, on the BuddyPress Codex 9 years, 2 months ago

    Starting with version 2.8, the minimum version of PHP required to run BuddyPress is 5.3.
    Why the change?
    PHP is the server-side programming language that powers WordPress and BuddyPress. Old versions of PHP are […]

  • 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