-
techguy posted on the forum topic Upgraded: now Avatars in admin bar dont show in the group How-To and Troubleshooting: 15 years, 9 months ago
Did you try posting your problem to Trac: https://trac.buddypress.org/ (same login as here)? That’s where the core developers will most likely see and help with a problem like this.
-
techguy started 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
I’m trying to get a nav item in a Group to only show for members of that group. I got it working in MU, but it’s not working in regular WP. In MU I used the bp_core_new_subnav_item() with this option set: ‘user_has_access’ => bp_group_is_visible() Is there something better to use to only show the nav […]
-
techguy posted on the forum topic Support HTML Emails in the group Invite Anyone: 15 years, 9 months ago
I think it depends on how you implement it. Which means you should implement it as a back end item and not necessarily an option in the WP admin. However, if it’s done right, this shouldn’t cause any slow down for people. Plus, most people have HTML emails these days.
-
techguy posted on the forum topic Adding Posts on to a group page in the group Creating & Extending: 15 years, 9 months ago
Try BuddyPress Links. It does a lot more than what you’re describing, but should accomplish what you want. You just might have to restrict the other functionality, but it has lots of hooks that could probably accomplish that if you can code.
-
techguy posted on the forum topic wordpress or wp mu – buddypress in the group Installing BuddyPress: 15 years, 9 months ago
If you want users to have blogs, then you should use WP MU. Also, certain plugins only work with WPMU or WP. So, that should be part of the decision making process too. Otherwise, both of them will work.
-
techguy posted on the forum topic Restrict to 1 Group Invite in the group Invite Anyone: 15 years, 9 months ago
Dang, my code got killed, but it was pretty simple to implement using the same PHP code that’s in line 477 now. I actually just moved the group selection above the email. Since, I’m going to make the subject and message change based on which group is selected. Basically, each group has their own default […]
-
techguy posted on the forum topic Plugin Request: Buddypress Video Gallery in the group Requests & Feedback: 15 years, 9 months ago
Philo,
I think you’ll enjoy some of the features of the BP Links plugin too. The way the videos pop out is awesome. A little more organization of the links and it’s basically what you want I think. -
techguy posted on the forum topic BP Album+: News and Updates in the group BuddyPress Album+: 15 years, 9 months ago
“I can’t seem to find a way to enable albums in my group, so I’m guessing something isn’t working.” @Sadr, looking at the list of features, this plugin doesn’t have albums in groups. It’s on the 3 week from now milestone. So that might be why you’re not seeing the option in any version of WP. […]
-
techguy started the forum topic Restrict to 1 Group Invite in the group Invite Anyone: 15 years, 9 months ago
I didn’t want to let me users invite people to multiple groups. I only wanted them to invite people to one group at a time. Turns out the solution was simple. You just change it from text boxes to a radio button. Here’s the details. Just change line 477 in by-email.php to the following code: <input type="radio" name="invite_anyone_groups" value="”…
-
techguy posted on the forum topic Group Extension API Widget Display in the group Creating & Extending: 15 years, 10 months ago
Aditya,
I just finally decided to go in and edit the theme. The rest of the Group Extension API has been working fine for me. -
techguy posted on the forum topic My site has disappeared in the group How-To and Troubleshooting: 15 years, 10 months ago
Delete the theme that you activated from the theme directory. If that’s what caused the error, then deleting it should revert to a different theme. If that doesn’t work, you can rename the buddypress plugin folder (which essentially disables it) so that you’ll be back to square one before you enabled BP. Not sure what […]
-
techguy posted on the forum topic Adding Subnav Link to Group Pages in the group How-To and Troubleshooting: 15 years, 10 months ago
Sounds good. I just created my first Trac ticket: https://trac.buddypress.org/ticket/2389 I think that’s where all the cool people hang out.
-
techguy posted on the forum topic Adding Subnav Link to Group Pages in the group How-To and Troubleshooting: 15 years, 10 months ago
Thanks Boone. I didn’t think so either. Is this worthy of putting in Trac as an enhancement request. Maybe not since there is a solution that works. It’s just a little ugly. P.S. Do you like how the above function adds a group link straight to the invite by email in your Invite Anyone plugin? […]
-
techguy posted on the forum topic Adding Subnav Link to Group Pages in the group How-To and Troubleshooting: 15 years, 10 months ago
I’m not sure why bp_get_group_id() wasn’t working in the above function, but this works instead: $bp->groups->current_group->id
That still leaves these questions:
1. Is there a simpler way to add an external link to the Group Subnav menu than the code above?
2. Can you pass variables into the “screen_function” that the nav calls? -
techguy started the forum topic Adding Subnav Link to Group Pages in the group How-To and Troubleshooting: 15 years, 10 months ago
Under groups, I’m trying to add a subnav link to a non group page using a plugin. I got some code to work, but it seems like there should be a way a simpler way to do it. Here’s my code: function send_invites_email_redirect() { $redirect_url_cc = bp_loggedin_user_domain() . BP_INVITE_ANYONE_SLUG . ‘/invite-new-members/group-invites/’ .…[Read more]
-
techguy posted on the forum topic BP Album+: News and Updates in the group BuddyPress Album+: 15 years, 10 months ago
Thanks for the list. Nice work. I agree with the automation of some sort.
-
techguy posted on the forum topic Report Abuse Plugin in the group How-To and Troubleshooting: 15 years, 10 months ago
I’d watch for the BuddyPress Moderation link that @Avatar posted. It’s a Google Summer of Code (GSoC) project and so we should be seeing something from it this summer.
-
techguy posted on the forum topic BP Album+: News and Updates in the group BuddyPress Album+: 15 years, 10 months ago
Thanks @foxly for the update. Can you give us a short list of the major features that are coming after the merge? What made it? What didn’t make it?
Also, are you using cool tools like WinMerge (or something similar)?
-
techguy joined the group BuddyPress Album+ 15 years, 10 months ago
-
techguy posted on the forum topic Automatic Add to Groups – Including Private Ones in the group Invite Anyone: 15 years, 10 months ago
Ok, I just tested the change I listed above and it resolves the issue of private and hidden group invites not working. If you just change it to have them automatically join the group it goes really smooth. Now to play with the friend invite. Although, I don’t mind that one sending the email as […]
- Load More
@crashutah
Active 1 year, 8 months ago