Tulsa, OK
I am your basic geeky girl – addicted to Twitter, open source digital hippie, sugar, spice and everything tech. I am an entrepreneur at heart and enjoy brainstorming over a pint with other creatives. I write for WPMU.org about all things MU, BuddyPress, and bbPress. I'm always looking for good ideas for posts that will be helpful to the community. Please shoot me a message if you have any suggestions!
Sarah Gooding's
Activity Stream →
-
Sarah Gooding posted a reply on the forum topic NEW install of BP Press – Can't post any topics in forum: 2 days, 5 hours ago
This might seem silly – you’ve probably already tried this… but make sure you login as the admin to the group you’re trying to post to and enable forums for that specific group.
-
Sarah Gooding posted a reply on the forum topic New Plugin: Friends-Only Activity Stream: 6 days ago
@gregfielding Yes, you can do that. I’m not sure if this is the best way (definitely open to more input!) but where you see this:
function my_is_friend_check( $friend_id = false) {
global $bp;if ( is_site_admin() )
return true;if ( !is_user_logged_in() )
return false;
Change that last part to:
if ( !is_user_logged_in() )
return true; -
Sarah Gooding and Marco72 are now friends 6 days, 3 hours ago
-
Sarah Gooding posted a reply on the forum topic New Plugin: Friends-Only Activity Stream: 6 days, 3 hours ago
That’s what it’s supposed to do.
-
Sarah Gooding posted a reply on the forum topic New Plugin: Friends-Only Activity Stream: 6 days, 4 hours ago
It works with WP single user for me… What errors are you getting?