-
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 […]
-
shanebp replied to the topic Font Awesome breaks ajax on delete link in the forum How-to & Troubleshooting 11 years, 8 months ago
It’s the jquery in global.js
The ‘target’ becomes the icon rather than the a tag.
Soif ( 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]
-
Tammie Lister commented on the post, 2014 BuddyPress Survey Results, on the site BuddyPress.org 12 years, 1 month ago
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 […]
-
James Carroll posted an update 14 years, 4 months ago
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.
-
enlightenmental1 started the topic codex help needed: documentation for dummies in the forum How-to & Troubleshooting 16 years, 11 months ago
<?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]
@carolinacosta3
Active 3 years, 5 months ago