-
techguy posted on the forum topic BuddyPress Moderation schedule / milestones in the group BuddyPress Moderation: 15 years, 10 months ago
I’m really looking forward to this project francescolaffi. I’m glad it got selected for Google Summer of code.
Feel free to let us know the outline of features early so we can contribute suggestions also.
-
techguy joined the group BuddyPress Moderation 15 years, 10 months ago
-
techguy posted on the forum topic BuddyPress / Thesis Custom Template Integration in the group Creating & Extending: 15 years, 10 months ago
Of course, now the problem is figuring out how the license will let you distribute the changes you made. Unless you did a nice job separating the BP mods for Thesis. No doubt Thesis would be a nice theme to offer for BP.
-
techguy posted on the forum topic Spam in the group Requests & Feedback: 15 years, 10 months ago
Dang. I thought I was Anabel’s only true love.
-
techguy posted a new activity comment 15 years, 10 months ago
Seems like it might just be the main page. I did a google search for another page in the codex and it loads fine.
-
techguy posted an update 15 years, 10 months ago
@apeatling Is it just me or is the BP codex down: https://codex.buddypress.org/ ?
I’ve been getting a white page since yesterday for it. I tried multiple browsers with the same issue.
-
techguy posted on the forum topic over 1000 not activated users.. what do you suggest we do with them? in the group How-To and Troubleshooting: 15 years, 10 months ago
You don’t want to just activate random accounts. You might be activating a bunch of spam accounts for emails that don’t exist. Seems like these are the functions you’d need: -Resend activation email (possibly customize the email to admin’s desires) -Manual activation for individual users (for those that contact you directly about activation)…[Read more]
-
techguy posted on the forum topic Query Group Info from Just the ID in the group How-To and Troubleshooting: 15 years, 10 months ago
Good information. Looks like there’s a number of classes available. Like I just saw a BP_Friends_Friendship () one that could be used for friends. Is there any reason not to use these classes?
-
techguy posted on the forum topic user activation problem in the group Miscellaneous: 15 years, 10 months ago
This problem is so host specific it’s hard to say. However, if you’re on bluehost, a few solutions have been posted in this thread (read both pages): https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/email-notification-not-working/?topic_page=1&num=15
-
techguy joined the group WordPress Hook Sniffer 15 years, 10 months ago
-
techguy posted on the forum topic BuddyPress site redesign in the group Requests & Feedback: 15 years, 10 months ago
How about people’s names missing (like the comment 2 above this). I’m guessing they are users that have been around a while before you were required to add some profile field?
-
techguy posted on the forum topic put some conditions and redirection upon login in the group How-To and Troubleshooting: 15 years, 10 months ago
I forgot, you could just change the filter login_redirect(). Although, you can’t do the same processing with that one as you can with the one I show above. Have you tried dumping the $bp variable to see that $bp->loggedin_user->domain is available at that point in time? You can also do the following to see if […]
-
techguy posted on the forum topic Extending Groups in the group Creating & Extending: 15 years, 10 months ago
Thanks for the information and explanation. Little by little I’m figuring out all the various options for customizing and extending BP. The great part is that there are lots of options.
Do you know of any existing plugins that use the Groups API really well that I could look at for an example?
-
techguy started the forum topic Extending Groups in the group Creating & Extending: 15 years, 10 months ago
I’m just now starting to dig in extending some of the group functionality in BP. What I’m trying to get my head around is it seems like there’s a bunch of ways to expand the functionality of groups and I’d love to learn the advantages and disadvantages of each method. First, you could just add […]
-
techguy posted on the forum topic put some conditions and redirection upon login in the group How-To and Troubleshooting: 15 years, 10 months ago
You can even pass in variables like the userid. A simple if then statement will accomplish the various redirects. That’s what I’ve done also.
-
techguy posted on the forum topic put some conditions and redirection upon login in the group How-To and Troubleshooting: 15 years, 10 months ago
There’s a few plugins that do this if you search for redirect login (or something like that). Otherwise, you could do your own with some code like this: function bp_redirect_to_page() { $redirect_url_cc = ‘URL to redirect to’; bp_core_redirect($redirect_url_cc); } /*Add an action to redirect user after login*/…[Read more]
-
techguy reviewed the plugin Invite Anyone: 15 years, 10 months ago




Quickly becoming a must have plugin for BP. -
techguy posted a new activity comment 15 years, 10 months ago
Amen to that!! Nice work Andy!
-
techguy posted on the forum topic Query Group Info from Just the ID in the group How-To and Troubleshooting: 15 years, 10 months ago
Thanks Paul. That works perfect.
Lots of good information there. Is there a place where it lists all of those objects that can be called like this? I found this function page: https://codex.buddypress.org/developer-docs/functions/ but BP_Groups_Group() wasn’t on that and doesn’t specify any variables that can be passed in.
-
techguy started the forum topic Query Group Info from Just the ID in the group How-To and Troubleshooting: 15 years, 10 months ago
I’m looking for a way to take the group variable that’s passed into the registration page (ie: $referring_groupid = $bp->action_variables;) and being able to query for the information for the group with that ID. I guess I could use bp_has_groups() and scroll through the list to see if it exists. However, that seems like the […]
- Load More
@crashutah
Active 1 year, 8 months ago