-
techguy started the forum topic Invite by Email Broken in IE 7 in the group Invite Anyone: 15 years, 10 months ago
I got that same error I got before with some of the email fields missing and the subject just displaying next to the email field instead of in a text area. Turns out the bug only shows up in IE and not Firefox or Chrome. The problem is an extra ” on line 626 of […]
-
techguy posted on the forum topic Extending Groups Navigation in the group How-To and Troubleshooting: 15 years, 10 months ago
Dang, I’m not sure how I missed this. There are 2 functions that are available in the group API that handle the display and editing of the screen that’s added to the admin function.
function edit_screen() {
}
function edit_screen_save( ) {
} -
techguy posted on the forum topic Following vs. Friending in the group How-To and Troubleshooting: 15 years, 10 months ago
Soon™
lol…That’s a valuable trademark right there.
-
techguy posted on the forum topic Help in the group Installing BuddyPress: 15 years, 10 months ago
Toni, You won’t be able to offer your users blogs until BP 3.0 is released. Or you’d have to change your standard WP install to a WPMU install, but it will be much easier to just wait for BP 3.0. Once BP 3.0 comes out there will be an option where you can change a […]
-
techguy posted on the forum topic How To Aid Documentation Project in the group How-To and Troubleshooting: 15 years, 10 months ago
It’s at the very bottom left and is available as you scroll. You don’t see that?
-
techguy posted on the forum topic Looking for good photo gallery in the group Installing BuddyPress: 15 years, 10 months ago
Symm,
Do either of those plugins support Group galleries? -
techguy posted on the forum topic Adsense on BuddyPress Pages in the group How-To and Troubleshooting: 15 years, 10 months ago
You probably should ask the plugin developer. They’ll need to make the plugin BuddyPress aware for it to appear on those pages and then it will work the way you want.
-
techguy posted on the forum topic Activity confusing group members? in the group How-To and Troubleshooting: 15 years, 10 months ago
Go to your BuddyPress settings and set “Disable activity stream commenting on blog and forum posts?” to yes. That way they can comment on the activity stream, but not for forum posts where you want them to click through to the forum post and comment there. Probably long term it would be cool to have […]
-
techguy posted on the forum topic I Need Help Writing A Custom Function to Redirect Non-Logged in Users. in the group How-To and Troubleshooting: 15 years, 10 months ago
You should use bp_core_redirect() instead of wp_redirect().
-
techguy posted on the forum topic Spam in the group Requests & Feedback: 15 years, 10 months ago
xspringe,
There is someone doing a Google Summer of Code project which is working on a plugin for BP that will report objectionable content. I expect spam will be part of the objectionable content that can/will be reported with that plugin. You can support his efforts: https://buddypress.org/community/groups/bp-moderation/ -
techguy posted on the forum topic Extending Groups Navigation in the group How-To and Troubleshooting: 15 years, 10 months ago
It looks like the Group API does automatically add the link on the Nav under the Group–>Admin page if you set this value: var $enable_edit_item = true; If I set it to false, then the link in the admin for the group doesn’t appear. So, the question is once I set that to true. How […]
-
techguy posted on the forum topic Stylesheet missing on Community Theme from MUDev – what to do? in the group How-To and Troubleshooting: 15 years, 10 months ago
Oh the irony.
-
techguy posted on the forum topic How do I make a new page the home page on BP in the group Miscellaneous: 15 years, 10 months ago
Go to Settings->Reading and then you can switch from your latest posts to a static page. Lots of options with that. I’m not sure why you’d want to rename home as blogs. Not sure what you mean there, but it’s possible by changing the slug I think.
-
techguy posted on the forum topic Extending Groups Navigation in the group How-To and Troubleshooting: 15 years, 10 months ago
I do have a display function, but it’s inside the Group API class that I extended. Is that a problem? Can I call that function inside of the Group API extension? Or do I just need to create a new function that replicates what’s already being done in the group API extension? Although, that doesn’t […]
-
techguy posted on the forum topic Extending Groups Navigation in the group How-To and Troubleshooting: 15 years, 10 months ago
I checked that out r-a-y. It looks like the bp_core_add_subnav_item is where I attach a screen function. However, it seems like the Group API might be doing this on its own already? Otherwise why would the nav appear there in the first place? Seems like when I do “class BP_Org_Info extends BP_Group_Extension {}” there’s something […]
-
techguy posted on the forum topic Email Activation not being sent in upgraded BP 1.2.2 in the group How-To and Troubleshooting: 15 years, 10 months ago
You might want to join this group for part of what you’ve requested (the admin resend of activation emails/activating manually): https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/over-1000-not-activated-users-what-do-you-suggest-we-do-with-them/
Seems like he could add the redirect to the plugin as well. I don’t think…[Read more]
-
techguy started the forum topic Extending Groups Navigation in the group How-To and Troubleshooting: 15 years, 10 months ago
I’ve extended the BP_Group_Extension to be able to add some functionality using the Group API. Everything is working well for adding a step to the group creation process. However, I’m having trouble making that step available under the Admin menu in the Groups. When I look under the Group–>Admin menu, I see a link to […]
-
techguy posted on the forum topic How does the forum work? in the group How-To and Troubleshooting: 15 years, 10 months ago
By default bbpress forums are integrated into the groups. So, a new forum is created for each group. If you want the bbpress install to be separate, do a search for separate bbpress install and you’ll see lots of instructions on how to have a bbpress forum separate from a group.
-
techguy posted on the forum topic Adding Users from Another Application in the group How-To and Troubleshooting: 15 years, 10 months ago
Wow. 30 minutes with no reply and you’re already bumping the thread? wp_create_user ($username, $password, $email) is the right direction. Take a look at the wp-fb-autoconnect to see the calls to create new users. Then, do a search for having the BP top bar appear on external sites. I’m not 100% sure, but it seems […]
-
techguy posted on the forum topic My site does not send out confirmation emails. in the group Installing BuddyPress: 15 years, 10 months ago
Try this thread: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/email-notification-not-working/ It offers a couple solutions (especially on the second page).
- Load More
@crashutah
Active 1 year, 8 months ago