Replies
- Brajesh Singh on December 23, 2016 at 1:01 pm in reply to: BuddyPress Profile Visibility Manager #6873
Hi Joseph,
Thank you for asking.The plugin completely hides the user if visibility is set to hidden. It does not hide individual tab, the complete single user section.
Hope that clarifies.
Regards
Brajesh - Brajesh Singh on December 23, 2016 at 12:59 pm in reply to: Display user role change in Activity stream #6872
Hi Mitch,
You may use this one$action = sprintf( '%s has become %s', bp_core_get_userlink( $user_id ), $role->name );Hope that helps.
- Brajesh Singh on December 23, 2016 at 6:53 am in reply to: [Resolved] Want to customize white label login template #6869
Hi Chris,
I am glad you have modified it in the plugin.
Here is what I was suggesting earlier for having a future proof copycopy bp-branded-login/blogin/login.php to yourtheme/blogin/login.phpThat way, the plugin will load it from your theme/child theme and your changes will always remain there.
Hope that clarifies.
- Brajesh Singh on December 22, 2016 at 6:50 pm in reply to: Question about plugin bp group activities notifier #6864
Hi Aladin,
Thank you for reporting. I just looked at the plugin and as far as I see, It may be an issue with the BP Learndash.Please see the code here
It is using activity action to show the notification text and it seems that the plugin you are using is most probably storing empty actions.
I will suggest checking with the plugin’t developer for more details.
Regards
Brajesh Hi Luda,
I am sorry for the delayed reply.Yes, the plugin will work for any post type having support for comments.
- Brajesh Singh on December 22, 2016 at 6:12 pm in reply to: BuddyPress Deactivate Account member counter #6861
Hi Joni,
Thank you for purchasing.I am sorry about the count issue.
I will be updating the plugin tonight/tomorrow and fix the tottal issue on directory. I am sorry but I will be avoiding that on friends page. BuddyPress does not uses count from the current friends query, It stores statically the count and modifying that makes it extra queries.
There are functions available for seting user account active/inactive
//set the account of $user_id active bp_account_deactivator()->set_active( $user_id ); //to set the account of $user_id inactive bp_account_deactivator()->set_inactive( $user_id );Hope that helps.
- Brajesh Singh on December 22, 2016 at 5:55 pm in reply to: [Resolved] Want to customize white label login template #6860
Hi Chris,
Please copy bp-branded-login/blogin/login.php to your theme/blogin/login.php and put this line<?php do_action( 'wordpress_social_login' );?>Where you want the buttons to appear. The buttons will appear(though yopu may need to do a little css).
- Brajesh Singh on December 22, 2016 at 5:24 pm in reply to: Community Builder How to remove right panel winfow login #6859
Hi Dave,
Please copy template-parts/panel-right.php to your childtheme/template-parts/panel-right.php and remove the login form.Hope that helps.
- Brajesh Singh on December 20, 2016 at 2:43 pm in reply to: [Resolved] Limiting default comments to 2 rather than 5 #6849
Yes, you can.
- Brajesh Singh on December 20, 2016 at 10:57 am in reply to: [Resolved] Working on my site – need some feedback #6847
Hi Joshua,
I am sorry for the delayed reply. Will try to post in time in future.About the cookie less domain, I am not sure about that. It’s something that I haven’t paid any attention but in case of multisite and with BuddyPress, I am not sure if it makes any sense.
The site will be using cookie(and a lot of them) if BuddyPress is active, so I am not sure if what you are trying to achieve is even a good idea or not?