-
gwu123 started the forum topic function search_groups() how is this used? in the group How-To and Troubleshooting: 14 years, 5 months ago
Hi,
Can anyone tell me how is the function search_groups() in bp-groups-classes.php used or called from?I have commented out this function and everything seems to be working. I need to hack the group search functionality.
thanks,
-
gwu123 posted a new activity comment 14 years, 5 months ago
@hempsworth — is this the fix ??
-
gwu123 posted a new activity comment 14 years, 5 months ago
thanks @lincme
-
gwu123 posted an update in the group BuddyPress Like: 14 years, 5 months ago
is there a way to stop Buddypress Like from creating an activity when user likes something?
-
@gwu123; I was just about to ask the same question, as we’re revisiting this plugin. The activity recording was a nuisance, and though there’s a plugin to block activity types, I’m going to try a hack to fix it.
I’m sure this plugin could be turned into a simple Report Abuse plugin, too. I may have a go at that.
-
Ok; this seems to work fine. In the file bp-like.php, find the following line and comment it out as so;
/* bp_activity_add( array( ‘action’ => $action, ‘component’ => ‘bp-like’, ‘type’ => ‘activity_liked’, ‘user_id’ => $user_id, ‘item_id’ => $activity_id ) ); */
Everything works as before, but no activity is recorded. 🙂
-
thanks @lincme
-
Just found I want to remove a lot of other activity too, so this is required I think! https://buddypress.org/community/groups/buddypress-block-activity-stream-types/
-
-
-
@hempsworth — is this the fix ??
-
-
gwu123 joined the group BuddyPress Like 14 years, 5 months ago
-
gwu123 started the forum topic move group search in the group How-To and Troubleshooting: 14 years, 5 months ago
Hi,
I want to move group search form into a tab besides “All groups” and “My groups”. I am able to create the tab, but i keep getting the group loop on this tab, and also I do not know where which file to place the search form.
thanks
-
gwu123 started the forum topic how to remove site wide activity in the group How-To and Troubleshooting: 14 years, 5 months ago
can any one tell me how to get rid of the All members site wide activity. I was able to remove the tab but some how ajax all loads it each time i go to the page.
thanks
-
gwu123 started the forum topic facebook like [ friend suggestion ] in the group Creating & Extending: 14 years, 5 months ago
anyone aware / developing a friend suggestion plugin / widget which is ajax enabled ?
Something similar to facebook would be great.Thanks
-
gwu123 posted an update in the group How-To and Troubleshooting: 14 years, 5 months ago
how to override a core bp function?
I want to make changes to bp_has_activities() method in the bp-activity-templatetags.php
-
gwu123 posted an update 14 years, 5 months ago
@mdominickm test
-
gwu123 started the forum topic how to prevent groups with same name in the group How-To and Troubleshooting: 14 years, 5 months ago
Hi,
Buddypress allows the creation of two or groups with the same name. Is there any way of preventing this ?
Thanks
-
gwu123 reviewed the plugin BuddyPress Edit Activity Stream: 14 years, 5 months ago
good one
-
gwu123 reviewed the plugin BuddyPress Edit Activity Stream: 14 years, 5 months ago
good one
-
gwu123 joined the group BuddyPress Edit Activity Stream 14 years, 5 months ago
-
gwu123 posted on the forum topic upgrade to Wp 3 from Wp 2.9.2 with buddy press in the group Installing BuddyPress: 14 years, 5 months ago
Thanks @Paul I have been developing a website based on WP 2.9.2 and BP 2.4, which make take 1-2 months before launch. So, I just wanted to know if by the time of dev complete or launch a new version of BP and WP comes out how easily can I handle it. Or would it be […]
-
gwu123 started the forum topic upgrade to Wp 3 from Wp 2.9.2 with buddy press in the group Installing BuddyPress: 14 years, 5 months ago
I want to know what will be the challenges is upgrading from WP2.9.2 to WP3 with respect to Buddypress 1.2.4.1.
In other words I have Buddypress 1.2.4.1 working fine on WP 2.9.2, now I want to upgrade to WP 3, what can be the issues that I will face.
Thanks,
-
gwu123 joined the group Installing BuddyPress 14 years, 5 months ago
-
gwu123 posted on the forum topic Buddypress.org's New Plugin Review Functionality in the group Creating & Extending: 14 years, 5 months ago
anyone on this
-
gwu123 posted on the forum topic how to make xprofile field non-editable in the group How-To and Troubleshooting: 14 years, 6 months ago
got it. Please ignore.
-
gwu123 started the forum topic how to make xprofile field non-editable in the group How-To and Troubleshooting: 14 years, 6 months ago
Hi,
I have a xprofile field which should not be editable once the user has entered it during registration. Is there a way to do this.
Thanks,
- Load More
@gwu123
Active 10 years, 3 months ago
Just found I want to remove a lot of other activity too, so this is required I think! https://buddypress.org/community/groups/buddypress-block-activity-stream-types/