Winnipeg, MB
Matt Wiebe's
Activity Stream →
-
Matt Wiebe posted a reply on the forum topic 404's BP components on subdirectory install: 5 days, 12 hours ago
BP 1.2.2 appears to have resolved this issue.
-
Matt Wiebe posted a reply on the forum topic use bp_core_email_from_address_filter: 6 days, 15 hours ago
Arturo: to use filters you need to setup 2 things. 1) a filter function and 2) add the filter.
function my_from_address($email) {
return 'my_email@mydomain.com';
}
add_filter('bp_core_email_from_address_filter', 'my_from_address'); -
Matt Wiebe posted a reply on the forum topic 404's BP components on subdirectory install: 6 days, 16 hours ago
r-a-y: yes, pretty permalinks are enabled. It’s actually impossible not to have them on MU.
-
Matt Wiebe and DJPaul are now friends 1 month, 1 week ago
-
Matt Wiebe commented on the blog post BuddyPress Project Roadmap 9 months ago
I’m curious: weren’t photo albums going to be a part of the next version initially?
In any case, great to see the plans for the future of BP!