-
Shmoo replied to the topic Get activity item title – best option in the forum Installing BuddyPress 8 years, 9 months ago
No I’m busy focussing on the bbPress items for starters, topics and replies as of now.
I have disabled all activity_items to the stream by default except topics and replies. I want to add more items but one at a time and controlled. A BuddyPress site can become overkill feature wise very fast because everything is so connected and relative with…[Read more]
-
Marcus replied to the forum topic Components and new WP Toolbar Integration in the group Creating & Extending 13 years, 5 months ago
cheers for the reply, but are you sure that’s necessary?
If you’re extending BP_Component (which is since 1.5 but I don’t want to backpat further for, a year is long enough), it’s very easy to add new […]
-
FIQ replied to the forum topic Picture Content Resize in the group BuddyPress Mobile 14 years, 6 months ago
This is the quick and dirty way:
img {
max-width: 100%;
}
For a more complete solution you may need to use […] -
thecorkboard posted on the forum topic Checking if user has an update or not, in the group How-To and Troubleshooting 14 years, 9 months ago
I was able to preface the update if it existed with this:
‘
$latest_update = bp_get_activity_latest_update();
if ( bp_get_activity_latest_update() )
echo “and the latest update was: $latest_update “; […] -
Gezan posted on the forum topic ”BuddyPress is an absolute beast to theme” – Feedback from WooThemes? in the group Requests & Feedback: 15 years, 2 months ago
Not really an essay
-
foralien posted an update in the group Requests & Feedback: 15 years, 3 months ago
Stupid question, sorry, but what version of BP should be used for test with WP3.1RC2 – BP1.3 trunk?
@ashleytring
Active 3 years, 7 months ago