-
shanebp replied to the topic [Resolved] Show Group Member List on Group Directory in the forum How-to & Troubleshooting 11 years, 10 months ago
In theme/groups/groups-loop.php there is a hook you can use:
do_action( ‘bp_directory_groups_item’ );Use it to call a function that loops thru the members for that group.
-
shanebp replied to the topic 1.6.2 ajax-loader img in the forum How-to & Troubleshooting 11 years, 10 months ago
here’s the code in question
span class="ajax-loader"></span
-
shanebp replied to the topic bp_group_request_comment in the forum How-to & Troubleshooting 11 years, 10 months ago
Seems that it’s some legacy code.
-
shanebp started the topic bp_group_request_comment in the forum How-to & Troubleshooting 11 years, 10 months ago
In groups->single-admin.php in the “Manage Membership Requests” there is a call to bp_group_request_comment() for each request to join a group.
Where would such a comment(s) be created ?
-
shanebp replied to the topic Collecting Activity ids and displaying them? in the forum Creating & Extending 11 years, 11 months ago
>a page where my users can be curators and have collections of custom posts
CPs that they created ? Or created by anyone ?
Usually a profile extension is used for this.
But you say ‘outside of […]
-
shanebp replied to the topic Collecting Activity ids and displaying them? in the forum Creating & Extending 11 years, 11 months ago
Yes.
Where would your second loop live ?
-
shanebp replied to the topic Need custom search form and results page. in the forum Third Party Plugins 11 years, 11 months ago
email sent
-
shanebp replied to the topic Option to Opt-Out of Having Activity in Global Stream in the forum Ideas 11 years, 11 months ago
I’m not aware of a plugin that does what you wish.
But it wouldn’t be that hard, if you know how to code, to write such a plugin or extend the plugin you mention.
You might try asking that plugin’s author […]
-
shanebp replied to the topic If statement for latest activity in the forum Installing BuddyPress 11 years, 11 months ago
Untested, but try my amendment to your gist.
-
shanebp replied to the topic If statement for latest activity in the forum Installing BuddyPress 11 years, 11 months ago
Use
https://gist.github.com/
to share your member-header.php file and put some notes in the area that you’re having trouble with. -
shanebp replied to the topic Send user notification when activity is deleted in the forum Creating & Extending 11 years, 11 months ago
Too bad about the release timing, but good work David.
-
shanebp replied to the topic Send user notification when activity is deleted in the forum Creating & Extending 11 years, 11 months ago
Yeah, those fields will be empty unless the values are passed by whatever is calling the function that has the do_action ‘bp_before_activity_delete’
Iffy, but try adding this to the top of your function: […]
-
shanebp replied to the topic Send user notification when activity is deleted in the forum Creating & Extending 11 years, 11 months ago
Try
$message .= $args['content'];
-
shanebp replied to the topic Urgent: My website consumes 100% CPU and I can not find out what is going wrong in the forum How-to & Troubleshooting 12 years ago
You don’t say which Jaguar plan you have.
If it’s just webhosting, then you’re hitting a resource limit.
Most simple plans have a very low resource limit.
And WP + BP needs more resources than most simple sites.
( […] -
shanebpx replied to the forum topic How to create custom group components, like on buddypress.org in the group How-To and Troubleshooting 12 years ago
Use the Groups extension api
https://codex.buddypress.org/developer-docs/group-extension-api/ -
shanebpx replied to the forum topic How comes i am getting to different readings on members counts in the group Miscellaneous 12 years ago
332 users have registered
100 users have logged in at least once
so 232 users registered but never logged in
-
shanebpx replied to the forum topic Edit bp-members-functions.php to include Username in the group Creating & Extending 12 years ago
Editing core files is not recommended, but try this, untested:
After this:
$message = apply_filters( ‘bp_core_signup_send_validation_email_message’, $message, $user_id, $activate_url );
Put […]
-
shanebpx replied to the forum topic bp_get_member_profile_data not working on Full Activity feed in the group How-To and Troubleshooting 12 years ago
Take a look at xprofile_get_field_data() in /bp-xprofile/bp-xprofile-functions.php
-
shanebpx replied to the forum topic How to add a custom activity? in the group Creating & Extending 12 years ago
You can adapt this to your needs:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/display-custom-post-types-in-activity-feed/ -
shanebpx replied to the forum topic Using posts2posts parameters with bp_has_members() in the group How-To and Troubleshooting 12 years ago
Did you read the code as he suggests ?
meta key / value is supported, but do you see anything that shows that custom parameters from your plugin are supported ?
Did you try making a call(s) provided by […]
- Load More
@shanebp
Active 13 hours, 29 minutes ago