-
r-a-y posted on the forum topic Group Activity Feed in the group How-To and Troubleshooting: 14 years, 3 months ago
@amahesh – You need to wrap the code in functions.php with open and closing PHP tags.
eg.Replace square brackets with triangular ones.
-
r-a-y posted on the forum topic Group Activity Feed in the group How-To and Troubleshooting: 14 years, 3 months ago
@amahesh – You shouldn’t be modifying any files in /plugins/buddypress. If you’re modifying the bp-default theme, build a child theme . That way, when you upgrade BP, your changes will not be wiped out! Once you build your child theme, follow the instructions I outlined above. And yes, you make a duplicate of bp-activity-group-feed.php and put it…[Read more]
-
r-a-y posted on the forum topic Group Activity Feed in the group How-To and Troubleshooting: 14 years, 3 months ago
@amahesh – In your theme’s functions.php, make sure your code looks something like this: http://pastebin.com/Pn1jFXG5 Read the comments in the code. Then In your duplicate of bp-activity-group-feed.php, you need to change:
if ( bp_has_activities( 'object=' . $bp->groups->id . '&primary_id=' . $bp->groups->current_group->id .…
[Read more] -
intimez posted on the forum topic Make it So People Cant Reply to Forum Posts in the group How-To and Troubleshooting: 14 years, 3 months ago
You will need plugin
https://buddypress.org/community/groups/buddypress-announce-group/ -
intimez posted on the forum topic Make Groups Visibile but Invite Only in the group How-To and Troubleshooting: 14 years, 3 months ago
@amahesh Set the group to private group and it will require approval first before become member
@amahesh
Not recently active