Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Red Sand Media Group

    Red Sand Media Group replied to the topic How to Turn Off Email Notifications for All Users in the forum How-to & Troubleshooting 9 years, 6 months ago

    Hi @Tranny,

    Trust me, I completely hear you. You’re right. Ideally anti-spam controls like that should be built-in.

    Those are great suggestions. We’ll take a hard look at possibly including those features in future versions of WP-SpamShield as well. One thing you’ll find by using a plugin like WP-SpamShield is that it will block 100% of bots,…[Read more]

  • Profile picture of Red Sand Media Group

    Red Sand Media Group replied to the topic How to Turn Off Email Notifications for All Users in the forum How-to & Troubleshooting 9 years, 6 months ago

    Hey @danbp

    I just thought I’d jump in here real quick, as I think this will be beneficial to everyone in the thread including @Tranny.

    And even if you would be a genius coder creator of an extra super original spam shield, you could be sure to became target #1 of all spammers, because in this case, you would represent the absolute challenger of…

    [Read more]

  • Profile picture of buckyb

    buckyb started the topic xprofile fields slow site? in the forum How-to & Troubleshooting 9 years, 6 months ago

    Wondering whether or not having over a thousands xprofile fields will slow down wp site. My site seems to be rather slow, and I think this might be an issue, can anyway confirm this?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Mutual Friends Online status Display in the forum How-to & Troubleshooting 9 years, 6 months ago

    Great plugin; but the online status only display on the blog site

    Thanks! As I mentioned it’s a WordPress plugin so you will need to adapt it for use with BuddyPress. It shouldn’t be too difficult to do because BuddyPress members and WordPress users are the same.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Mutual Friends Online status Display in the forum How-to & Troubleshooting 9 years, 6 months ago

    Hi @swiftblack

    Take a look at my plugin Here: https://github.com/henrywright/here

    I use the WordPress Transients API to output a user’s online status. You could easily adapt it for use with BuddyPress.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Moderate Profile Changes – Feedback Request in the forum Requests & Feedback 9 years, 6 months ago

    It looks pretty good to me 🙂

  • Profile picture of @mercime

    @mercime replied to the topic wordpress.org plugin page link to 404 in the forum Requests & Feedback 9 years, 6 months ago

    @wasanajones Thank you for the report 🙂 We will be removing that information from our readme.txt https://buddypress.trac.wordpress.org/ticket/7328

  • Profile picture of Slava Abakumov

    Slava Abakumov updated the Version 2.7.2 page, on the BuddyPress Codex 9 years, 6 months ago

    Version 2.7.2 is a BuddyPress maintenance release.

    For Version 2.7.2, the database version (bp_db_version in wp_options) was 11105, and the Trac revision was r11236. Read the full ticket log here.
    Fixes […]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Enforce field visibility except for admin in the forum Creating & Extending 9 years, 6 months ago

    Hi Jo

    Just wanted to point out if you have network mode enabled, is_super_admin() won’t catch normal administrators.

    Instead, you can use current_user_can( 'manage_options' ). That’ll catch admins if network mode isn’t enabled and both admins and super-admins if network mode is enabled.

  • Profile picture of @mercime

    @mercime updated the Version 2.7.2 page, on the BuddyPress Codex 9 years, 6 months ago

    Version 2.7.2 is a BuddyPress maintenance release.

    For Version 2.7.2, the database version (bp_db_version in wp_options) was 11105, and the Trac revision was r11236. Read the full ticket log […]

  • Profile picture of @mercime

    @mercime wrote a new post on the site BuddyPress.org 9 years, 6 months ago

    BuddyPress 2.7.2 is now available. This is a maintenance release and a recommended upgrade for all BuddyPress installations.

    BP 2.7.2 fixes a bug which ignored deprecated code being used in existing […]

  • Profile picture of John James Jacoby

    John James Jacoby updated the Prelaunch Checklist page, on the BuddyPress Codex 9 years, 6 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 @mercime

    @mercime wrote a new post on the site BuddyPress.org 9 years, 6 months ago

    BuddyPress 2.7.1 is now available. This is a maintenance release and a recommended upgrade for all BuddyPress installations.

    BP 2.7.1 fixes bugs in several components. For more information, see the 2.7.1 […]

  • Profile picture of JetZ

    JetZ started the topic Include post categories in activity items in the forum Creating & Extending 9 years, 6 months ago

    I would like to include the post category with the author name and post title. I have looked all over and found a bunch of answers along these lines

    $activity_action = sprintf( __( '%1$s added the post, %2$s in the categories %3$s', 'buddypress' ), bp_core_get_userlink( (int) $post->post_author ), '<a href="' . $post_permalink . '">' .…[Read more]

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Actions not taken in the forum How-to & Troubleshooting 9 years, 6 months ago

    One more thought aloud: I see in WordPress core code that this text also displays when nonce check (security) fails. See wp_nonce_ays() if you are interested. This function is used in check_admin_referer() which is used everywhere in BuddyPress. That’s the only hint that I can give you right now. Try investigate in this direction further. In…[Read more]

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Hiding header, footer and sidebar in BP profile when using plugin in the forum How-to & Troubleshooting 9 years, 6 months ago

    You don’t need a BuddyPress theme, any WordPress theme will work just fine.
    You can create a child theme for your current theme and modify BuddyPress behaviour through it. Copy /plugins/buddypress/bp-templates/bp-legacy/buddypress/ to your theme (in root).

    Remove everything that you don’t need, and leave only /your-theme/buddypress/members/single…[Read more]

  • Profile picture of @mercime

    @mercime updated the Version 2.7.1 page, on the BuddyPress Codex 9 years, 6 months ago

    Version 2.7.1 is a BuddyPress maintenance release.

    For Version 2.7.1, the database version (bp_db_version in wp_options) was 11105, and the Trac revision was r11225. Read the full ticket log […]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic multisite login for specific role not working in the forum How-to & Troubleshooting 9 years, 6 months ago

    Can you show us the code you are using to change user role?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic BuddyPress error in the forum Installing BuddyPress 9 years, 6 months ago

    A 505 status code means the server does not support the HTTP protocol version used in the request. Hope that helps

    https://en.m.wikipedia.org/wiki/List_of_HTTP_status_codes

  • Profile picture of Kimberly-Ann Collins

    Kimberly-Ann Collins's profile was updated 9 years, 6 months ago

    Kimberly-Ann Collins

    @kim1971

    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