-
Prashant Singh replied to the topic Member map in learndash website in the forum Installing BuddyPress 7 years, 8 months ago
In buddypress settings under pages tab you have to choose the page in members page dropdown.
Settings -> Buddypress -> Pages
Thanks
-
Prashant Singh replied to the topic New member profile data inc. in 'new user reg.-email'? in the forum Creating & Extending 7 years, 8 months ago
No, please write the field name exactly it is there in xprofile field. You can also use field id instead the name.
-
Lars Henriksen replied to the topic New member profile data inc. in 'new user reg.-email'? in the forum Creating & Extending 7 years, 8 months ago
Thank you for helping me, Prashant Singh.
I tried this on my on my staging site,
add_filter('bp_core_signup_send_validation_email_message','ps_user_data_to_email',10,2);[Read more]
function ps_user_data_to_email( $msg, $user_id )
{
$user = get_user_by( 'id', $user_id );
if(!empty($user))
$data1 = xprofile_get_field_data('Navn',$user->ID);
echo… -
Fascia Blaster Reviews's profile was updated 7 years, 8 months ago
-
Junior Silva's profile was updated 7 years, 8 months ago
-
Emma Lewis replied to the topic Private Network for Niche Members, But Accessible by Subscription in the forum Ideas 7 years, 8 months ago
Like gedev said – pay memberships plugin is probably the way to go. I did that and I am more than satisfied.
-
Prashant Singh replied to the topic Duplicating the activity feed somewhere else, activity buttons dont work in the forum How-to & Troubleshooting 7 years, 8 months ago
Hi,
There must be some javascript code missing which was only en-queued on site-wide activity page and now that needs to be enqueued on profile also. Please check there which javascript you are missing. It will be most probably buddypress-activity javascript.
Thanks
-
Sharon Matthew's profile was updated 7 years, 8 months ago
-
-
Michael A. Abelson's profile was updated 7 years, 8 months ago
-
QQjaya Situs Agen Bandar Taruhan Judi Online Togel Slot Sbobet's profile was updated 7 years, 8 months ago
-
davidbeckham's profile was updated 7 years, 8 months ago
-
Prashant Singh replied to the topic Activity page showing all members in the forum How-to & Troubleshooting 7 years, 8 months ago
Please check on the URL: your_site_url/activity like https://test.com/activity.
It’s called site-wide activity page in BuddyPress where you will see that all members tab.Thanks
-
Prashant Singh replied to the topic how to remove component from bp notifications? in the forum How-to & Troubleshooting 7 years, 8 months ago
Yes, please try that once.
-
Arief's profile was updated 7 years, 8 months ago
-
Prashant Singh replied to the topic Notification not showing in user profile in the forum How-to & Troubleshooting 7 years, 8 months ago
I think you are looking for solutions that work with blog post only, which is a kind of custom work that needs to be done there.
But for reference, you can see this plugin https://wordpress.org/plugins/bp-activity-comment-notifier/ that works with activity post comments and it notifies all the users if a comment is made.
Thanks
-
How to stop marriage of boyfriend's profile was updated 7 years, 8 months ago
-
Steve Taylor replied to the topic content not loading in custom Activity subnav item in the forum Creating & Extending 7 years, 8 months ago
That’s crazy. Why are there loads of code samples out there, very close variations on what I’ve got, with no mention of this need to stick code into the main activity template? I assume you mean members/single/activity.php – it’s the one being displayed despite me specifying members/single/plugins in the subnav screen function callback. I’ll work…[Read more]
-
Prashant Singh replied to the topic Adding Buddyform to other user's profile in the forum Installing BuddyPress 7 years, 8 months ago
Hi,
You can try this plugin https://wordpress.org/plugins/bp-user-profile-reviews/
-
Prashant Singh replied to the topic how to remove component from bp notifications? in the forum How-to & Troubleshooting 7 years, 8 months ago
Ok, so what I am doing is that I am navigating you to the file where it is coded and I guess it can only be commented in the plugin code itself and we can not remove it by the hook.
File: https://github.com/WPPlugins/activity-reactions-for-buddypress/blob/master/class/class.php
on line 1044 and 1062If it does not help then there are two filters…[Read more]
- Load More