-
techguy posted on the forum topic Recently Active Member Avatars widget – Change widget name in the group Requests & Feedback: 15 years, 9 months ago
Can’t you change it using this: https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/
-
techguy posted on the forum topic Languages? in the group BuddyPress Group Email Subscription: 15 years, 9 months ago
You’ll have to create the language file that Boone can use to translate it. “The plugin is fully internationalized.” means that you can provide him a file that translates the plugin for that language. If he didn’t code it right, you wouldn’t be able to do that. So, someone will need to pull down all […]
-
techguy posted on the forum topic Moderate Signup / Restrict Registration in the group How-To and Troubleshooting: 15 years, 9 months ago
Yep, I just tried the Welcome Pack and you can remove the link and change the email that way and it sends to the user.
So, then you can just manually pull the activation key from the database using PhpMyAdmin or something and append it to a url like this: http://yourdomain.com/activate?key=KEY-FROM-DATABASE
-
techguy posted on the forum topic Moderate Signup / Restrict Registration in the group How-To and Troubleshooting: 15 years, 9 months ago
Since you’re using WPMU, BP just basically calls the WPMU user creation (see lines 320-321 in bp-core-signup.php). So, you’re going to have to mod the WPMU signup functionality to get the emails to send right. Another temp option is to try the Welcome Pack plugin which allows you to modify the activation email that users […]
-
techguy posted on the forum topic Disable Activation Email in the group How-To and Troubleshooting: 15 years, 9 months ago
Andy’s solution was for WP, but it didn’t work for WPMU. For WP, there’s this plugin: https://buddypress.org/community/groups/bp-disable-activation/ We’ve been working on an MU solution in this thread: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/i-would-like-to-disable-email-activation/?topic_page=1&num=15)…[Read more]
-
techguy started the forum topic New Feature Ideas in the group BP Disable Activation: 15 years, 9 months ago
A pretty simple, but useful plugin right now. I’d love to hear new features you’d like added. Here’s some I’m thinking about: -Automatic Login (already have the code, I just need to integrate it) -WPMU (pretty close to working:…[Read more]
-
techguy posted on the forum topic How do I uninstall Buddypress on standard WP blog in the group Installing BuddyPress: 15 years, 9 months ago
Restore your theme from your backups.
-
techguy posted on the forum topic Join all public groups at once in the group How-To and Troubleshooting: 15 years, 9 months ago
@mrjarbenne That’s right. You can also turn on an option in Welcome Pack to force the issue too. Just click the help button at the top of the Welcome Pack plugin for details.
-
techguy posted on the forum topic BuddyPress Moderation schedule / milestones in the group BuddyPress Moderation: 15 years, 9 months ago
What’s your plans for notifying the administrator/reporting things that are flagged? Will an admin know how many times something has been flagged? Will they be able to clear the flags that no moderation needs to be done? Also, if I flag it, will other people see that it’s been flagged? Or will I only be […]
-
techguy posted on the forum topic Killing the @mention function in the group How-To and Troubleshooting: 15 years, 9 months ago
Why not just leave it on the notification page? So far, you haven’t removed the functionality. You’ve just removed the navigation to see some of that functionality. So, if someone does the @username they’re going to get a notification unless you disable that also. Plus, not many people are going to look at the notifications page […]
-
techguy posted on the forum topic Join all public groups at once in the group How-To and Troubleshooting: 15 years, 9 months ago
Or…it looks like this plugin might fit your need: https://wordpress.org/extend/plugins/buddypress-auto-group-join/
-
techguy posted on the forum topic Join all public groups at once in the group How-To and Troubleshooting: 15 years, 9 months ago
You’ll have to know some coding to do this. This will get you started if you know some code. You can add the hook to the following: add_action( ‘bp_core_signup_user’, ‘join_all_public_groups’, 10, 3 ); //For WP add_action( ‘bp_core_activated_user’, ‘join_all_public_groups’, 10, 3 );//For WPMU Then, in the “join_all_public_groups” function, you can…[Read more]
-
techguy posted on the forum topic Is there a way to connect with facebook connect using custom theme atahualpa? in the group How-To and Troubleshooting: 15 years, 9 months ago
Did you try: https://wordpress.org/extend/plugins/wp-fb-autoconnect/ ?
-
techguy posted an update 15 years, 9 months ago
@boonebgorges @boonebgorges Congrats on the marriage. Very exciting!! Just make sure you take your laptop so you can code BuddyPress plugins on your honeymoon;-) We don’t want you going through withdrawals.
-
techguy posted on the forum topic Not dead yet! in the group Achievements: 15 years, 9 months ago
I’ve been interested in seeing this in action too. I’d like to see what the next version can do compared to Cube Points.
-
techguy joined the group Achievements 15 years, 9 months ago
-
techguy posted on the forum topic Disabling email activations in the group How-To and Troubleshooting: 15 years, 9 months ago
This thread has the closest solution I’ve found: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/i-would-like-to-disable-email-activation/?topic_page=1&num=15 Still has a couple issues to workaround though.
-
techguy posted on the forum topic any idea why my sql isnt working? in the group Creating & Extending: 15 years, 9 months ago
No worries. We’ve all done that. PHPMyAdmin gives better error messages sometimes;-)
-
techguy posted on the forum topic any idea why my sql isnt working? in the group Creating & Extending: 15 years, 9 months ago
Try copy and pasting it into PHPMyAdmin and see what error it throws. If it doesn’t throw an error, then the SQL is good and something else is wrong with the way the SQL’s being run.
-
techguy posted on the forum topic Welcome pack and fb-autoconnect in the group Welcome Pack: 15 years, 9 months ago
qtn,
I looked at the facebook connect plugin and it wasn’t making the right calls to create the users. At least from the BP standpoint. I’m not sure the specifics of Welcome Pack, but no doubt Paul Gibbs hooked into the right ones since he’s a core developer of BP. - Load More
@crashutah
Active 1 year, 8 months ago