-
Pisanojm posted on the forum topic field autocomplete for messages? in the group Creating & Extending: 14 years, 2 months ago
@psycolor Have you made any progress on the autosuggest plugin idea?
-
Roger Coathup posted on the forum topic aggregate activity stream from public groups in the group How-To and Troubleshooting: 14 years, 2 months ago
@psycolor: I gave you a couple of pointers in this thread on how to exclude activities: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/need-exclude-parameter-for-bp_has_activities/
To include your code in a thread (it’s not showing above), you need to use backticks at the start and end:
... code ...
-
Roger Coathup posted on the forum topic aggregate activity stream from public groups in the group How-To and Troubleshooting: 14 years, 2 months ago
@psycolor – where to make changes, really depends on your theme setup. If you want a theme similar to the default, but with your own enhancements (such as the ones in this thread), you are best to create a child theme, and make the changes in there. You’ll be editing the activity-loop.php and entry.php files in […]
-
Roger Coathup posted on the forum topic aggregate activity stream from public groups in the group How-To and Troubleshooting: 14 years, 2 months ago
@psycolor: public group activities (e.g. joining a group, creating a group, posting updates) should appear in the standard activity stream. Which activities are not showing for you? To hide private group activity from the activity stream – follow the instructions I gave for excluding blogs in this thread:…[Read more]
-
Roger Coathup posted on the forum topic need exclude parameter for bp_has_activities() in the group How-To and Troubleshooting: 14 years, 2 months ago
@psycolor: the existing documentation on customising the activity loop can be found here: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
-
Roger Coathup posted on the forum topic only for logged in members in the group How-To and Troubleshooting: 14 years, 3 months ago
@psycolor You could look at using functions like: groups_is_user_member( $user_id, $group_id ) To test if the user is in a specific group, and only show the page if they are in the appropriate group. This is defined in bp-groups.php. bp_is_member() To simply check whether the current user is a member (and logged in). This is defined in…[Read more]
@psycolor
Not recently active