-
techguy joined the group Welcome Pack 15 years, 9 months ago
-
techguy posted on the forum topic Making a Networking site for Creatives in the group Creating & Extending: 15 years, 9 months ago
1. I think there’s a restrict group plugin. Try a search here: https://buddypress.org/extend/ and you should find it. 2. This is the default behavior for groups/forums 3. The BP Album + plugin is working on this, but still not done. There’s another paid plugin out there that does this. Here’s a post I did on […]
-
techguy posted on the forum topic No Welcome Email. in the group How-To and Troubleshooting: 15 years, 9 months ago
Did you try searching the forums? There are a number of possible solutions here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/email-notification-not-working/?topic_page=2&num=15
-
techguy posted on the forum topic Redirecting to profile page after login in the group How-To and Troubleshooting: 15 years, 9 months ago
@thenone This redirect works for both MU and WP.
-
techguy posted on the forum topic I would like to disable Email activation in the group How-To and Troubleshooting: 15 years, 9 months ago
If you put it in functions.php you’ll probably need to do something like this: function auto_login_bp() { //Automatically log the user in $user_info = get_userdata($user_id); wp_set_auth_cookie($user_id); do_action(‘wp_signon’, $user_info->user_login); } add_filter( ‘wpmu_signup_user_notification’, ‘auto_login_bp’ ); Although, even then it mig…[Read more]
-
techguy posted on the forum topic I would like to disable Email activation in the group How-To and Troubleshooting: 15 years, 9 months ago
@mazen I just figured out the code to make it work on WP. I’ll add it to my plugin above soon. Here’s the code: //Automatically log the user in $user_info = get_userdata($user_id); wp_set_auth_cookie($user_id); do_action(‘wp_signon’, $user_info->user_login); I tried it a little with WPMU. It kind of works, but there’s some sequencing that needs to…[Read more]
-
techguy posted on the forum topic I would like to disable Email activation in the group How-To and Troubleshooting: 15 years, 9 months ago
@mazen I’m planning to look at this as well. Just haven’t had time yet. My plan was to look at how this plugin does it: https://wordpress.org/extend/plugins/wp-fb-autoconnect/ Hopefully that can be used to do the automatic login. I know there’s a paid plugin that does it so it’s possible.
-
techguy posted on the forum topic Performance of BuddyPress on WP versus WPMU in the group Miscellaneous: 15 years, 9 months ago
@boonebgorges I suspect the same as far as the BP load. It does seem to be doing alot of dynamic things with every page load. I’d love to see the same analysis of BP performance. A plugin like wp-cache for BP would be great too. It would just have to be a very different approach since […]
-
techguy posted on the forum topic Group Invite by Email in the group Third Party Components & Plugins: 15 years, 9 months ago
I’m not sure about the plugin you’re referring to, but this plugin should do what you want: https://buddypress.org/community/groups/invite-anyone/
-
techguy posted on the forum topic Is BuddyPress the right choice? in the group How-To and Troubleshooting: 15 years, 9 months ago
@mloya
BP does not require WPMU anymore. However, some plugins do requires WPMU. I’d check with the plugin author about your problem. -
techguy posted on the forum topic Performance of BuddyPress on WP versus WPMU in the group Miscellaneous: 15 years, 9 months ago
Travel-Junkie, I could be wrong, but it seems like the choice still matters since the move from WP to WPMU could still require some modifications beyond switching the multisite on. I’ve tested my various plugins so they work on both. So that won’t be an issue. Anything else, or will it just be easy to […]
-
techguy posted on the forum topic Confused about where things get posted in the group Requests & Feedback: 15 years, 9 months ago
Go to your BP settings page and turn off: “Disable activity stream commenting on blog and forum posts?:” Then it won’t happen. This has been discussed quite a bit. There’s even been some discussions about doing away with the forums and just making the activity stream “the forum.” It will be interesting to see how […]
-
techguy posted on the forum topic How to make Facebook Style Activity Stream in the group How-To and Troubleshooting: 15 years, 9 months ago
Lest I have to revoke like Paul, I think this plugin (paid) has some of the features for posting videos/pictures in the activity stream: http://buddydev.com/buddypress/introducing-bp-gallery-rc4-for-buddypress-time-to-get-stable-in-next-week-now/ Although, I don’t know for sure since I can’t bring myself to pay for it. Too much of a fan of open…[Read more]
-
techguy posted on the forum topic Performance of BuddyPress on WP versus WPMU in the group Miscellaneous: 15 years, 9 months ago
Travel-Junkie, I would disagree that WPMU ceases to exist. It’s just been integrated with the WP codebase, but that code still exists just inside of the WP codebase. From the initial look I did, WPMU is basically using the same tables, the same function calls, etc. So, the performance should be about the same whether […]
-
techguy posted on the forum topic I will pay if you can fix for me… in the group Requests & Feedback: 15 years, 9 months ago
Try adding it to Trac and you’ll likely get the help to fix it for free: https://trac.buddypress.org/ Just login with the same username as you used here.
I’ve seen the time stamp one mentioned in another thread. The other one sounds new.
-
techguy started the forum topic Performance of BuddyPress on WP versus WPMU in the group Miscellaneous: 15 years, 9 months ago
i’m debating using WP or WPMU for a site I’m building. Initially I won’t be using the WPMU blogs, but I’m likely to use them down the line. Will I see any server performance (CPU and memory usage) difference using WPMU without the blogs being turned on than I would just using a regular WP […]
-
techguy posted on the forum topic Show Nav Link for Group Members Only in WP (not MU) in the group How-To and Troubleshooting: 15 years, 9 months ago
Thanks! That worked for me on both WPMU and WP. Here’s the full code since it required 2 inputs:
‘user_has_access’ => groups_is_user_member($bp->loggedin_user->id, $bp->groups->current_group->id) -
techguy posted on the forum topic Is BuddyPress the right choice? in the group How-To and Troubleshooting: 15 years, 9 months ago
You’ll want to check out this plugin: https://wordpress.org/extend/plugins/buddypress-group-documents/ I think it will do what you want.
-
techguy posted on the forum topic Show Nav Link for Group Members Only in WP (not MU) in the group How-To and Troubleshooting: 15 years, 9 months ago
Anyone know a way to have a nav link only appear for group members besides: ‘user_has_access’ => bp_group_is_visible() ? That doesn’t seem to work with WP.
-
techguy posted on the forum topic Invite Friends system in the group Creating & Extending: 15 years, 9 months ago
intimez,
Boone’s plugin works fine with regular WP. - Load More
@crashutah
Active 1 year, 8 months ago