-
Mekba Miller's profile was updated 7 years, 6 months ago
-
romerosaman18's profile was updated 7 years, 6 months ago
-
Strick Darrin's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic Links in members-loop for Profile Field in the forum Installing BuddyPress 7 years, 7 months ago
Hi,
I found that those links are generated from the plugin Custom Profile Filters For BuddyPress and it only works on profile. So to get the same data with the link on members-loop.php we need to print fields like this:
$data = bp_get_member_profile_data( 'field=Expertise' );[Read more]
echo '<a href="' . bp_get_members_directory_permalink() .… -
Bit Boy replied to the topic How to change the slug for “friends” to “colleagues”? in the forum How-to & Troubleshooting 7 years, 7 months ago
You are welcome.
-
Denise Childers's profile was updated 7 years, 7 months ago
-
Prashant Singh replied to the topic Disable usernames or display a profile field instead in the forum Creating & Extending 7 years, 7 months ago
Hi,
Please try this snippet: https://pastebin.com/kZQnQaJA
Just replace:
1. user_login with user_id
2. poster_login with poster_id
3. topic_last_poster_login with topic_last_poster_idThanks
-
Prashant Singh replied to the topic Private Blogs in the forum How-to & Troubleshooting 7 years, 7 months ago
Hi,
Is it a custom template where blogs are listing or default WordPress blog page?
Thanks
-
Prashant Singh replied to the topic Points system in the forum Creating & Extending 7 years, 7 months ago
Welcome 🙂
-
Prashant Singh replied to the topic Default Landing group while editing Member profile in the forum How-to & Troubleshooting 7 years, 7 months ago
function ps_change_default_profile_group() {if ( ! bp_is_user_profile_edit() || ! bp_is_my_profile() ) {
return;
}$group_id = 2;
if ( bp_get_current_profile_group_id()==1 ) {
bp_core_redirect(bp_displayed_user_domain()."profile/edit/group/2/");
}
}add_action( 'get_header', 'ps_change_default_profile_group', 1 );
Hi, please…[Read more]
-
Prashant Singh replied to the topic Points system in the forum Creating & Extending 7 years, 7 months ago
I have used many times. The link I gave is a free plugin so you can give a try. That user must have tried the paid version which he didn’t liked.
It is acquired by WP Experts https://mycred.me/news/new-ownership/ and it is true but still you can try the free version to check if it fulfill your need. I hope that it will.Thanks
-
Prashant Singh's profile was updated 7 years, 7 months ago
-
Bit Boy replied to the topic Default Landing group while editing Member profile in the forum How-to & Troubleshooting 7 years, 7 months ago
Hi,
Here is another approach to solve the same issue./**
* Change the profile edit landing group tab.
*/
function bitboy_change_landing_profile_group() {// are we on edit profile?
if ( ! bp_is_user_profile_edit() || ! bp_is_my_profile() ) {
return;
}$group_id = 2;
// Make sure a group is set.
if ( ! bp_action_variable( 1 ) )…[Read more] -
Prashant Singh replied to the topic profile page sidebar assignment in the forum How-to & Troubleshooting 7 years, 7 months ago
Welcome 🙂
-
Prashant Singh replied to the topic Is it possible in Buddy Press to give only permission to delete private message in the forum How-to & Troubleshooting 7 years, 7 months ago
Hi,
Please try to find the template named index.php in bp-templates/bp-nouveau/buddypress/common/js-templates/messages/index.php and there you will find the HTML. You just need to put that button code in condition of yours. That is if user role is this then only show otherwise not.
You can try:
if(current_user_can('manage_options')){ ?> //…[Read more] -
ibes started the topic Migration path bp-legacy to bp-nouveau wanted in the forum How-to & Troubleshooting 7 years, 7 months ago
Hi there,
we want to change the look and feel of your members area to a more smooth and app like state.
The site is based on bp-legacy (but with heavy template overloads). Before we base our new look on a basis that will be discontinued in a bit I try to see if a migration to bp-nouveau is possible.
So far I find no information about that – is…[Read more]
-
Prashant Singh replied to the topic Is Buddypress compatible with optimizepress and/or infusionsoft in the forum Third Party Plugins 7 years, 7 months ago
Here https://megankharrison.com/technology-memberium-ten-online-course-features/ is one of the good article that eaxplains how these things can work together.
Thanks
-
Prashant Singh replied to the topic Translate the emails in the forum How-to & Troubleshooting 7 years, 7 months ago
Hi,
Please check this: https://buddypress.org/support/topic/translation-email/
Just need to go to Dashboard > Emails and customize any email.
Thanks
-
Prashant Singh replied to the topic Points system in the forum Creating & Extending 7 years, 7 months ago
-
Prashant Singh replied to the topic Can not react – icons in the forum How-to & Troubleshooting 7 years, 7 months ago
In these situations most probably plugins are getting conflicted and that’s why this issue is coming.
I have just tested with BuddyPress and twentyseventeen theme and it’s working fine: https://screencast-o-matic.com/watch/cF6Qb7YY6ZPlease try to disable plugins one by one and check if the issue remains same or gone.
Thanks
- Load More