Skip to:
Content
Pages
Categories
Search
Top
Bottom
  • Hugo Ashmore wrote a new post on the site BuddyPress.org 7 years, 12 months ago

    It’s with a huge amount of pleasure and excitement that we’re announcing the Beta 2 release of BP 3.0 today ready for testing and feedback.

    BuddyPress 3.0 will be a major milestone release for us and one we’re […]

  • It’s the jquery in global.js

    The ‘target’ becomes the icon rather than the a tag.
    So if ( target.hasClass('delete-activity') fails.

    Changing to this gets the right target:
    if ( target.hasClass('icon-trash') {

    And then you need to change:
    var link_href = target.attr('href');

    to:
    var link_href = target.closest("a").attr("href");

    otherwise…[Read more]

  • Big thanks to everyone that made this survey happen. Great job and really interesting to read through the responses. Everyone that also answered, thanks because you are what makes BuddyPress what it is.

    Huge […]

  • Just wanted to say that I confirmed the email notification is working *without any additional plugin besides BuddyPress*. I tested it using a fresh install of BuddyPress 1.5.2 with WordPress 3.2.1. I did have to wait about five minutes, but the email did come through.

    I wish I could debug it with more precision.

  • <?php echo $user->avatar ?>

    where does one find more of these?

    specifically where/how to add elements to the users blog

    I have the blog admin information dispalying on their sidebar, but cannot get the other codex samples to work

    how do i define a dynamic user_id ?

    if ( bp_has_blogs() ) :

    <div class="pag-count" id="blog-count">…[Read more]

Skip to toolbar